COLOR #5A6E4D

HEX: #5A6E4D
RGB: (90,110,77)

Color info

#5A6E4D contains red, green and blue colors in about the same proportion. Web safe color of #5A6E4D is #666633 (or #663).

RGB color model

#5A6E4D color RGB value is (90,110,77).

  • red value is 90;
  • green value is 110;
  • blue value is 77.
RGB:
(90,110,77)
(35%,43%,30%)

RGB channels and saturation

R 90 of 255 = 35%
G 110 of 255 = 43%
B 77 of 255 = 30%

90
110
77

R + G + B ~ 36%. #5A6E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 110 + 77 = 277 (100%)
R 90 of 277 ~ 32.49%
G 110 of 277 ~ 39.71%
B 77 of 277 ~ 27.8%

%32.49
%39.71
%27.8

CMYK color model

#5A6E4D color CMYK value is (18,0,30,57).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 56.86%
CMYK:
(18,0,30,57)
C18M0Y30K57 
(18%,0%,30%,57%)
(0.18/0.00/0.30/0.57)	

CMYK percentages

%18.18
%0
%30
%56.86

Codes

Color #5A6E4D in popluar color models

5A6E4D
RGB9011077
HSL96°17.65%36.67%
HSB/HSV96°30.00%43.14%
CMYK18.18%0.00%30.00%
56.86%

Color #5A6E4D in popluar number systems.

HEX5A6E4D
Decimal9011077
Binary101101011011101001101
Octal132156115

Shades and tints

Shades of #5A6E4D

#5A6E4D
(90,110,77)
#526446
(82,100,70)
#4A5A3F
(74,90,63)
#425038
(66,80,56)
#3A4631
(58,70,49)
#323C2A
(50,60,42)
#2A3223
(42,50,35)
#22281C
(34,40,28)
#1A1E15
(26,30,21)
#12140E
(18,20,14)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #5A6E4D

#5A6E4D
(90,110,77)
#697B5D
(105,123,93)
#78886D
(120,136,109)
#87957D
(135,149,125)
#96A28D
(150,162,141)
#A5AF9D
(165,175,157)
#B4BCAD
(180,188,173)
#C3C9BD
(195,201,189)
#D2D6CD
(210,214,205)
#E1E3DD
(225,227,221)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6E4D; }

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

This text font color is #5A6E4D.


Background Color

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

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

This div background color is #5A6E4D.


Border color

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

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

This div border color is #5A6E4D.


Opacity

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

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

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

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

This text has shadow with #5A6E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6E4D on black background.


Color preview on white background

This text has color #5A6E4D on white background.



Black color preview on #5A6E4D background

This text has black color on #5A6E4D background.


White color preview on #5A6E4D background

This text has white color on #5A6E4D background.