COLOR #5A7B5F

HEX: #5A7B5F
RGB: (90,123,95)

Color info

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

RGB color model

#5A7B5F color RGB value is (90,123,95).

  • red value is 90;
  • green value is 123;
  • blue value is 95.
RGB:
(90,123,95)
(35%,48%,37%)

RGB channels and saturation

R 90 of 255 = 35%
G 123 of 255 = 48%
B 95 of 255 = 37%

90
123
95

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

Portions of RGB colors in percentages

R + G + B =
90 + 123 + 95 = 308 (100%)
R 90 of 308 ~ 29.22%
G 123 of 308 ~ 39.94%
B 95 of 308 ~ 30.84%

%29.22
%39.94
%30.84

CMYK color model

#5A7B5F color CMYK value is (27,0,23,52).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 51.76%
CMYK:
(27,0,23,52)
C27M0Y23K52 
(27%,0%,23%,52%)
(0.27/0.00/0.23/0.52)	

CMYK percentages

%26.83
%0
%22.76
%51.76

Codes

Color #5A7B5F in popluar color models

5A7B5F
RGB9012395
HSL129°15.49%41.76%
HSB/HSV129°26.83%48.24%
CMYK26.83%0.00%22.76%
51.76%

Color #5A7B5F in popluar number systems.

HEX5A7B5F
Decimal9012395
Binary101101011110111011111
Octal132173137

Shades and tints

Shades of #5A7B5F

#5A7B5F
(90,123,95)
#527057
(82,112,87)
#4A654F
(74,101,79)
#425A47
(66,90,71)
#3A4F3F
(58,79,63)
#324437
(50,68,55)
#2A392F
(42,57,47)
#222E27
(34,46,39)
#1A231F
(26,35,31)
#121817
(18,24,23)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #5A7B5F

#5A7B5F
(90,123,95)
#69876D
(105,135,109)
#78937B
(120,147,123)
#879F89
(135,159,137)
#96AB97
(150,171,151)
#A5B7A5
(165,183,165)
#B4C3B3
(180,195,179)
#C3CFC1
(195,207,193)
#D2DBCF
(210,219,207)
#E1E7DD
(225,231,221)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7B5F color. Also use rgb(90,123,95) instead hex code.

Text Font Color

.myTextColor { color: #5A7B5F; }

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

This text font color is #5A7B5F.


Background Color

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

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

This div background color is #5A7B5F.


Border color

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

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

This div border color is #5A7B5F.


Opacity

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

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

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

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

This text has shadow with #5A7B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7B5F on black background.


Color preview on white background

This text has color #5A7B5F on white background.



Black color preview on #5A7B5F background

This text has black color on #5A7B5F background.


White color preview on #5A7B5F background

This text has white color on #5A7B5F background.