COLOR #5B7754

HEX: #5B7754
RGB: (91,119,84)

Color info

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

RGB color model

#5B7754 color RGB value is (91,119,84).

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

RGB channels and saturation

R 91 of 255 = 36%
G 119 of 255 = 47%
B 84 of 255 = 33%

91
119
84

R + G + B ~ 39%. #5B7754 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 119 + 84 = 294 (100%)
R 91 of 294 ~ 30.95%
G 119 of 294 ~ 40.48%
B 84 of 294 ~ 28.57%

%30.95
%40.48
%28.57

CMYK color model

#5B7754 color CMYK value is (24,0,29,53).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 53.33%
CMYK:
(24,0,29,53)
C24M0Y29K53 
(24%,0%,29%,53%)
(0.24/0.00/0.29/0.53)	

CMYK percentages

%23.53
%0
%29.41
%53.33

Codes

Color #5B7754 in popluar color models

5B7754
RGB9111984
HSL108°17.24%39.80%
HSB/HSV108°29.41%46.67%
CMYK23.53%0.00%29.41%
53.33%

Color #5B7754 in popluar number systems.

HEX5B7754
Decimal9111984
Binary101101111101111010100
Octal133167124

Shades and tints

Shades of #5B7754

#5B7754
(91,119,84)
#536D4D
(83,109,77)
#4B6346
(75,99,70)
#43593F
(67,89,63)
#3B4F38
(59,79,56)
#334531
(51,69,49)
#2B3B2A
(43,59,42)
#233123
(35,49,35)
#1B271C
(27,39,28)
#131D15
(19,29,21)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #5B7754

#5B7754
(91,119,84)
#698363
(105,131,99)
#778F72
(119,143,114)
#859B81
(133,155,129)
#93A790
(147,167,144)
#A1B39F
(161,179,159)
#AFBFAE
(175,191,174)
#BDCBBD
(189,203,189)
#CBD7CC
(203,215,204)
#D9E3DB
(217,227,219)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7754; }

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

This text font color is #5B7754.


Background Color

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

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

This div background color is #5B7754.


Border color

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

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

This div border color is #5B7754.


Opacity

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

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

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

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

This text has shadow with #5B7754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7754 on black background.


Color preview on white background

This text has color #5B7754 on white background.



Black color preview on #5B7754 background

This text has black color on #5B7754 background.


White color preview on #5B7754 background

This text has white color on #5B7754 background.