COLOR #5B6E1E

HEX: #5B6E1E
RGB: (91,110,30)

Color info

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

RGB color model

#5B6E1E color RGB value is (91,110,30).

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

RGB channels and saturation

R 91 of 255 = 36%
G 110 of 255 = 43%
B 30 of 255 = 12%

91
110
30

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

Portions of RGB colors in percentages

R + G + B =
91 + 110 + 30 = 231 (100%)
R 91 of 231 ~ 39.39%
G 110 of 231 ~ 47.62%
B 30 of 231 ~ 12.99%

%39.39
%47.62
%12.99

CMYK color model

#5B6E1E color CMYK value is (17,0,73,57).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 56.86%
CMYK:
(17,0,73,57)
C17M0Y73K57 
(17%,0%,73%,57%)
(0.17/0.00/0.73/0.57)	

CMYK percentages

%17.27
%0
%72.73
%56.86

Codes

Color #5B6E1E in popluar color models

5B6E1E
RGB9111030
HSL74°57.14%27.45%
HSB/HSV74°72.73%43.14%
CMYK17.27%0.00%72.73%
56.86%

Color #5B6E1E in popluar number systems.

HEX5B6E1E
Decimal9111030
Binary1011011110111011110
Octal13315636

Shades and tints

Shades of #5B6E1E

#5B6E1E
(91,110,30)
#53641C
(83,100,28)
#4B5A1A
(75,90,26)
#435018
(67,80,24)
#3B4616
(59,70,22)
#333C14
(51,60,20)
#2B3212
(43,50,18)
#232810
(35,40,16)
#1B1E0E
(27,30,14)
#13140C
(19,20,12)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #5B6E1E

#5B6E1E
(91,110,30)
#697B32
(105,123,50)
#778846
(119,136,70)
#85955A
(133,149,90)
#93A26E
(147,162,110)
#A1AF82
(161,175,130)
#AFBC96
(175,188,150)
#BDC9AA
(189,201,170)
#CBD6BE
(203,214,190)
#D9E3D2
(217,227,210)
#E7F0E6
(231,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6E1E color. Also use rgb(91,110,30) instead hex code.

Text Font Color

.myTextColor { color: #5B6E1E; }

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

This text font color is #5B6E1E.


Background Color

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

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

This div background color is #5B6E1E.


Border color

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

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

This div border color is #5B6E1E.


Opacity

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

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

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

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

This text has shadow with #5B6E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6E1E on black background.


Color preview on white background

This text has color #5B6E1E on white background.



Black color preview on #5B6E1E background

This text has black color on #5B6E1E background.


White color preview on #5B6E1E background

This text has white color on #5B6E1E background.