COLOR #5D695B

HEX: #5D695B RGB: (93,105,91)

Color info

#5D695B contains red, green and blue colors in about the same proportion. Web safe color of #5D695B is #666666 (or #666).

RGB color model

#5D695B color RGB value is (93,105,91).

RGB: (93,105,91) (36%, 41%, 36%)

RGB channels and saturation

R 93 of 255 = 36%
G 105 of 255 = 41%
B 91 of 255 = 36%

93
105
91

R + G + B ~ 38%. #5D695B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 105 + 91 = 289 (100%)
R 93 of 289 ~ 32.18%
G 105 of 289 ~ 36.33%
B 91 of 289 ~ 31.49'%

%32.18
%36.33
%31.49

CMYK color model

#5D695B color CMYK value is (11,0,13,59).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 58.82%

CMYK: (11,0,13,59)
C11M0Y13K59 (11%, 0%, 13%, 59%)
(0.11 / 0.00 / 0.13 / 0.59)

CMYK percentages

%11.43
%0
%13.33
%58.82

Codes

Color #5D695B in popluar color models

5D 69 5B
RGB 93 105 91
HSL 111° 7.14% 38.43%
HSB/HSV 111° 13.33% 41.18%
CMYK 11.43% 0.00% 13.33%
58.82%

Color #5D695B in popluar number systems.

HEX 5D 69 5B
Decimal 93 105 91
Binary 1011101 1101001 1011011
Octal 135 151 133

Shades and tints

Shades of #5D695B

#5D695B
(93,105,91)
#556053
(85,96,83)
#4D574B
(77,87,75)
#454E43
(69,78,67)
#3D453B
(61,69,59)
#353C33
(53,60,51)
#2D332B
(45,51,43)
#252A23
(37,42,35)
#1D211B
(29,33,27)
#151813
(21,24,19)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #5D695B

#5D695B
(93,105,91)
#6B7669
(107,118,105)
#798377
(121,131,119)
#879085
(135,144,133)
#959D93
(149,157,147)
#A3AAA1
(163,170,161)
#B1B7AF
(177,183,175)
#BFC4BD
(191,196,189)
#CDD1CB
(205,209,203)
#DBDED9
(219,222,217)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D695B color. Also use rgb(93,105,91) instead hex code.

Text Font Color

.myTextColor { color: #5D695B; }

<p style="color:#5D695B">This sample text font color is #5D695B.</p>

This text font color is #5D695B.

Background Color

.myBgColor { background-color: #5D695B; }

<div style="background-color:#5D695B">Inner text</div>

This div background color is #5D695B.

Border color

.myBorderColor { border: 1px solid #5D695B; }

<div style="border:3px solid #5D695B">Div</div>

This div border color is #5D695B.

Opacity

.myOpacity80 { color: #5D695B; opacity: 0.8; }

<p style="color:#5D695B;opacity:0.8;">80%</p>

Text with #5D695B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5D695B;}

<p style="text-shadow: 3px 3px 1px #5D695B">Text here.</p>

This text has shadow with #5D695B color.


.textShadow {text-shadow: 3px 3px 1px #5D695B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5D695B, 5px 5px 20px red">Text here.</p>

This text has shadow with #5D695B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5D695B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5D695B, Direction=45, Strength=4)">Text</p>

This text has shadow with #5D695B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5D695B;
-webkit-box-shadow: 1px 1px 3px 2px #5D695B;
box-shadow: 1px 1px 3px 2px #5D695B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5D695B; -webkit-box-shadow: 1px 1px 3px 2px #5D695B; box-shadow:1px 1px 3px 2px #5D695B;">
Div content here
</div>

This div box has shadow with color #5D695B.

Preview

Color preview on black background

This text has color #5D695B on black background.


Color preview on white background

This text has color #5D695B on white background.


Black color preview on #5D695B background

This text has black color on #5D695B background.


White color preview on #5D695B background

This text has white color on #5D695B background.


Related colors

Complementary color

Complementary color for #hex is #A296A4.


I love getcolorcode.com

Triadic colors

1 #5B5D69 and #695B5D with #5D695B are triadic colors.

2 #5B695D and #695D5B with #5D695B are triadic colors.