COLOR #5B7D6E

HEX: #5B7D6E
RGB: (91,125,110)

Color info

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

RGB color model

#5B7D6E color RGB value is (91,125,110).

  • red value is 91;
  • green value is 125;
  • blue value is 110.
RGB:
(91,125,110)
(36%,49%,43%)

RGB channels and saturation

R 91 of 255 = 36%
G 125 of 255 = 49%
B 110 of 255 = 43%

91
125
110

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

Portions of RGB colors in percentages

R + G + B =
91 + 125 + 110 = 326 (100%)
R 91 of 326 ~ 27.91%
G 125 of 326 ~ 38.34%
B 110 of 326 ~ 33.74%

%27.91
%38.34
%33.74

CMYK color model

#5B7D6E color CMYK value is (27,0,12,51).

  • cyan value is 27.20%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK:
(27,0,12,51)
C27M0Y12K51 
(27%,0%,12%,51%)
(0.27/0.00/0.12/0.51)	

CMYK percentages

%27.2
%0
%12
%50.98

Codes

Color #5B7D6E in popluar color models

5B7D6E
RGB91125110
HSL154°15.74%42.35%
HSB/HSV154°27.20%49.02%
CMYK27.20%0.00%12.00%
50.98%

Color #5B7D6E in popluar number systems.

HEX5B7D6E
Decimal91125110
Binary101101111111011101110
Octal133175156

Shades and tints

Shades of #5B7D6E

#5B7D6E
(91,125,110)
#537264
(83,114,100)
#4B675A
(75,103,90)
#435C50
(67,92,80)
#3B5146
(59,81,70)
#33463C
(51,70,60)
#2B3B32
(43,59,50)
#233028
(35,48,40)
#1B251E
(27,37,30)
#131A14
(19,26,20)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #5B7D6E

#5B7D6E
(91,125,110)
#69887B
(105,136,123)
#779388
(119,147,136)
#859E95
(133,158,149)
#93A9A2
(147,169,162)
#A1B4AF
(161,180,175)
#AFBFBC
(175,191,188)
#BDCAC9
(189,202,201)
#CBD5D6
(203,213,214)
#D9E0E3
(217,224,227)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7D6E color. Also use rgb(91,125,110) instead hex code.

Text Font Color

.myTextColor { color: #5B7D6E; }

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

This text font color is #5B7D6E.


Background Color

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

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

This div background color is #5B7D6E.


Border color

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

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

This div border color is #5B7D6E.


Opacity

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

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

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

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

This text has shadow with #5B7D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7D6E on black background.


Color preview on white background

This text has color #5B7D6E on white background.



Black color preview on #5B7D6E background

This text has black color on #5B7D6E background.


White color preview on #5B7D6E background

This text has white color on #5B7D6E background.