COLOR #5B877F

HEX: #5B877F RGB: (91,135,127)

Color info

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

RGB color model

#5B877F color RGB value is (91,135,127).

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

RGB channels and saturation

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

91
135
127

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

Portions of RGB colors in percentages

R + G + B = 91 + 135 + 127 = 353 (100%)
R 91 of 353 ~ 25.78%
G 135 of 353 ~ 38.24%
B 127 of 353 ~ 35.98'%

%25.78
%38.24
%35.98

CMYK color model

#5B877F color CMYK value is (33,0,6,47).

  • cyan value is 32.59%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 47.06%

CMYK: (33,0,6,47)
C33M0Y6K47 (33%, 0%, 6%, 47%)
(0.33 / 0.00 / 0.06 / 0.47)

CMYK percentages

%32.59
%0
%5.93
%47.06

Codes

Color #5B877F in popluar color models

5B 87 7F
RGB 91 135 127
HSL 169° 19.47% 44.31%
HSB/HSV 169° 32.59% 52.94%
CMYK 32.59% 0.00% 5.93%
47.06%

Color #5B877F in popluar number systems.

HEX 5B 87 7F
Decimal 91 135 127
Binary 1011011 10000111 1111111
Octal 133 207 177

Shades and tints

Shades of #5B877F

#5B877F
(91,135,127)
#537B74
(83,123,116)
#4B6F69
(75,111,105)
#43635E
(67,99,94)
#3B5753
(59,87,83)
#334B48
(51,75,72)
#2B3F3D
(43,63,61)
#233332
(35,51,50)
#1B2727
(27,39,39)
#131B1C
(19,27,28)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #5B877F

#5B877F
(91,135,127)
#69918A
(105,145,138)
#779B95
(119,155,149)
#85A5A0
(133,165,160)
#93AFAB
(147,175,171)
#A1B9B6
(161,185,182)
#AFC3C1
(175,195,193)
#BDCDCC
(189,205,204)
#CBD7D7
(203,215,215)
#D9E1E2
(217,225,226)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B877F; }

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

This text font color is #5B877F.

Background Color

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

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

This div background color is #5B877F.

Border color

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

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

This div border color is #5B877F.

Opacity

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

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

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

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

This text has shadow with #5B877F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B877F.

Preview

Color preview on black background

This text has color #5B877F on black background.


Color preview on white background

This text has color #5B877F on white background.


Black color preview on #5B877F background

This text has black color on #5B877F background.


White color preview on #5B877F background

This text has white color on #5B877F background.


Related colors

Complementary color

Complementary color for #hex is #A47880.


I love getcolorcode.com

Triadic colors

1 #7F5B87 and #877F5B with #5B877F are triadic colors.

2 #7F875B and #875B7F with #5B877F are triadic colors.