COLOR #5B8C7E

HEX: #5B8C7E
RGB: (91,140,126)

Color info

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

RGB color model

#5B8C7E color RGB value is (91,140,126).

  • red value is 91;
  • green value is 140;
  • blue value is 126.
RGB:
(91,140,126)
(36%,55%,49%)

RGB channels and saturation

R 91 of 255 = 36%
G 140 of 255 = 55%
B 126 of 255 = 49%

91
140
126

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

Portions of RGB colors in percentages

R + G + B =
91 + 140 + 126 = 357 (100%)
R 91 of 357 ~ 25.49%
G 140 of 357 ~ 39.22%
B 126 of 357 ~ 35.29%

%25.49
%39.22
%35.29

CMYK color model

#5B8C7E color CMYK value is (35,0,10,45).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 45.10%
CMYK:
(35,0,10,45)
C35M0Y10K45 
(35%,0%,10%,45%)
(0.35/0.00/0.10/0.45)	

CMYK percentages

%35
%0
%10
%45.1

Codes

Color #5B8C7E in popluar color models

5B8C7E
RGB91140126
HSL163°21.21%45.29%
HSB/HSV163°35.00%54.90%
CMYK35.00%0.00%10.00%
45.10%

Color #5B8C7E in popluar number systems.

HEX5B8C7E
Decimal91140126
Binary1011011100011001111110
Octal133214176

Shades and tints

Shades of #5B8C7E

#5B8C7E
(91,140,126)
#538073
(83,128,115)
#4B7468
(75,116,104)
#43685D
(67,104,93)
#3B5C52
(59,92,82)
#335047
(51,80,71)
#2B443C
(43,68,60)
#233831
(35,56,49)
#1B2C26
(27,44,38)
#13201B
(19,32,27)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #5B8C7E

#5B8C7E
(91,140,126)
#699689
(105,150,137)
#77A094
(119,160,148)
#85AA9F
(133,170,159)
#93B4AA
(147,180,170)
#A1BEB5
(161,190,181)
#AFC8C0
(175,200,192)
#BDD2CB
(189,210,203)
#CBDCD6
(203,220,214)
#D9E6E1
(217,230,225)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8C7E color. Also use rgb(91,140,126) instead hex code.

Text Font Color

.myTextColor { color: #5B8C7E; }

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

This text font color is #5B8C7E.


Background Color

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

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

This div background color is #5B8C7E.


Border color

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

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

This div border color is #5B8C7E.


Opacity

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

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

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

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

This text has shadow with #5B8C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8C7E on black background.


Color preview on white background

This text has color #5B8C7E on white background.



Black color preview on #5B8C7E background

This text has black color on #5B8C7E background.


White color preview on #5B8C7E background

This text has white color on #5B8C7E background.