COLOR #5B8472

HEX: #5B8472
RGB: (91,132,114)

Color info

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

RGB color model

#5B8472 color RGB value is (91,132,114).

  • red value is 91;
  • green value is 132;
  • blue value is 114.
RGB:
(91,132,114)
(36%,52%,45%)

RGB channels and saturation

R 91 of 255 = 36%
G 132 of 255 = 52%
B 114 of 255 = 45%

91
132
114

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

Portions of RGB colors in percentages

R + G + B =
91 + 132 + 114 = 337 (100%)
R 91 of 337 ~ 27%
G 132 of 337 ~ 39.17%
B 114 of 337 ~ 33.83%

%27
%39.17
%33.83

CMYK color model

#5B8472 color CMYK value is (31,0,14,48).

  • cyan value is 31.06%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 48.24%
CMYK:
(31,0,14,48)
C31M0Y14K48 
(31%,0%,14%,48%)
(0.31/0.00/0.14/0.48)	

CMYK percentages

%31.06
%0
%13.64
%48.24

Codes

Color #5B8472 in popluar color models

5B8472
RGB91132114
HSL154°18.39%43.73%
HSB/HSV154°31.06%51.76%
CMYK31.06%0.00%13.64%
48.24%

Color #5B8472 in popluar number systems.

HEX5B8472
Decimal91132114
Binary1011011100001001110010
Octal133204162

Shades and tints

Shades of #5B8472

#5B8472
(91,132,114)
#537868
(83,120,104)
#4B6C5E
(75,108,94)
#436054
(67,96,84)
#3B544A
(59,84,74)
#334840
(51,72,64)
#2B3C36
(43,60,54)
#23302C
(35,48,44)
#1B2422
(27,36,34)
#131818
(19,24,24)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #5B8472

#5B8472
(91,132,114)
#698F7E
(105,143,126)
#779A8A
(119,154,138)
#85A596
(133,165,150)
#93B0A2
(147,176,162)
#A1BBAE
(161,187,174)
#AFC6BA
(175,198,186)
#BDD1C6
(189,209,198)
#CBDCD2
(203,220,210)
#D9E7DE
(217,231,222)
#E7F2EA
(231,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8472 color. Also use rgb(91,132,114) instead hex code.

Text Font Color

.myTextColor { color: #5B8472; }

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

This text font color is #5B8472.


Background Color

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

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

This div background color is #5B8472.


Border color

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

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

This div border color is #5B8472.


Opacity

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

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

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

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

This text has shadow with #5B8472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8472 on black background.


Color preview on white background

This text has color #5B8472 on white background.



Black color preview on #5B8472 background

This text has black color on #5B8472 background.


White color preview on #5B8472 background

This text has white color on #5B8472 background.