COLOR #5B694F

HEX: #5B694F RGB: (91,105,79)

Color info

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

RGB color model

#5B694F color RGB value is (91,105,79).

RGB: (91,105,79) (36%, 41%, 31%)

RGB channels and saturation

R 91 of 255 = 36%
G 105 of 255 = 41%
B 79 of 255 = 31%

91
105
79

R + G + B ~ 36%. #5B694F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 105 + 79 = 275 (100%)
R 91 of 275 ~ 33.09%
G 105 of 275 ~ 38.18%
B 79 of 275 ~ 28.73'%

%33.09
%38.18
%28.73

CMYK color model

#5B694F color CMYK value is (13,0,25,59).

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

CMYK: (13,0,25,59)
C13M0Y25K59 (13%, 0%, 25%, 59%)
(0.13 / 0.00 / 0.25 / 0.59)

CMYK percentages

%13.33
%0
%24.76
%58.82

Codes

Color #5B694F in popluar color models

5B 69 4F
RGB 91 105 79
HSL 92° 14.13% 36.08%
HSB/HSV 92° 24.76% 41.18%
CMYK 13.33% 0.00% 24.76%
58.82%

Color #5B694F in popluar number systems.

HEX 5B 69 4F
Decimal 91 105 79
Binary 1011011 1101001 1001111
Octal 133 151 117

Shades and tints

Shades of #5B694F

#5B694F
(91,105,79)
#536048
(83,96,72)
#4B5741
(75,87,65)
#434E3A
(67,78,58)
#3B4533
(59,69,51)
#333C2C
(51,60,44)
#2B3325
(43,51,37)
#232A1E
(35,42,30)
#1B2117
(27,33,23)
#131810
(19,24,16)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #5B694F

#5B694F
(91,105,79)
#69765F
(105,118,95)
#77836F
(119,131,111)
#85907F
(133,144,127)
#939D8F
(147,157,143)
#A1AA9F
(161,170,159)
#AFB7AF
(175,183,175)
#BDC4BF
(189,196,191)
#CBD1CF
(203,209,207)
#D9DEDF
(217,222,223)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B694F; }

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

This text font color is #5B694F.

Background Color

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

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

This div background color is #5B694F.

Border color

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

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

This div border color is #5B694F.

Opacity

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

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

Text with #5B694F 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 #5B694F;}

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

This text has shadow with #5B694F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B694F.

Preview

Color preview on black background

This text has color #5B694F on black background.


Color preview on white background

This text has color #5B694F on white background.


Black color preview on #5B694F background

This text has black color on #5B694F background.


White color preview on #5B694F background

This text has white color on #5B694F background.


Related colors

Complementary color

Complementary color for #hex is #A496B0.


I love getcolorcode.com

Triadic colors

1 #4F5B69 and #694F5B with #5B694F are triadic colors.

2 #4F695B and #695B4F with #5B694F are triadic colors.