COLOR #5A7A58

HEX: #5A7A58
RGB: (90,122,88)

Color info

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

RGB color model

#5A7A58 color RGB value is (90,122,88).

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

RGB channels and saturation

R 90 of 255 = 35%
G 122 of 255 = 48%
B 88 of 255 = 35%

90
122
88

R + G + B ~ 39%. #5A7A58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 122 + 88 = 300 (100%)
R 90 of 300 ~ 30%
G 122 of 300 ~ 40.67%
B 88 of 300 ~ 29.33%

%30
%40.67
%29.33

CMYK color model

#5A7A58 color CMYK value is (26,0,28,52).

  • cyan value is 26.23%
  • magenta value is 0.00%
  • yellow value is 27.87%
  • key color value is 52.16%
CMYK:
(26,0,28,52)
C26M0Y28K52 
(26%,0%,28%,52%)
(0.26/0.00/0.28/0.52)	

CMYK percentages

%26.23
%0
%27.87
%52.16

Codes

Color #5A7A58 in popluar color models

5A7A58
RGB9012288
HSL116°16.19%41.18%
HSB/HSV116°27.87%47.84%
CMYK26.23%0.00%27.87%
52.16%

Color #5A7A58 in popluar number systems.

HEX5A7A58
Decimal9012288
Binary101101011110101011000
Octal132172130

Shades and tints

Shades of #5A7A58

#5A7A58
(90,122,88)
#526F50
(82,111,80)
#4A6448
(74,100,72)
#425940
(66,89,64)
#3A4E38
(58,78,56)
#324330
(50,67,48)
#2A3828
(42,56,40)
#222D20
(34,45,32)
#1A2218
(26,34,24)
#121710
(18,23,16)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #5A7A58

#5A7A58
(90,122,88)
#698667
(105,134,103)
#789276
(120,146,118)
#879E85
(135,158,133)
#96AA94
(150,170,148)
#A5B6A3
(165,182,163)
#B4C2B2
(180,194,178)
#C3CEC1
(195,206,193)
#D2DAD0
(210,218,208)
#E1E6DF
(225,230,223)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7A58; }

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

This text font color is #5A7A58.


Background Color

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

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

This div background color is #5A7A58.


Border color

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

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

This div border color is #5A7A58.


Opacity

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

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

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

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

This text has shadow with #5A7A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7A58 on black background.


Color preview on white background

This text has color #5A7A58 on white background.



Black color preview on #5A7A58 background

This text has black color on #5A7A58 background.


White color preview on #5A7A58 background

This text has white color on #5A7A58 background.