COLOR #5A5727

HEX: #5A5727
RGB: (90,87,39)

Color info

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

RGB color model

#5A5727 color RGB value is (90,87,39).

  • red value is 90;
  • green value is 87;
  • blue value is 39.
RGB:
(90,87,39)
(35%,34%,15%)

RGB channels and saturation

R 90 of 255 = 35%
G 87 of 255 = 34%
B 39 of 255 = 15%

90
87
39

R + G + B ~ 28%. #5A5727 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 87 + 39 = 216 (100%)
R 90 of 216 ~ 41.67%
G 87 of 216 ~ 40.28%
B 39 of 216 ~ 18.06%

%41.67
%40.28
%18.06

CMYK color model

#5A5727 color CMYK value is (0,3,57,65).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 56.67%
  • key color value is 64.71%
CMYK:
(0,3,57,65)
C0M3Y57K65 
(0%,3%,57%,65%)
(0.00/0.03/0.57/0.65)	

CMYK percentages

%0
%3.33
%56.67
%64.71

Codes

Color #5A5727 in popluar color models

5A5727
RGB908739
HSL56°39.53%25.29%
HSB/HSV56°56.67%35.29%
CMYK0.00%3.33%56.67%
64.71%

Color #5A5727 in popluar number systems.

HEX5A5727
Decimal908739
Binary10110101010111100111
Octal13212747

Shades and tints

Shades of #5A5727

#5A5727
(90,87,39)
#525024
(82,80,36)
#4A4921
(74,73,33)
#42421E
(66,66,30)
#3A3B1B
(58,59,27)
#323418
(50,52,24)
#2A2D15
(42,45,21)
#222612
(34,38,18)
#1A1F0F
(26,31,15)
#12180C
(18,24,12)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #5A5727

#5A5727
(90,87,39)
#69663A
(105,102,58)
#78754D
(120,117,77)
#878460
(135,132,96)
#969373
(150,147,115)
#A5A286
(165,162,134)
#B4B199
(180,177,153)
#C3C0AC
(195,192,172)
#D2CFBF
(210,207,191)
#E1DED2
(225,222,210)
#F0EDE5
(240,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5727; }

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

This text font color is #5A5727.


Background Color

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

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

This div background color is #5A5727.


Border color

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

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

This div border color is #5A5727.


Opacity

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

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

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

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

This text has shadow with #5A5727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5727 on black background.


Color preview on white background

This text has color #5A5727 on white background.



Black color preview on #5A5727 background

This text has black color on #5A5727 background.


White color preview on #5A5727 background

This text has white color on #5A5727 background.