COLOR #5A591C

HEX: #5A591C RGB: (90,89,28)

Color info

#5A591C contains mainly red and green colors. Web safe color of #5A591C is #666633 (or #663).

RGB color model

#5A591C color RGB value is (90,89,28).

RGB: (90,89,28) (35%, 35%, 11%)

RGB channels and saturation

R 90 of 255 = 35%
G 89 of 255 = 35%
B 28 of 255 = 11%

90
89
28

R + G + B ~ 27%. #5A591C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 89 + 28 = 207 (100%)
R 90 of 207 ~ 43.48%
G 89 of 207 ~ 43%
B 28 of 207 ~ 13.53'%

%43.48
%43
%13.53

CMYK color model

#5A591C color CMYK value is (0,1,69,65).

  • cyan value is 0.00%
  • magenta value is 1.11%
  • yellow value is 68.89%
  • key color value is 64.71%

CMYK: (0,1,69,65)
C0M1Y69K65 (0%, 1%, 69%, 65%)
(0.00 / 0.01 / 0.69 / 0.65)

CMYK percentages

%0
%1.11
%68.89
%64.71

Codes

Color #5A591C in popluar color models

5A 59 1C
RGB 90 89 28
HSL 59° 52.54% 23.14%
HSB/HSV 59° 68.89% 35.29%
CMYK 0.00% 1.11% 68.89%
64.71%

Color #5A591C in popluar number systems.

HEX 5A 59 1C
Decimal 90 89 28
Binary 1011010 1011001 11100
Octal 132 131 34

Shades and tints

Shades of #5A591C

#5A591C
(90,89,28)
#52511A
(82,81,26)
#4A4918
(74,73,24)
#424116
(66,65,22)
#3A3914
(58,57,20)
#323112
(50,49,18)
#2A2910
(42,41,16)
#22210E
(34,33,14)
#1A190C
(26,25,12)
#12110A
(18,17,10)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #5A591C

#5A591C
(90,89,28)
#696830
(105,104,48)
#787744
(120,119,68)
#878658
(135,134,88)
#96956C
(150,149,108)
#A5A480
(165,164,128)
#B4B394
(180,179,148)
#C3C2A8
(195,194,168)
#D2D1BC
(210,209,188)
#E1E0D0
(225,224,208)
#F0EFE4
(240,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A591C color. Also use rgb(90,89,28) instead hex code.

Text Font Color

.myTextColor { color: #5A591C; }

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

This text font color is #5A591C.

Background Color

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

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

This div background color is #5A591C.

Border color

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

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

This div border color is #5A591C.

Opacity

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

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

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

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

This text has shadow with #5A591C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A591C.

Preview

Color preview on black background

This text has color #5A591C on black background.


Color preview on white background

This text has color #5A591C on white background.


Black color preview on #5A591C background

This text has black color on #5A591C background.


White color preview on #5A591C background

This text has white color on #5A591C background.


Related colors

Complementary color

Complementary color for #hex is #A5A6E3.


I love getcolorcode.com

Triadic colors

1 #1C5A59 and #591C5A with #5A591C are triadic colors.

2 #1C595A and #595A1C with #5A591C are triadic colors.