COLOR #5A775A

HEX: #5A775A
RGB: (90,119,90)

Color info

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

RGB color model

#5A775A color RGB value is (90,119,90).

  • red value is 90;
  • green value is 119;
  • blue value is 90.
RGB:
(90,119,90)
(35%,47%,35%)

RGB channels and saturation

R 90 of 255 = 35%
G 119 of 255 = 47%
B 90 of 255 = 35%

90
119
90

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

Portions of RGB colors in percentages

R + G + B =
90 + 119 + 90 = 299 (100%)
R 90 of 299 ~ 30.1%
G 119 of 299 ~ 39.8%
B 90 of 299 ~ 30.1%

%30.1
%39.8
%30.1

CMYK color model

#5A775A color CMYK value is (24,0,24,53).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 24.37%
  • key color value is 53.33%
CMYK:
(24,0,24,53)
C24M0Y24K53 
(24%,0%,24%,53%)
(0.24/0.00/0.24/0.53)	

CMYK percentages

%24.37
%0
%24.37
%53.33

Codes

Color #5A775A in popluar color models

5A775A
RGB9011990
HSL120°13.88%40.98%
HSB/HSV120°24.37%46.67%
CMYK24.37%0.00%24.37%
53.33%

Color #5A775A in popluar number systems.

HEX5A775A
Decimal9011990
Binary101101011101111011010
Octal132167132

Shades and tints

Shades of #5A775A

#5A775A
(90,119,90)
#526D52
(82,109,82)
#4A634A
(74,99,74)
#425942
(66,89,66)
#3A4F3A
(58,79,58)
#324532
(50,69,50)
#2A3B2A
(42,59,42)
#223122
(34,49,34)
#1A271A
(26,39,26)
#121D12
(18,29,18)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #5A775A

#5A775A
(90,119,90)
#698369
(105,131,105)
#788F78
(120,143,120)
#879B87
(135,155,135)
#96A796
(150,167,150)
#A5B3A5
(165,179,165)
#B4BFB4
(180,191,180)
#C3CBC3
(195,203,195)
#D2D7D2
(210,215,210)
#E1E3E1
(225,227,225)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A775A; }

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

This text font color is #5A775A.


Background Color

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

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

This div background color is #5A775A.


Border color

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

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

This div border color is #5A775A.


Opacity

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

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

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

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

This text has shadow with #5A775A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A775A on black background.


Color preview on white background

This text has color #5A775A on white background.



Black color preview on #5A775A background

This text has black color on #5A775A background.


White color preview on #5A775A background

This text has white color on #5A775A background.