COLOR #5A6D4C

HEX: #5A6D4C
RGB: (90,109,76)

Color info

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

RGB color model

#5A6D4C color RGB value is (90,109,76).

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

RGB channels and saturation

R 90 of 255 = 35%
G 109 of 255 = 43%
B 76 of 255 = 30%

90
109
76

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

Portions of RGB colors in percentages

R + G + B =
90 + 109 + 76 = 275 (100%)
R 90 of 275 ~ 32.73%
G 109 of 275 ~ 39.64%
B 76 of 275 ~ 27.64%

%32.73
%39.64
%27.64

CMYK color model

#5A6D4C color CMYK value is (17,0,30,57).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(17,0,30,57)
C17M0Y30K57 
(17%,0%,30%,57%)
(0.17/0.00/0.30/0.57)	

CMYK percentages

%17.43
%0
%30.28
%57.25

Codes

Color #5A6D4C in popluar color models

5A6D4C
RGB9010976
HSL95°17.84%36.27%
HSB/HSV95°30.28%42.75%
CMYK17.43%0.00%30.28%
57.25%

Color #5A6D4C in popluar number systems.

HEX5A6D4C
Decimal9010976
Binary101101011011011001100
Octal132155114

Shades and tints

Shades of #5A6D4C

#5A6D4C
(90,109,76)
#526446
(82,100,70)
#4A5B40
(74,91,64)
#42523A
(66,82,58)
#3A4934
(58,73,52)
#32402E
(50,64,46)
#2A3728
(42,55,40)
#222E22
(34,46,34)
#1A251C
(26,37,28)
#121C16
(18,28,22)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #5A6D4C

#5A6D4C
(90,109,76)
#697A5C
(105,122,92)
#78876C
(120,135,108)
#87947C
(135,148,124)
#96A18C
(150,161,140)
#A5AE9C
(165,174,156)
#B4BBAC
(180,187,172)
#C3C8BC
(195,200,188)
#D2D5CC
(210,213,204)
#E1E2DC
(225,226,220)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6D4C; }

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

This text font color is #5A6D4C.


Background Color

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

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

This div background color is #5A6D4C.


Border color

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

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

This div border color is #5A6D4C.


Opacity

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

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

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

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

This text has shadow with #5A6D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6D4C on black background.


Color preview on white background

This text has color #5A6D4C on white background.



Black color preview on #5A6D4C background

This text has black color on #5A6D4C background.


White color preview on #5A6D4C background

This text has white color on #5A6D4C background.