COLOR #5B977E

HEX: #5B977E
RGB: (91,151,126)

Color info

#5B977E contains mainly green and blue colors. Web safe color of #5B977E is #669966 (or #696).

RGB color model

#5B977E color RGB value is (91,151,126).

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

RGB channels and saturation

R 91 of 255 = 36%
G 151 of 255 = 59%
B 126 of 255 = 49%

91
151
126

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

Portions of RGB colors in percentages

R + G + B =
91 + 151 + 126 = 368 (100%)
R 91 of 368 ~ 24.73%
G 151 of 368 ~ 41.03%
B 126 of 368 ~ 34.24%

%24.73
%41.03
%34.24

CMYK color model

#5B977E color CMYK value is (40,0,17,41).

  • cyan value is 39.74%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(40,0,17,41)
C40M0Y17K41 
(40%,0%,17%,41%)
(0.40/0.00/0.17/0.41)	

CMYK percentages

%39.74
%0
%16.56
%40.78

Codes

Color #5B977E in popluar color models

5B977E
RGB91151126
HSL155°24.79%47.45%
HSB/HSV155°39.74%59.22%
CMYK39.74%0.00%16.56%
40.78%

Color #5B977E in popluar number systems.

HEX5B977E
Decimal91151126
Binary1011011100101111111110
Octal133227176

Shades and tints

Shades of #5B977E

#5B977E
(91,151,126)
#538A73
(83,138,115)
#4B7D68
(75,125,104)
#43705D
(67,112,93)
#3B6352
(59,99,82)
#335647
(51,86,71)
#2B493C
(43,73,60)
#233C31
(35,60,49)
#1B2F26
(27,47,38)
#13221B
(19,34,27)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #5B977E

#5B977E
(91,151,126)
#69A089
(105,160,137)
#77A994
(119,169,148)
#85B29F
(133,178,159)
#93BBAA
(147,187,170)
#A1C4B5
(161,196,181)
#AFCDC0
(175,205,192)
#BDD6CB
(189,214,203)
#CBDFD6
(203,223,214)
#D9E8E1
(217,232,225)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B977E; }

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

This text font color is #5B977E.


Background Color

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

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

This div background color is #5B977E.


Border color

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

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

This div border color is #5B977E.


Opacity

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

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

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

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

This text has shadow with #5B977E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B977E on black background.


Color preview on white background

This text has color #5B977E on white background.



Black color preview on #5B977E background

This text has black color on #5B977E background.


White color preview on #5B977E background

This text has white color on #5B977E background.