COLOR #5B774E

HEX: #5B774E
RGB: (91,119,78)

Color info

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

RGB color model

#5B774E color RGB value is (91,119,78).

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

RGB channels and saturation

R 91 of 255 = 36%
G 119 of 255 = 47%
B 78 of 255 = 31%

91
119
78

R + G + B ~ 38%. #5B774E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 119 + 78 = 288 (100%)
R 91 of 288 ~ 31.6%
G 119 of 288 ~ 41.32%
B 78 of 288 ~ 27.08%

%31.6
%41.32
%27.08

CMYK color model

#5B774E color CMYK value is (24,0,34,53).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 34.45%
  • key color value is 53.33%
CMYK:
(24,0,34,53)
C24M0Y34K53 
(24%,0%,34%,53%)
(0.24/0.00/0.34/0.53)	

CMYK percentages

%23.53
%0
%34.45
%53.33

Codes

Color #5B774E in popluar color models

5B774E
RGB9111978
HSL101°20.81%38.63%
HSB/HSV101°34.45%46.67%
CMYK23.53%0.00%34.45%
53.33%

Color #5B774E in popluar number systems.

HEX5B774E
Decimal9111978
Binary101101111101111001110
Octal133167116

Shades and tints

Shades of #5B774E

#5B774E
(91,119,78)
#536D47
(83,109,71)
#4B6340
(75,99,64)
#435939
(67,89,57)
#3B4F32
(59,79,50)
#33452B
(51,69,43)
#2B3B24
(43,59,36)
#23311D
(35,49,29)
#1B2716
(27,39,22)
#131D0F
(19,29,15)
#0B1308
(11,19,8)
#000000
(0,0,0)

Tints of #5B774E

#5B774E
(91,119,78)
#69835E
(105,131,94)
#778F6E
(119,143,110)
#859B7E
(133,155,126)
#93A78E
(147,167,142)
#A1B39E
(161,179,158)
#AFBFAE
(175,191,174)
#BDCBBE
(189,203,190)
#CBD7CE
(203,215,206)
#D9E3DE
(217,227,222)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B774E; }

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

This text font color is #5B774E.


Background Color

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

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

This div background color is #5B774E.


Border color

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

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

This div border color is #5B774E.


Opacity

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

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

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

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

This text has shadow with #5B774E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B774E on black background.


Color preview on white background

This text has color #5B774E on white background.



Black color preview on #5B774E background

This text has black color on #5B774E background.


White color preview on #5B774E background

This text has white color on #5B774E background.