COLOR #5B7E6F

HEX: #5B7E6F
RGB: (91,126,111)

Color info

#5B7E6F contains red, green and blue colors in about the same proportion. Web safe color of #5B7E6F is #666666 (or #666).

RGB color model

#5B7E6F color RGB value is (91,126,111).

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

RGB channels and saturation

R 91 of 255 = 36%
G 126 of 255 = 49%
B 111 of 255 = 44%

91
126
111

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

Portions of RGB colors in percentages

R + G + B =
91 + 126 + 111 = 328 (100%)
R 91 of 328 ~ 27.74%
G 126 of 328 ~ 38.41%
B 111 of 328 ~ 33.84%

%27.74
%38.41
%33.84

CMYK color model

#5B7E6F color CMYK value is (28,0,12,51).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(28,0,12,51)
C28M0Y12K51 
(28%,0%,12%,51%)
(0.28/0.00/0.12/0.51)	

CMYK percentages

%27.78
%0
%11.9
%50.59

Codes

Color #5B7E6F in popluar color models

5B7E6F
RGB91126111
HSL154°16.13%42.55%
HSB/HSV154°27.78%49.41%
CMYK27.78%0.00%11.90%
50.59%

Color #5B7E6F in popluar number systems.

HEX5B7E6F
Decimal91126111
Binary101101111111101101111
Octal133176157

Shades and tints

Shades of #5B7E6F

#5B7E6F
(91,126,111)
#537365
(83,115,101)
#4B685B
(75,104,91)
#435D51
(67,93,81)
#3B5247
(59,82,71)
#33473D
(51,71,61)
#2B3C33
(43,60,51)
#233129
(35,49,41)
#1B261F
(27,38,31)
#131B15
(19,27,21)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #5B7E6F

#5B7E6F
(91,126,111)
#69897C
(105,137,124)
#779489
(119,148,137)
#859F96
(133,159,150)
#93AAA3
(147,170,163)
#A1B5B0
(161,181,176)
#AFC0BD
(175,192,189)
#BDCBCA
(189,203,202)
#CBD6D7
(203,214,215)
#D9E1E4
(217,225,228)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7E6F; }

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

This text font color is #5B7E6F.


Background Color

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

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

This div background color is #5B7E6F.


Border color

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

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

This div border color is #5B7E6F.


Opacity

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

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

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

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

This text has shadow with #5B7E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7E6F on black background.


Color preview on white background

This text has color #5B7E6F on white background.



Black color preview on #5B7E6F background

This text has black color on #5B7E6F background.


White color preview on #5B7E6F background

This text has white color on #5B7E6F background.