COLOR #59530E

HEX: #59530E
RGB: (89,83,14)

Color info

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

RGB color model

#59530E color RGB value is (89,83,14).

  • red value is 89;
  • green value is 83;
  • blue value is 14.
RGB:
(89,83,14)
(35%,33%,5%)

RGB channels and saturation

R 89 of 255 = 35%
G 83 of 255 = 33%
B 14 of 255 = 5%

89
83
14

R + G + B ~ 24%. #59530E is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 83 + 14 = 186 (100%)
R 89 of 186 ~ 47.85%
G 83 of 186 ~ 44.62%
B 14 of 186 ~ 7.53%

%47.85
%44.62

CMYK color model

#59530E color CMYK value is (0,7,84,65).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 84.27%
  • key color value is 65.10%
CMYK:
(0,7,84,65)
C0M7Y84K65 
(0%,7%,84%,65%)
(0.00/0.07/0.84/0.65)	

CMYK percentages

%0
%6.74
%84.27
%65.1

Codes

Color #59530E in popluar color models

59530E
RGB898314
HSL55°72.82%20.20%
HSB/HSV55°84.27%34.90%
CMYK0.00%6.74%84.27%
65.10%

Color #59530E in popluar number systems.

HEX59530E
Decimal898314
Binary101100110100111110
Octal13112316

Shades and tints

Shades of #59530E

#59530E
(89,83,14)
#514C0D
(81,76,13)
#49450C
(73,69,12)
#413E0B
(65,62,11)
#39370A
(57,55,10)
#313009
(49,48,9)
#292908
(41,41,8)
#212207
(33,34,7)
#191B06
(25,27,6)
#111405
(17,20,5)
#090D04
(9,13,4)
#000000
(0,0,0)

Tints of #59530E

#59530E
(89,83,14)
#686223
(104,98,35)
#777138
(119,113,56)
#86804D
(134,128,77)
#958F62
(149,143,98)
#A49E77
(164,158,119)
#B3AD8C
(179,173,140)
#C2BCA1
(194,188,161)
#D1CBB6
(209,203,182)
#E0DACB
(224,218,203)
#EFE9E0
(239,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59530E color. Also use rgb(89,83,14) instead hex code.

Text Font Color

.myTextColor { color: #59530E; }

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

This text font color is #59530E.


Background Color

.myBgColor { background-color: #59530E; }

<div style="background-color:#59530E">Inner text</div>

This div background color is #59530E.


Border color

.myBorderColor { border: 1px solid #59530E; }

<div style="border:3px solid #59530E">Div</div>

This div border color is #59530E.


Opacity

.myOpacity80 { color: #59530E; opacity: 0.8; }

<p style="color:#59530E;opacity:0.8;">80%</p>

Text with #59530E 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 #59530E;}

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

This text has shadow with #59530E color.

.textShadow {text-shadow: 3px 3px 1px #59530E, 3px 3px 1px red;}

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

This text has shadow with #59530E primary color and red secondary color.


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

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

This text has shadow with #59530E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59530E on black background.


Color preview on white background

This text has color #59530E on white background.



Black color preview on #59530E background

This text has black color on #59530E background.


White color preview on #59530E background

This text has white color on #59530E background.