COLOR #5A7E5E

HEX: #5A7E5E
RGB: (90,126,94)

Color info

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

RGB color model

#5A7E5E color RGB value is (90,126,94).

  • red value is 90;
  • green value is 126;
  • blue value is 94.
RGB:
(90,126,94)
(35%,49%,37%)

RGB channels and saturation

R 90 of 255 = 35%
G 126 of 255 = 49%
B 94 of 255 = 37%

90
126
94

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

Portions of RGB colors in percentages

R + G + B =
90 + 126 + 94 = 310 (100%)
R 90 of 310 ~ 29.03%
G 126 of 310 ~ 40.65%
B 94 of 310 ~ 30.32%

%29.03
%40.65
%30.32

CMYK color model

#5A7E5E color CMYK value is (29,0,25,51).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 25.40%
  • key color value is 50.59%
CMYK:
(29,0,25,51)
C29M0Y25K51 
(29%,0%,25%,51%)
(0.29/0.00/0.25/0.51)	

CMYK percentages

%28.57
%0
%25.4
%50.59

Codes

Color #5A7E5E in popluar color models

5A7E5E
RGB9012694
HSL127°16.67%42.35%
HSB/HSV127°28.57%49.41%
CMYK28.57%0.00%25.40%
50.59%

Color #5A7E5E in popluar number systems.

HEX5A7E5E
Decimal9012694
Binary101101011111101011110
Octal132176136

Shades and tints

Shades of #5A7E5E

#5A7E5E
(90,126,94)
#527356
(82,115,86)
#4A684E
(74,104,78)
#425D46
(66,93,70)
#3A523E
(58,82,62)
#324736
(50,71,54)
#2A3C2E
(42,60,46)
#223126
(34,49,38)
#1A261E
(26,38,30)
#121B16
(18,27,22)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #5A7E5E

#5A7E5E
(90,126,94)
#69896C
(105,137,108)
#78947A
(120,148,122)
#879F88
(135,159,136)
#96AA96
(150,170,150)
#A5B5A4
(165,181,164)
#B4C0B2
(180,192,178)
#C3CBC0
(195,203,192)
#D2D6CE
(210,214,206)
#E1E1DC
(225,225,220)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7E5E color. Also use rgb(90,126,94) instead hex code.

Text Font Color

.myTextColor { color: #5A7E5E; }

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

This text font color is #5A7E5E.


Background Color

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

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

This div background color is #5A7E5E.


Border color

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

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

This div border color is #5A7E5E.


Opacity

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

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

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

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

This text has shadow with #5A7E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7E5E on black background.


Color preview on white background

This text has color #5A7E5E on white background.



Black color preview on #5A7E5E background

This text has black color on #5A7E5E background.


White color preview on #5A7E5E background

This text has white color on #5A7E5E background.