COLOR #5B876B

HEX: #5B876B
RGB: (91,135,107)

Color info

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

RGB color model

#5B876B color RGB value is (91,135,107).

  • red value is 91;
  • green value is 135;
  • blue value is 107.
RGB:
(91,135,107)
(36%,53%,42%)

RGB channels and saturation

R 91 of 255 = 36%
G 135 of 255 = 53%
B 107 of 255 = 42%

91
135
107

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

Portions of RGB colors in percentages

R + G + B =
91 + 135 + 107 = 333 (100%)
R 91 of 333 ~ 27.33%
G 135 of 333 ~ 40.54%
B 107 of 333 ~ 32.13%

%27.33
%40.54
%32.13

CMYK color model

#5B876B color CMYK value is (33,0,21,47).

  • cyan value is 32.59%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(33,0,21,47)
C33M0Y21K47 
(33%,0%,21%,47%)
(0.33/0.00/0.21/0.47)	

CMYK percentages

%32.59
%0
%20.74
%47.06

Codes

Color #5B876B in popluar color models

5B876B
RGB91135107
HSL142°19.47%44.31%
HSB/HSV142°32.59%52.94%
CMYK32.59%0.00%20.74%
47.06%

Color #5B876B in popluar number systems.

HEX5B876B
Decimal91135107
Binary1011011100001111101011
Octal133207153

Shades and tints

Shades of #5B876B

#5B876B
(91,135,107)
#537B62
(83,123,98)
#4B6F59
(75,111,89)
#436350
(67,99,80)
#3B5747
(59,87,71)
#334B3E
(51,75,62)
#2B3F35
(43,63,53)
#23332C
(35,51,44)
#1B2723
(27,39,35)
#131B1A
(19,27,26)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #5B876B

#5B876B
(91,135,107)
#699178
(105,145,120)
#779B85
(119,155,133)
#85A592
(133,165,146)
#93AF9F
(147,175,159)
#A1B9AC
(161,185,172)
#AFC3B9
(175,195,185)
#BDCDC6
(189,205,198)
#CBD7D3
(203,215,211)
#D9E1E0
(217,225,224)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B876B; }

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

This text font color is #5B876B.


Background Color

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

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

This div background color is #5B876B.


Border color

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

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

This div border color is #5B876B.


Opacity

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

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

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

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

This text has shadow with #5B876B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B876B on black background.


Color preview on white background

This text has color #5B876B on white background.



Black color preview on #5B876B background

This text has black color on #5B876B background.


White color preview on #5B876B background

This text has white color on #5B876B background.