COLOR #5B6D4E

HEX: #5B6D4E
RGB: (91,109,78)

Color info

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

RGB color model

#5B6D4E color RGB value is (91,109,78).

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

RGB channels and saturation

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

91
109
78

R + G + B ~ 37%. #5B6D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 109 + 78 = 278 (100%)
R 91 of 278 ~ 32.73%
G 109 of 278 ~ 39.21%
B 78 of 278 ~ 28.06%

%32.73
%39.21
%28.06

CMYK color model

#5B6D4E color CMYK value is (17,0,28,57).

  • cyan value is 16.51%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 57.25%
CMYK:
(17,0,28,57)
C17M0Y28K57 
(17%,0%,28%,57%)
(0.17/0.00/0.28/0.57)	

CMYK percentages

%16.51
%0
%28.44
%57.25

Codes

Color #5B6D4E in popluar color models

5B6D4E
RGB9110978
HSL95°16.58%36.67%
HSB/HSV95°28.44%42.75%
CMYK16.51%0.00%28.44%
57.25%

Color #5B6D4E in popluar number systems.

HEX5B6D4E
Decimal9110978
Binary101101111011011001110
Octal133155116

Shades and tints

Shades of #5B6D4E

#5B6D4E
(91,109,78)
#536447
(83,100,71)
#4B5B40
(75,91,64)
#435239
(67,82,57)
#3B4932
(59,73,50)
#33402B
(51,64,43)
#2B3724
(43,55,36)
#232E1D
(35,46,29)
#1B2516
(27,37,22)
#131C0F
(19,28,15)
#0B1308
(11,19,8)
#000000
(0,0,0)

Tints of #5B6D4E

#5B6D4E
(91,109,78)
#697A5E
(105,122,94)
#77876E
(119,135,110)
#85947E
(133,148,126)
#93A18E
(147,161,142)
#A1AE9E
(161,174,158)
#AFBBAE
(175,187,174)
#BDC8BE
(189,200,190)
#CBD5CE
(203,213,206)
#D9E2DE
(217,226,222)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6D4E; }

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

This text font color is #5B6D4E.


Background Color

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

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

This div background color is #5B6D4E.


Border color

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

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

This div border color is #5B6D4E.


Opacity

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

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

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

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

This text has shadow with #5B6D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6D4E on black background.


Color preview on white background

This text has color #5B6D4E on white background.



Black color preview on #5B6D4E background

This text has black color on #5B6D4E background.


White color preview on #5B6D4E background

This text has white color on #5B6D4E background.