COLOR #5B856E

HEX: #5B856E
RGB: (91,133,110)

Color info

#5B856E contains red, green and blue colors in about the same proportion. Web safe color of #5B856E is #669966 (or #696).

RGB color model

#5B856E color RGB value is (91,133,110).

  • red value is 91;
  • green value is 133;
  • blue value is 110.
RGB:
(91,133,110)
(36%,52%,43%)

RGB channels and saturation

R 91 of 255 = 36%
G 133 of 255 = 52%
B 110 of 255 = 43%

91
133
110

R + G + B ~ 44%. #5B856E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 133 + 110 = 334 (100%)
R 91 of 334 ~ 27.25%
G 133 of 334 ~ 39.82%
B 110 of 334 ~ 32.93%

%27.25
%39.82
%32.93

CMYK color model

#5B856E color CMYK value is (32,0,17,48).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK:
(32,0,17,48)
C32M0Y17K48 
(32%,0%,17%,48%)
(0.32/0.00/0.17/0.48)	

CMYK percentages

%31.58
%0
%17.29
%47.84

Codes

Color #5B856E in popluar color models

5B856E
RGB91133110
HSL147°18.75%43.92%
HSB/HSV147°31.58%52.16%
CMYK31.58%0.00%17.29%
47.84%

Color #5B856E in popluar number systems.

HEX5B856E
Decimal91133110
Binary1011011100001011101110
Octal133205156

Shades and tints

Shades of #5B856E

#5B856E
(91,133,110)
#537964
(83,121,100)
#4B6D5A
(75,109,90)
#436150
(67,97,80)
#3B5546
(59,85,70)
#33493C
(51,73,60)
#2B3D32
(43,61,50)
#233128
(35,49,40)
#1B251E
(27,37,30)
#131914
(19,25,20)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #5B856E

#5B856E
(91,133,110)
#69907B
(105,144,123)
#779B88
(119,155,136)
#85A695
(133,166,149)
#93B1A2
(147,177,162)
#A1BCAF
(161,188,175)
#AFC7BC
(175,199,188)
#BDD2C9
(189,210,201)
#CBDDD6
(203,221,214)
#D9E8E3
(217,232,227)
#E7F3F0
(231,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B856E color. Also use rgb(91,133,110) instead hex code.

Text Font Color

.myTextColor { color: #5B856E; }

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

This text font color is #5B856E.


Background Color

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

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

This div background color is #5B856E.


Border color

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

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

This div border color is #5B856E.


Opacity

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

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

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

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

This text has shadow with #5B856E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B856E on black background.


Color preview on white background

This text has color #5B856E on white background.



Black color preview on #5B856E background

This text has black color on #5B856E background.


White color preview on #5B856E background

This text has white color on #5B856E background.