COLOR #5A7D6F

HEX: #5A7D6F
RGB: (90,125,111)

Color info

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

RGB color model

#5A7D6F color RGB value is (90,125,111).

  • red value is 90;
  • green value is 125;
  • blue value is 111.
RGB:
(90,125,111)
(35%,49%,44%)

RGB channels and saturation

R 90 of 255 = 35%
G 125 of 255 = 49%
B 111 of 255 = 44%

90
125
111

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

Portions of RGB colors in percentages

R + G + B =
90 + 125 + 111 = 326 (100%)
R 90 of 326 ~ 27.61%
G 125 of 326 ~ 38.34%
B 111 of 326 ~ 34.05%

%27.61
%38.34
%34.05

CMYK color model

#5A7D6F color CMYK value is (28,0,11,51).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK:
(28,0,11,51)
C28M0Y11K51 
(28%,0%,11%,51%)
(0.28/0.00/0.11/0.51)	

CMYK percentages

%28
%0
%11.2
%50.98

Codes

Color #5A7D6F in popluar color models

5A7D6F
RGB90125111
HSL156°16.28%42.16%
HSB/HSV156°28.00%49.02%
CMYK28.00%0.00%11.20%
50.98%

Color #5A7D6F in popluar number systems.

HEX5A7D6F
Decimal90125111
Binary101101011111011101111
Octal132175157

Shades and tints

Shades of #5A7D6F

#5A7D6F
(90,125,111)
#527265
(82,114,101)
#4A675B
(74,103,91)
#425C51
(66,92,81)
#3A5147
(58,81,71)
#32463D
(50,70,61)
#2A3B33
(42,59,51)
#223029
(34,48,41)
#1A251F
(26,37,31)
#121A15
(18,26,21)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #5A7D6F

#5A7D6F
(90,125,111)
#69887C
(105,136,124)
#789389
(120,147,137)
#879E96
(135,158,150)
#96A9A3
(150,169,163)
#A5B4B0
(165,180,176)
#B4BFBD
(180,191,189)
#C3CACA
(195,202,202)
#D2D5D7
(210,213,215)
#E1E0E4
(225,224,228)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7D6F color. Also use rgb(90,125,111) instead hex code.

Text Font Color

.myTextColor { color: #5A7D6F; }

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

This text font color is #5A7D6F.


Background Color

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

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

This div background color is #5A7D6F.


Border color

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

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

This div border color is #5A7D6F.


Opacity

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

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

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

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

This text has shadow with #5A7D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7D6F on black background.


Color preview on white background

This text has color #5A7D6F on white background.



Black color preview on #5A7D6F background

This text has black color on #5A7D6F background.


White color preview on #5A7D6F background

This text has white color on #5A7D6F background.