COLOR #5B887F

HEX: #5B887F RGB: (91,136,127)

Color info

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

RGB color model

#5B887F color RGB value is (91,136,127).

RGB: (91,136,127) (36%, 53%, 50%)

RGB channels and saturation

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

91
136
127

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

Portions of RGB colors in percentages

R + G + B = 91 + 136 + 127 = 354 (100%)
R 91 of 354 ~ 25.71%
G 136 of 354 ~ 38.42%
B 127 of 354 ~ 35.88'%

%25.71
%38.42
%35.88

CMYK color model

#5B887F color CMYK value is (33,0,7,47).

  • cyan value is 33.09%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%

CMYK: (33,0,7,47)
C33M0Y7K47 (33%, 0%, 7%, 47%)
(0.33 / 0.00 / 0.07 / 0.47)

CMYK percentages

%33.09
%0
%6.62
%46.67

Codes

Color #5B887F in popluar color models

5B 88 7F
RGB 91 136 127
HSL 168° 19.82% 44.51%
HSB/HSV 168° 33.09% 53.33%
CMYK 33.09% 0.00% 6.62%
46.67%

Color #5B887F in popluar number systems.

HEX 5B 88 7F
Decimal 91 136 127
Binary 1011011 10001000 1111111
Octal 133 210 177

Shades and tints

Shades of #5B887F

#5B887F
(91,136,127)
#537C74
(83,124,116)
#4B7069
(75,112,105)
#43645E
(67,100,94)
#3B5853
(59,88,83)
#334C48
(51,76,72)
#2B403D
(43,64,61)
#233432
(35,52,50)
#1B2827
(27,40,39)
#131C1C
(19,28,28)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #5B887F

#5B887F
(91,136,127)
#69928A
(105,146,138)
#779C95
(119,156,149)
#85A6A0
(133,166,160)
#93B0AB
(147,176,171)
#A1BAB6
(161,186,182)
#AFC4C1
(175,196,193)
#BDCECC
(189,206,204)
#CBD8D7
(203,216,215)
#D9E2E2
(217,226,226)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B887F; }

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

This text font color is #5B887F.

Background Color

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

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

This div background color is #5B887F.

Border color

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

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

This div border color is #5B887F.

Opacity

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

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

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

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

This text has shadow with #5B887F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B887F.

Preview

Color preview on black background

This text has color #5B887F on black background.


Color preview on white background

This text has color #5B887F on white background.


Black color preview on #5B887F background

This text has black color on #5B887F background.


White color preview on #5B887F background

This text has white color on #5B887F background.


Related colors

Complementary color

Complementary color for #hex is #A47780.


I love getcolorcode.com

Triadic colors

1 #7F5B88 and #887F5B with #5B887F are triadic colors.

2 #7F885B and #885B7F with #5B887F are triadic colors.