COLOR #5A5F3C

HEX: #5A5F3C
RGB: (90,95,60)

Color info

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

RGB color model

#5A5F3C color RGB value is (90,95,60).

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

RGB channels and saturation

R 90 of 255 = 35%
G 95 of 255 = 37%
B 60 of 255 = 24%

90
95
60

R + G + B ~ 32%. #5A5F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 95 + 60 = 245 (100%)
R 90 of 245 ~ 36.73%
G 95 of 245 ~ 38.78%
B 60 of 245 ~ 24.49%

%36.73
%38.78
%24.49

CMYK color model

#5A5F3C color CMYK value is (5,0,37,63).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 62.75%
CMYK:
(5,0,37,63)
C5M0Y37K63 
(5%,0%,37%,63%)
(0.05/0.00/0.37/0.63)	

CMYK percentages

%5.26
%0
%36.84
%62.75

Codes

Color #5A5F3C in popluar color models

5A5F3C
RGB909560
HSL69°22.58%30.39%
HSB/HSV69°36.84%37.25%
CMYK5.26%0.00%36.84%
62.75%

Color #5A5F3C in popluar number systems.

HEX5A5F3C
Decimal909560
Binary10110101011111111100
Octal13213774

Shades and tints

Shades of #5A5F3C

#5A5F3C
(90,95,60)
#525737
(82,87,55)
#4A4F32
(74,79,50)
#42472D
(66,71,45)
#3A3F28
(58,63,40)
#323723
(50,55,35)
#2A2F1E
(42,47,30)
#222719
(34,39,25)
#1A1F14
(26,31,20)
#12170F
(18,23,15)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #5A5F3C

#5A5F3C
(90,95,60)
#696D4D
(105,109,77)
#787B5E
(120,123,94)
#87896F
(135,137,111)
#969780
(150,151,128)
#A5A591
(165,165,145)
#B4B3A2
(180,179,162)
#C3C1B3
(195,193,179)
#D2CFC4
(210,207,196)
#E1DDD5
(225,221,213)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5F3C; }

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

This text font color is #5A5F3C.


Background Color

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

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

This div background color is #5A5F3C.


Border color

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

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

This div border color is #5A5F3C.


Opacity

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

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

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

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

This text has shadow with #5A5F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5F3C on black background.


Color preview on white background

This text has color #5A5F3C on white background.



Black color preview on #5A5F3C background

This text has black color on #5A5F3C background.


White color preview on #5A5F3C background

This text has white color on #5A5F3C background.