COLOR #5B704F

HEX: #5B704F
RGB: (91,112,79)

Color info

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

RGB color model

#5B704F color RGB value is (91,112,79).

  • red value is 91;
  • green value is 112;
  • blue value is 79.
RGB:
(91,112,79)
(36%,44%,31%)

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 79 of 255 = 31%

91
112
79

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

Portions of RGB colors in percentages

R + G + B =
91 + 112 + 79 = 282 (100%)
R 91 of 282 ~ 32.27%
G 112 of 282 ~ 39.72%
B 79 of 282 ~ 28.01%

%32.27
%39.72
%28.01

CMYK color model

#5B704F color CMYK value is (19,0,29,56).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 56.08%
CMYK:
(19,0,29,56)
C19M0Y29K56 
(19%,0%,29%,56%)
(0.19/0.00/0.29/0.56)	

CMYK percentages

%18.75
%0
%29.46
%56.08

Codes

Color #5B704F in popluar color models

5B704F
RGB9111279
HSL98°17.28%37.45%
HSB/HSV98°29.46%43.92%
CMYK18.75%0.00%29.46%
56.08%

Color #5B704F in popluar number systems.

HEX5B704F
Decimal9111279
Binary101101111100001001111
Octal133160117

Shades and tints

Shades of #5B704F

#5B704F
(91,112,79)
#536648
(83,102,72)
#4B5C41
(75,92,65)
#43523A
(67,82,58)
#3B4833
(59,72,51)
#333E2C
(51,62,44)
#2B3425
(43,52,37)
#232A1E
(35,42,30)
#1B2017
(27,32,23)
#131610
(19,22,16)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #5B704F

#5B704F
(91,112,79)
#697D5F
(105,125,95)
#778A6F
(119,138,111)
#85977F
(133,151,127)
#93A48F
(147,164,143)
#A1B19F
(161,177,159)
#AFBEAF
(175,190,175)
#BDCBBF
(189,203,191)
#CBD8CF
(203,216,207)
#D9E5DF
(217,229,223)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B704F color. Also use rgb(91,112,79) instead hex code.

Text Font Color

.myTextColor { color: #5B704F; }

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

This text font color is #5B704F.


Background Color

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

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

This div background color is #5B704F.


Border color

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

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

This div border color is #5B704F.


Opacity

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

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

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

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

This text has shadow with #5B704F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B704F on black background.


Color preview on white background

This text has color #5B704F on white background.



Black color preview on #5B704F background

This text has black color on #5B704F background.


White color preview on #5B704F background

This text has white color on #5B704F background.