COLOR #5B715F

HEX: #5B715F
RGB: (91,113,95)

Color info

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

RGB color model

#5B715F color RGB value is (91,113,95).

  • red value is 91;
  • green value is 113;
  • blue value is 95.
RGB:
(91,113,95)
(36%,44%,37%)

RGB channels and saturation

R 91 of 255 = 36%
G 113 of 255 = 44%
B 95 of 255 = 37%

91
113
95

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

Portions of RGB colors in percentages

R + G + B =
91 + 113 + 95 = 299 (100%)
R 91 of 299 ~ 30.43%
G 113 of 299 ~ 37.79%
B 95 of 299 ~ 31.77%

%30.43
%37.79
%31.77

CMYK color model

#5B715F color CMYK value is (19,0,16,56).

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(19,0,16,56)
C19M0Y16K56 
(19%,0%,16%,56%)
(0.19/0.00/0.16/0.56)	

CMYK percentages

%19.47
%0
%15.93
%55.69

Codes

Color #5B715F in popluar color models

5B715F
RGB9111395
HSL131°10.78%40.00%
HSB/HSV131°19.47%44.31%
CMYK19.47%0.00%15.93%
55.69%

Color #5B715F in popluar number systems.

HEX5B715F
Decimal9111395
Binary101101111100011011111
Octal133161137

Shades and tints

Shades of #5B715F

#5B715F
(91,113,95)
#536757
(83,103,87)
#4B5D4F
(75,93,79)
#435347
(67,83,71)
#3B493F
(59,73,63)
#333F37
(51,63,55)
#2B352F
(43,53,47)
#232B27
(35,43,39)
#1B211F
(27,33,31)
#131717
(19,23,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #5B715F

#5B715F
(91,113,95)
#697D6D
(105,125,109)
#77897B
(119,137,123)
#859589
(133,149,137)
#93A197
(147,161,151)
#A1ADA5
(161,173,165)
#AFB9B3
(175,185,179)
#BDC5C1
(189,197,193)
#CBD1CF
(203,209,207)
#D9DDDD
(217,221,221)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B715F color. Also use rgb(91,113,95) instead hex code.

Text Font Color

.myTextColor { color: #5B715F; }

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

This text font color is #5B715F.


Background Color

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

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

This div background color is #5B715F.


Border color

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

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

This div border color is #5B715F.


Opacity

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

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

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

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

This text has shadow with #5B715F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B715F on black background.


Color preview on white background

This text has color #5B715F on white background.



Black color preview on #5B715F background

This text has black color on #5B715F background.


White color preview on #5B715F background

This text has white color on #5B715F background.