COLOR #5A7C5E

HEX: #5A7C5E
RGB: (90,124,94)

Color info

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

RGB color model

#5A7C5E color RGB value is (90,124,94).

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

RGB channels and saturation

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

90
124
94

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

Portions of RGB colors in percentages

R + G + B =
90 + 124 + 94 = 308 (100%)
R 90 of 308 ~ 29.22%
G 124 of 308 ~ 40.26%
B 94 of 308 ~ 30.52%

%29.22
%40.26
%30.52

CMYK color model

#5A7C5E color CMYK value is (27,0,24,51).

  • cyan value is 27.42%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 51.37%
CMYK:
(27,0,24,51)
C27M0Y24K51 
(27%,0%,24%,51%)
(0.27/0.00/0.24/0.51)	

CMYK percentages

%27.42
%0
%24.19
%51.37

Codes

Color #5A7C5E in popluar color models

5A7C5E
RGB9012494
HSL127°15.89%41.96%
HSB/HSV127°27.42%48.63%
CMYK27.42%0.00%24.19%
51.37%

Color #5A7C5E in popluar number systems.

HEX5A7C5E
Decimal9012494
Binary101101011111001011110
Octal132174136

Shades and tints

Shades of #5A7C5E

#5A7C5E
(90,124,94)
#527156
(82,113,86)
#4A664E
(74,102,78)
#425B46
(66,91,70)
#3A503E
(58,80,62)
#324536
(50,69,54)
#2A3A2E
(42,58,46)
#222F26
(34,47,38)
#1A241E
(26,36,30)
#121916
(18,25,22)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #5A7C5E

#5A7C5E
(90,124,94)
#69876C
(105,135,108)
#78927A
(120,146,122)
#879D88
(135,157,136)
#96A896
(150,168,150)
#A5B3A4
(165,179,164)
#B4BEB2
(180,190,178)
#C3C9C0
(195,201,192)
#D2D4CE
(210,212,206)
#E1DFDC
(225,223,220)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7C5E; }

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

This text font color is #5A7C5E.


Background Color

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

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

This div background color is #5A7C5E.


Border color

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

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

This div border color is #5A7C5E.


Opacity

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

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

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

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

This text has shadow with #5A7C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7C5E on black background.


Color preview on white background

This text has color #5A7C5E on white background.



Black color preview on #5A7C5E background

This text has black color on #5A7C5E background.


White color preview on #5A7C5E background

This text has white color on #5A7C5E background.