COLOR #5B866B

HEX: #5B866B
RGB: (91,134,107)

Color info

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

RGB color model

#5B866B color RGB value is (91,134,107).

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

RGB channels and saturation

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

91
134
107

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

Portions of RGB colors in percentages

R + G + B =
91 + 134 + 107 = 332 (100%)
R 91 of 332 ~ 27.41%
G 134 of 332 ~ 40.36%
B 107 of 332 ~ 32.23%

%27.41
%40.36
%32.23

CMYK color model

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

  • cyan value is 32.09%
  • magenta value is 0.00%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK:
(32,0,20,47)
C32M0Y20K47 
(32%,0%,20%,47%)
(0.32/0.00/0.20/0.47)	

CMYK percentages

%32.09
%0
%20.15
%47.45

Codes

Color #5B866B in popluar color models

5B866B
RGB91134107
HSL142°19.11%44.12%
HSB/HSV142°32.09%52.55%
CMYK32.09%0.00%20.15%
47.45%

Color #5B866B in popluar number systems.

HEX5B866B
Decimal91134107
Binary1011011100001101101011
Octal133206153

Shades and tints

Shades of #5B866B

#5B866B
(91,134,107)
#537A62
(83,122,98)
#4B6E59
(75,110,89)
#436250
(67,98,80)
#3B5647
(59,86,71)
#334A3E
(51,74,62)
#2B3E35
(43,62,53)
#23322C
(35,50,44)
#1B2623
(27,38,35)
#131A1A
(19,26,26)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #5B866B

#5B866B
(91,134,107)
#699178
(105,145,120)
#779C85
(119,156,133)
#85A792
(133,167,146)
#93B29F
(147,178,159)
#A1BDAC
(161,189,172)
#AFC8B9
(175,200,185)
#BDD3C6
(189,211,198)
#CBDED3
(203,222,211)
#D9E9E0
(217,233,224)
#E7F4ED
(231,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B866B; }

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

This text font color is #5B866B.


Background Color

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

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

This div background color is #5B866B.


Border color

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

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

This div border color is #5B866B.


Opacity

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

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

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

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

This text has shadow with #5B866B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B866B on black background.


Color preview on white background

This text has color #5B866B on white background.



Black color preview on #5B866B background

This text has black color on #5B866B background.


White color preview on #5B866B background

This text has white color on #5B866B background.