COLOR #5B7159

HEX: #5B7159
RGB: (91,113,89)

Color info

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

RGB color model

#5B7159 color RGB value is (91,113,89).

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

RGB channels and saturation

R 91 of 255 = 36%
G 113 of 255 = 44%
B 89 of 255 = 35%

91
113
89

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

Portions of RGB colors in percentages

R + G + B =
91 + 113 + 89 = 293 (100%)
R 91 of 293 ~ 31.06%
G 113 of 293 ~ 38.57%
B 89 of 293 ~ 30.38%

%31.06
%38.57
%30.38

CMYK color model

#5B7159 color CMYK value is (19,0,21,56).

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 55.69%
CMYK:
(19,0,21,56)
C19M0Y21K56 
(19%,0%,21%,56%)
(0.19/0.00/0.21/0.56)	

CMYK percentages

%19.47
%0
%21.24
%55.69

Codes

Color #5B7159 in popluar color models

5B7159
RGB9111389
HSL115°11.88%39.61%
HSB/HSV115°21.24%44.31%
CMYK19.47%0.00%21.24%
55.69%

Color #5B7159 in popluar number systems.

HEX5B7159
Decimal9111389
Binary101101111100011011001
Octal133161131

Shades and tints

Shades of #5B7159

#5B7159
(91,113,89)
#536751
(83,103,81)
#4B5D49
(75,93,73)
#435341
(67,83,65)
#3B4939
(59,73,57)
#333F31
(51,63,49)
#2B3529
(43,53,41)
#232B21
(35,43,33)
#1B2119
(27,33,25)
#131711
(19,23,17)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #5B7159

#5B7159
(91,113,89)
#697D68
(105,125,104)
#778977
(119,137,119)
#859586
(133,149,134)
#93A195
(147,161,149)
#A1ADA4
(161,173,164)
#AFB9B3
(175,185,179)
#BDC5C2
(189,197,194)
#CBD1D1
(203,209,209)
#D9DDE0
(217,221,224)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7159; }

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

This text font color is #5B7159.


Background Color

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

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

This div background color is #5B7159.


Border color

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

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

This div border color is #5B7159.


Opacity

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

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

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

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

This text has shadow with #5B7159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7159 on black background.


Color preview on white background

This text has color #5B7159 on white background.



Black color preview on #5B7159 background

This text has black color on #5B7159 background.


White color preview on #5B7159 background

This text has white color on #5B7159 background.