COLOR #5A7F58

HEX: #5A7F58
RGB: (90,127,88)

Color info

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

RGB color model

#5A7F58 color RGB value is (90,127,88).

  • red value is 90;
  • green value is 127;
  • blue value is 88.
RGB:
(90,127,88)
(35%,50%,35%)

RGB channels and saturation

R 90 of 255 = 35%
G 127 of 255 = 50%
B 88 of 255 = 35%

90
127
88

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

Portions of RGB colors in percentages

R + G + B =
90 + 127 + 88 = 305 (100%)
R 90 of 305 ~ 29.51%
G 127 of 305 ~ 41.64%
B 88 of 305 ~ 28.85%

%29.51
%41.64
%28.85

CMYK color model

#5A7F58 color CMYK value is (29,0,31,50).

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • key color value is 50.20%
CMYK:
(29,0,31,50)
C29M0Y31K50 
(29%,0%,31%,50%)
(0.29/0.00/0.31/0.50)	

CMYK percentages

%29.13
%0
%30.71
%50.2

Codes

Color #5A7F58 in popluar color models

5A7F58
RGB9012788
HSL117°18.14%42.16%
HSB/HSV117°30.71%49.80%
CMYK29.13%0.00%30.71%
50.20%

Color #5A7F58 in popluar number systems.

HEX5A7F58
Decimal9012788
Binary101101011111111011000
Octal132177130

Shades and tints

Shades of #5A7F58

#5A7F58
(90,127,88)
#527450
(82,116,80)
#4A6948
(74,105,72)
#425E40
(66,94,64)
#3A5338
(58,83,56)
#324830
(50,72,48)
#2A3D28
(42,61,40)
#223220
(34,50,32)
#1A2718
(26,39,24)
#121C10
(18,28,16)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #5A7F58

#5A7F58
(90,127,88)
#698A67
(105,138,103)
#789576
(120,149,118)
#87A085
(135,160,133)
#96AB94
(150,171,148)
#A5B6A3
(165,182,163)
#B4C1B2
(180,193,178)
#C3CCC1
(195,204,193)
#D2D7D0
(210,215,208)
#E1E2DF
(225,226,223)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7F58 color. Also use rgb(90,127,88) instead hex code.

Text Font Color

.myTextColor { color: #5A7F58; }

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

This text font color is #5A7F58.


Background Color

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

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

This div background color is #5A7F58.


Border color

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

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

This div border color is #5A7F58.


Opacity

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

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

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

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

This text has shadow with #5A7F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7F58 on black background.


Color preview on white background

This text has color #5A7F58 on white background.



Black color preview on #5A7F58 background

This text has black color on #5A7F58 background.


White color preview on #5A7F58 background

This text has white color on #5A7F58 background.