COLOR #5B6D58

HEX: #5B6D58
RGB: (91,109,88)

Color info

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

RGB color model

#5B6D58 color RGB value is (91,109,88).

  • red value is 91;
  • green value is 109;
  • blue value is 88.
RGB:
(91,109,88)
(36%,43%,35%)

RGB channels and saturation

R 91 of 255 = 36%
G 109 of 255 = 43%
B 88 of 255 = 35%

91
109
88

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

Portions of RGB colors in percentages

R + G + B =
91 + 109 + 88 = 288 (100%)
R 91 of 288 ~ 31.6%
G 109 of 288 ~ 37.85%
B 88 of 288 ~ 30.56%

%31.6
%37.85
%30.56

CMYK color model

#5B6D58 color CMYK value is (17,0,19,57).

  • cyan value is 16.51%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 57.25%
CMYK:
(17,0,19,57)
C17M0Y19K57 
(17%,0%,19%,57%)
(0.17/0.00/0.19/0.57)	

CMYK percentages

%16.51
%0
%19.27
%57.25

Codes

Color #5B6D58 in popluar color models

5B6D58
RGB9110988
HSL111°10.66%38.63%
HSB/HSV111°19.27%42.75%
CMYK16.51%0.00%19.27%
57.25%

Color #5B6D58 in popluar number systems.

HEX5B6D58
Decimal9110988
Binary101101111011011011000
Octal133155130

Shades and tints

Shades of #5B6D58

#5B6D58
(91,109,88)
#536450
(83,100,80)
#4B5B48
(75,91,72)
#435240
(67,82,64)
#3B4938
(59,73,56)
#334030
(51,64,48)
#2B3728
(43,55,40)
#232E20
(35,46,32)
#1B2518
(27,37,24)
#131C10
(19,28,16)
#0B1308
(11,19,8)
#000000
(0,0,0)

Tints of #5B6D58

#5B6D58
(91,109,88)
#697A67
(105,122,103)
#778776
(119,135,118)
#859485
(133,148,133)
#93A194
(147,161,148)
#A1AEA3
(161,174,163)
#AFBBB2
(175,187,178)
#BDC8C1
(189,200,193)
#CBD5D0
(203,213,208)
#D9E2DF
(217,226,223)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6D58 color. Also use rgb(91,109,88) instead hex code.

Text Font Color

.myTextColor { color: #5B6D58; }

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

This text font color is #5B6D58.


Background Color

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

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

This div background color is #5B6D58.


Border color

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

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

This div border color is #5B6D58.


Opacity

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

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

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

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

This text has shadow with #5B6D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6D58 on black background.


Color preview on white background

This text has color #5B6D58 on white background.



Black color preview on #5B6D58 background

This text has black color on #5B6D58 background.


White color preview on #5B6D58 background

This text has white color on #5B6D58 background.