COLOR #5B8E6B

HEX: #5B8E6B
RGB: (91,142,107)

Color info

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

RGB color model

#5B8E6B color RGB value is (91,142,107).

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

RGB channels and saturation

R 91 of 255 = 36%
G 142 of 255 = 56%
B 107 of 255 = 42%

91
142
107

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

Portions of RGB colors in percentages

R + G + B =
91 + 142 + 107 = 340 (100%)
R 91 of 340 ~ 26.76%
G 142 of 340 ~ 41.76%
B 107 of 340 ~ 31.47%

%26.76
%41.76
%31.47

CMYK color model

#5B8E6B color CMYK value is (36,0,25,44).

  • cyan value is 35.92%
  • magenta value is 0.00%
  • yellow value is 24.65%
  • key color value is 44.31%
CMYK:
(36,0,25,44)
C36M0Y25K44 
(36%,0%,25%,44%)
(0.36/0.00/0.25/0.44)	

CMYK percentages

%35.92
%0
%24.65
%44.31

Codes

Color #5B8E6B in popluar color models

5B8E6B
RGB91142107
HSL139°21.89%45.69%
HSB/HSV139°35.92%55.69%
CMYK35.92%0.00%24.65%
44.31%

Color #5B8E6B in popluar number systems.

HEX5B8E6B
Decimal91142107
Binary1011011100011101101011
Octal133216153

Shades and tints

Shades of #5B8E6B

#5B8E6B
(91,142,107)
#538262
(83,130,98)
#4B7659
(75,118,89)
#436A50
(67,106,80)
#3B5E47
(59,94,71)
#33523E
(51,82,62)
#2B4635
(43,70,53)
#233A2C
(35,58,44)
#1B2E23
(27,46,35)
#13221A
(19,34,26)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #5B8E6B

#5B8E6B
(91,142,107)
#699878
(105,152,120)
#77A285
(119,162,133)
#85AC92
(133,172,146)
#93B69F
(147,182,159)
#A1C0AC
(161,192,172)
#AFCAB9
(175,202,185)
#BDD4C6
(189,212,198)
#CBDED3
(203,222,211)
#D9E8E0
(217,232,224)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8E6B; }

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

This text font color is #5B8E6B.


Background Color

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

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

This div background color is #5B8E6B.


Border color

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

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

This div border color is #5B8E6B.


Opacity

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

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

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

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

This text has shadow with #5B8E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8E6B on black background.


Color preview on white background

This text has color #5B8E6B on white background.



Black color preview on #5B8E6B background

This text has black color on #5B8E6B background.


White color preview on #5B8E6B background

This text has white color on #5B8E6B background.