COLOR #5A7D59

HEX: #5A7D59
RGB: (90,125,89)

Color info

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

RGB color model

#5A7D59 color RGB value is (90,125,89).

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

RGB channels and saturation

R 90 of 255 = 35%
G 125 of 255 = 49%
B 89 of 255 = 35%

90
125
89

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

Portions of RGB colors in percentages

R + G + B =
90 + 125 + 89 = 304 (100%)
R 90 of 304 ~ 29.61%
G 125 of 304 ~ 41.12%
B 89 of 304 ~ 29.28%

%29.61
%41.12
%29.28

CMYK color model

#5A7D59 color CMYK value is (28,0,29,51).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 50.98%
CMYK:
(28,0,29,51)
C28M0Y29K51 
(28%,0%,29%,51%)
(0.28/0.00/0.29/0.51)	

CMYK percentages

%28
%0
%28.8
%50.98

Codes

Color #5A7D59 in popluar color models

5A7D59
RGB9012589
HSL118°16.82%41.96%
HSB/HSV118°28.80%49.02%
CMYK28.00%0.00%28.80%
50.98%

Color #5A7D59 in popluar number systems.

HEX5A7D59
Decimal9012589
Binary101101011111011011001
Octal132175131

Shades and tints

Shades of #5A7D59

#5A7D59
(90,125,89)
#527251
(82,114,81)
#4A6749
(74,103,73)
#425C41
(66,92,65)
#3A5139
(58,81,57)
#324631
(50,70,49)
#2A3B29
(42,59,41)
#223021
(34,48,33)
#1A2519
(26,37,25)
#121A11
(18,26,17)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #5A7D59

#5A7D59
(90,125,89)
#698868
(105,136,104)
#789377
(120,147,119)
#879E86
(135,158,134)
#96A995
(150,169,149)
#A5B4A4
(165,180,164)
#B4BFB3
(180,191,179)
#C3CAC2
(195,202,194)
#D2D5D1
(210,213,209)
#E1E0E0
(225,224,224)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7D59; }

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

This text font color is #5A7D59.


Background Color

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

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

This div background color is #5A7D59.


Border color

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

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

This div border color is #5A7D59.


Opacity

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

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

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

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

This text has shadow with #5A7D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7D59 on black background.


Color preview on white background

This text has color #5A7D59 on white background.



Black color preview on #5A7D59 background

This text has black color on #5A7D59 background.


White color preview on #5A7D59 background

This text has white color on #5A7D59 background.