COLOR #5B6E3A

HEX: #5B6E3A
RGB: (91,110,58)

Color info

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

RGB color model

#5B6E3A color RGB value is (91,110,58).

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

RGB channels and saturation

R 91 of 255 = 36%
G 110 of 255 = 43%
B 58 of 255 = 23%

91
110
58

R + G + B ~ 34%. #5B6E3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 110 + 58 = 259 (100%)
R 91 of 259 ~ 35.14%
G 110 of 259 ~ 42.47%
B 58 of 259 ~ 22.39%

%35.14
%42.47
%22.39

CMYK color model

#5B6E3A color CMYK value is (17,0,47,57).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 56.86%
CMYK:
(17,0,47,57)
C17M0Y47K57 
(17%,0%,47%,57%)
(0.17/0.00/0.47/0.57)	

CMYK percentages

%17.27
%0
%47.27
%56.86

Codes

Color #5B6E3A in popluar color models

5B6E3A
RGB9111058
HSL82°30.95%32.94%
HSB/HSV82°47.27%43.14%
CMYK17.27%0.00%47.27%
56.86%

Color #5B6E3A in popluar number systems.

HEX5B6E3A
Decimal9111058
Binary10110111101110111010
Octal13315672

Shades and tints

Shades of #5B6E3A

#5B6E3A
(91,110,58)
#536435
(83,100,53)
#4B5A30
(75,90,48)
#43502B
(67,80,43)
#3B4626
(59,70,38)
#333C21
(51,60,33)
#2B321C
(43,50,28)
#232817
(35,40,23)
#1B1E12
(27,30,18)
#13140D
(19,20,13)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #5B6E3A

#5B6E3A
(91,110,58)
#697B4B
(105,123,75)
#77885C
(119,136,92)
#85956D
(133,149,109)
#93A27E
(147,162,126)
#A1AF8F
(161,175,143)
#AFBCA0
(175,188,160)
#BDC9B1
(189,201,177)
#CBD6C2
(203,214,194)
#D9E3D3
(217,227,211)
#E7F0E4
(231,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6E3A; }

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

This text font color is #5B6E3A.


Background Color

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

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

This div background color is #5B6E3A.


Border color

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

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

This div border color is #5B6E3A.


Opacity

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

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

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

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

This text has shadow with #5B6E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6E3A on black background.


Color preview on white background

This text has color #5B6E3A on white background.



Black color preview on #5B6E3A background

This text has black color on #5B6E3A background.


White color preview on #5B6E3A background

This text has white color on #5B6E3A background.