COLOR #5C590A

HEX: #5C590A
RGB: (92,89,10)

Color info

#5C590A contains mainly red and green colors. Web safe color of #5C590A is #666600 (or #660).

RGB color model

#5C590A color RGB value is (92,89,10).

  • red value is 92;
  • green value is 89;
  • blue value is 10.
RGB:
(92,89,10)
(36%,35%,4%)

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 10 of 255 = 4%

92
89
10

R + G + B ~ 25%. #5C590A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 89 + 10 = 191 (100%)
R 92 of 191 ~ 48.17%
G 89 of 191 ~ 46.6%
B 10 of 191 ~ 5.24%

%48.17
%46.6

CMYK color model

#5C590A color CMYK value is (0,3,89,64).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 89.13%
  • key color value is 63.92%
CMYK:
(0,3,89,64)
C0M3Y89K64 
(0%,3%,89%,64%)
(0.00/0.03/0.89/0.64)	

CMYK percentages

%0
%3.26
%89.13
%63.92

Codes

Color #5C590A in popluar color models

5C590A
RGB928910
HSL58°80.39%20.00%
HSB/HSV58°89.13%36.08%
CMYK0.00%3.26%89.13%
63.92%

Color #5C590A in popluar number systems.

HEX5C590A
Decimal928910
Binary101110010110011010
Octal13413112

Shades and tints

Shades of #5C590A

#5C590A
(92,89,10)
#54510A
(84,81,10)
#4C490A
(76,73,10)
#44410A
(68,65,10)
#3C390A
(60,57,10)
#34310A
(52,49,10)
#2C290A
(44,41,10)
#24210A
(36,33,10)
#1C190A
(28,25,10)
#14110A
(20,17,10)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #5C590A

#5C590A
(92,89,10)
#6A6820
(106,104,32)
#787736
(120,119,54)
#86864C
(134,134,76)
#949562
(148,149,98)
#A2A478
(162,164,120)
#B0B38E
(176,179,142)
#BEC2A4
(190,194,164)
#CCD1BA
(204,209,186)
#DAE0D0
(218,224,208)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C590A color. Also use rgb(92,89,10) instead hex code.

Text Font Color

.myTextColor { color: #5C590A; }

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

This text font color is #5C590A.


Background Color

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

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

This div background color is #5C590A.


Border color

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

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

This div border color is #5C590A.


Opacity

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

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

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

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

This text has shadow with #5C590A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C590A on black background.


Color preview on white background

This text has color #5C590A on white background.



Black color preview on #5C590A background

This text has black color on #5C590A background.


White color preview on #5C590A background

This text has white color on #5C590A background.