COLOR #5B6F42

HEX: #5B6F42
RGB: (91,111,66)

Color info

#5B6F42 contains red, green and blue colors in about the same proportion. Web safe color of #5B6F42 is #666633 (or #663).

RGB color model

#5B6F42 color RGB value is (91,111,66).

  • red value is 91;
  • green value is 111;
  • blue value is 66.
RGB:
(91,111,66)
(36%,44%,26%)

RGB channels and saturation

R 91 of 255 = 36%
G 111 of 255 = 44%
B 66 of 255 = 26%

91
111
66

R + G + B ~ 35%. #5B6F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 111 + 66 = 268 (100%)
R 91 of 268 ~ 33.96%
G 111 of 268 ~ 41.42%
B 66 of 268 ~ 24.63%

%33.96
%41.42
%24.63

CMYK color model

#5B6F42 color CMYK value is (18,0,41,56).

  • cyan value is 18.02%
  • magenta value is 0.00%
  • yellow value is 40.54%
  • key color value is 56.47%
CMYK:
(18,0,41,56)
C18M0Y41K56 
(18%,0%,41%,56%)
(0.18/0.00/0.41/0.56)	

CMYK percentages

%18.02
%0
%40.54
%56.47

Codes

Color #5B6F42 in popluar color models

5B6F42
RGB9111166
HSL87°25.42%34.71%
HSB/HSV87°40.54%43.53%
CMYK18.02%0.00%40.54%
56.47%

Color #5B6F42 in popluar number systems.

HEX5B6F42
Decimal9111166
Binary101101111011111000010
Octal133157102

Shades and tints

Shades of #5B6F42

#5B6F42
(91,111,66)
#53653C
(83,101,60)
#4B5B36
(75,91,54)
#435130
(67,81,48)
#3B472A
(59,71,42)
#333D24
(51,61,36)
#2B331E
(43,51,30)
#232918
(35,41,24)
#1B1F12
(27,31,18)
#13150C
(19,21,12)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #5B6F42

#5B6F42
(91,111,66)
#697C53
(105,124,83)
#778964
(119,137,100)
#859675
(133,150,117)
#93A386
(147,163,134)
#A1B097
(161,176,151)
#AFBDA8
(175,189,168)
#BDCAB9
(189,202,185)
#CBD7CA
(203,215,202)
#D9E4DB
(217,228,219)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6F42 color. Also use rgb(91,111,66) instead hex code.

Text Font Color

.myTextColor { color: #5B6F42; }

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

This text font color is #5B6F42.


Background Color

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

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

This div background color is #5B6F42.


Border color

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

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

This div border color is #5B6F42.


Opacity

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

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

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

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

This text has shadow with #5B6F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6F42 on black background.


Color preview on white background

This text has color #5B6F42 on white background.



Black color preview on #5B6F42 background

This text has black color on #5B6F42 background.


White color preview on #5B6F42 background

This text has white color on #5B6F42 background.