COLOR #5B867F

HEX: #5B867F
RGB: (91,134,127)

Color info

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

RGB color model

#5B867F color RGB value is (91,134,127).

  • red value is 91;
  • green value is 134;
  • blue value is 127.
RGB:
(91,134,127)
(36%,53%,50%)

RGB channels and saturation

R 91 of 255 = 36%
G 134 of 255 = 53%
B 127 of 255 = 50%

91
134
127

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

Portions of RGB colors in percentages

R + G + B =
91 + 134 + 127 = 352 (100%)
R 91 of 352 ~ 25.85%
G 134 of 352 ~ 38.07%
B 127 of 352 ~ 36.08%

%25.85
%38.07
%36.08

CMYK color model

#5B867F color CMYK value is (32,0,5,47).

  • cyan value is 32.09%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 47.45%
CMYK:
(32,0,5,47)
C32M0Y5K47 
(32%,0%,5%,47%)
(0.32/0.00/0.05/0.47)	

CMYK percentages

%32.09
%0
%5.22
%47.45

Codes

Color #5B867F in popluar color models

5B867F
RGB91134127
HSL170°19.11%44.12%
HSB/HSV170°32.09%52.55%
CMYK32.09%0.00%5.22%
47.45%

Color #5B867F in popluar number systems.

HEX5B867F
Decimal91134127
Binary1011011100001101111111
Octal133206177

Shades and tints

Shades of #5B867F

#5B867F
(91,134,127)
#537A74
(83,122,116)
#4B6E69
(75,110,105)
#43625E
(67,98,94)
#3B5653
(59,86,83)
#334A48
(51,74,72)
#2B3E3D
(43,62,61)
#233232
(35,50,50)
#1B2627
(27,38,39)
#131A1C
(19,26,28)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #5B867F

#5B867F
(91,134,127)
#69918A
(105,145,138)
#779C95
(119,156,149)
#85A7A0
(133,167,160)
#93B2AB
(147,178,171)
#A1BDB6
(161,189,182)
#AFC8C1
(175,200,193)
#BDD3CC
(189,211,204)
#CBDED7
(203,222,215)
#D9E9E2
(217,233,226)
#E7F4ED
(231,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B867F color. Also use rgb(91,134,127) instead hex code.

Text Font Color

.myTextColor { color: #5B867F; }

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

This text font color is #5B867F.


Background Color

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

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

This div background color is #5B867F.


Border color

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

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

This div border color is #5B867F.


Opacity

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

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

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

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

This text has shadow with #5B867F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B867F on black background.


Color preview on white background

This text has color #5B867F on white background.



Black color preview on #5B867F background

This text has black color on #5B867F background.


White color preview on #5B867F background

This text has white color on #5B867F background.