COLOR #5B6D1F

HEX: #5B6D1F
RGB: (91,109,31)

Color info

#5B6D1F contains mainly red and green colors. Web safe color of #5B6D1F is #666633 (or #663).

RGB color model

#5B6D1F color RGB value is (91,109,31).

  • red value is 91;
  • green value is 109;
  • blue value is 31.
RGB:
(91,109,31)
(36%,43%,12%)

RGB channels and saturation

R 91 of 255 = 36%
G 109 of 255 = 43%
B 31 of 255 = 12%

91
109
31

R + G + B ~ 30%. #5B6D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 109 + 31 = 231 (100%)
R 91 of 231 ~ 39.39%
G 109 of 231 ~ 47.19%
B 31 of 231 ~ 13.42%

%39.39
%47.19
%13.42

CMYK color model

#5B6D1F color CMYK value is (17,0,72,57).

  • cyan value is 16.51%
  • magenta value is 0.00%
  • yellow value is 71.56%
  • key color value is 57.25%
CMYK:
(17,0,72,57)
C17M0Y72K57 
(17%,0%,72%,57%)
(0.17/0.00/0.72/0.57)	

CMYK percentages

%16.51
%0
%71.56
%57.25

Codes

Color #5B6D1F in popluar color models

5B6D1F
RGB9110931
HSL74°55.71%27.45%
HSB/HSV74°71.56%42.75%
CMYK16.51%0.00%71.56%
57.25%

Color #5B6D1F in popluar number systems.

HEX5B6D1F
Decimal9110931
Binary1011011110110111111
Octal13315537

Shades and tints

Shades of #5B6D1F

#5B6D1F
(91,109,31)
#53641D
(83,100,29)
#4B5B1B
(75,91,27)
#435219
(67,82,25)
#3B4917
(59,73,23)
#334015
(51,64,21)
#2B3713
(43,55,19)
#232E11
(35,46,17)
#1B250F
(27,37,15)
#131C0D
(19,28,13)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #5B6D1F

#5B6D1F
(91,109,31)
#697A33
(105,122,51)
#778747
(119,135,71)
#85945B
(133,148,91)
#93A16F
(147,161,111)
#A1AE83
(161,174,131)
#AFBB97
(175,187,151)
#BDC8AB
(189,200,171)
#CBD5BF
(203,213,191)
#D9E2D3
(217,226,211)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6D1F color. Also use rgb(91,109,31) instead hex code.

Text Font Color

.myTextColor { color: #5B6D1F; }

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

This text font color is #5B6D1F.


Background Color

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

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

This div background color is #5B6D1F.


Border color

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

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

This div border color is #5B6D1F.


Opacity

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

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

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

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

This text has shadow with #5B6D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6D1F on black background.


Color preview on white background

This text has color #5B6D1F on white background.



Black color preview on #5B6D1F background

This text has black color on #5B6D1F background.


White color preview on #5B6D1F background

This text has white color on #5B6D1F background.