COLOR #5B704A

HEX: #5B704A
RGB: (91,112,74)

Color info

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

RGB color model

#5B704A color RGB value is (91,112,74).

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

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 74 of 255 = 29%

91
112
74

R + G + B ~ 36%. #5B704A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 112 + 74 = 277 (100%)
R 91 of 277 ~ 32.85%
G 112 of 277 ~ 40.43%
B 74 of 277 ~ 26.71%

%32.85
%40.43
%26.71

CMYK color model

#5B704A color CMYK value is (19,0,34,56).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 33.93%
  • key color value is 56.08%
CMYK:
(19,0,34,56)
C19M0Y34K56 
(19%,0%,34%,56%)
(0.19/0.00/0.34/0.56)	

CMYK percentages

%18.75
%0
%33.93
%56.08

Codes

Color #5B704A in popluar color models

5B704A
RGB9111274
HSL93°20.43%36.47%
HSB/HSV93°33.93%43.92%
CMYK18.75%0.00%33.93%
56.08%

Color #5B704A in popluar number systems.

HEX5B704A
Decimal9111274
Binary101101111100001001010
Octal133160112

Shades and tints

Shades of #5B704A

#5B704A
(91,112,74)
#536644
(83,102,68)
#4B5C3E
(75,92,62)
#435238
(67,82,56)
#3B4832
(59,72,50)
#333E2C
(51,62,44)
#2B3426
(43,52,38)
#232A20
(35,42,32)
#1B201A
(27,32,26)
#131614
(19,22,20)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #5B704A

#5B704A
(91,112,74)
#697D5A
(105,125,90)
#778A6A
(119,138,106)
#85977A
(133,151,122)
#93A48A
(147,164,138)
#A1B19A
(161,177,154)
#AFBEAA
(175,190,170)
#BDCBBA
(189,203,186)
#CBD8CA
(203,216,202)
#D9E5DA
(217,229,218)
#E7F2EA
(231,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B704A; }

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

This text font color is #5B704A.


Background Color

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

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

This div background color is #5B704A.


Border color

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

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

This div border color is #5B704A.


Opacity

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

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

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

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

This text has shadow with #5B704A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B704A on black background.


Color preview on white background

This text has color #5B704A on white background.



Black color preview on #5B704A background

This text has black color on #5B704A background.


White color preview on #5B704A background

This text has white color on #5B704A background.