COLOR #5A6C3C

HEX: #5A6C3C
RGB: (90,108,60)

Color info

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

RGB color model

#5A6C3C color RGB value is (90,108,60).

  • red value is 90;
  • green value is 108;
  • blue value is 60.
RGB:
(90,108,60)
(35%,42%,24%)

RGB channels and saturation

R 90 of 255 = 35%
G 108 of 255 = 42%
B 60 of 255 = 24%

90
108
60

R + G + B ~ 34%. #5A6C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 108 + 60 = 258 (100%)
R 90 of 258 ~ 34.88%
G 108 of 258 ~ 41.86%
B 60 of 258 ~ 23.26%

%34.88
%41.86
%23.26

CMYK color model

#5A6C3C color CMYK value is (17,0,44,58).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 57.65%
CMYK:
(17,0,44,58)
C17M0Y44K58 
(17%,0%,44%,58%)
(0.17/0.00/0.44/0.58)	

CMYK percentages

%16.67
%0
%44.44
%57.65

Codes

Color #5A6C3C in popluar color models

5A6C3C
RGB9010860
HSL83°28.57%32.94%
HSB/HSV83°44.44%42.35%
CMYK16.67%0.00%44.44%
57.65%

Color #5A6C3C in popluar number systems.

HEX5A6C3C
Decimal9010860
Binary10110101101100111100
Octal13215474

Shades and tints

Shades of #5A6C3C

#5A6C3C
(90,108,60)
#526337
(82,99,55)
#4A5A32
(74,90,50)
#42512D
(66,81,45)
#3A4828
(58,72,40)
#323F23
(50,63,35)
#2A361E
(42,54,30)
#222D19
(34,45,25)
#1A2414
(26,36,20)
#121B0F
(18,27,15)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #5A6C3C

#5A6C3C
(90,108,60)
#69794D
(105,121,77)
#78865E
(120,134,94)
#87936F
(135,147,111)
#96A080
(150,160,128)
#A5AD91
(165,173,145)
#B4BAA2
(180,186,162)
#C3C7B3
(195,199,179)
#D2D4C4
(210,212,196)
#E1E1D5
(225,225,213)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6C3C; }

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

This text font color is #5A6C3C.


Background Color

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

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

This div background color is #5A6C3C.


Border color

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

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

This div border color is #5A6C3C.


Opacity

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

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

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

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

This text has shadow with #5A6C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6C3C on black background.


Color preview on white background

This text has color #5A6C3C on white background.



Black color preview on #5A6C3C background

This text has black color on #5A6C3C background.


White color preview on #5A6C3C background

This text has white color on #5A6C3C background.