COLOR #59200C

HEX: #59200C
RGB: (89,32,12)

Color info

#59200C contains mainly red and green colors. Web safe color of #59200C is #663300 (or #630).

RGB color model

#59200C color RGB value is (89,32,12).

  • red value is 89;
  • green value is 32;
  • blue value is 12.
RGB:
(89,32,12)
(35%,13%,5%)

RGB channels and saturation

R 89 of 255 = 35%
G 32 of 255 = 13%
B 12 of 255 = 5%

89
32
12

R + G + B ~ 18%. #59200C is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 32 + 12 = 133 (100%)
R 89 of 133 ~ 66.92%
G 32 of 133 ~ 24.06%
B 12 of 133 ~ 9.02%

%66.92
%24.06

CMYK color model

#59200C color CMYK value is (0,64,87,65).

  • cyan value is 0.00%
  • magenta value is 64.04%
  • yellow value is 86.52%
  • key color value is 65.10%
CMYK:
(0,64,87,65)
C0M64Y87K65 
(0%,64%,87%,65%)
(0.00/0.64/0.87/0.65)	

CMYK percentages

%0
%64.04
%86.52
%65.1

Codes

Color #59200C in popluar color models

59200C
RGB893212
HSL16°76.24%19.80%
HSB/HSV16°86.52%34.90%
CMYK0.00%64.04%86.52%
65.10%

Color #59200C in popluar number systems.

HEX59200C
Decimal893212
Binary10110011000001100
Octal1314014

Shades and tints

Shades of #59200C

#59200C
(89,32,12)
#511E0B
(81,30,11)
#491C0A
(73,28,10)
#411A09
(65,26,9)
#391808
(57,24,8)
#311607
(49,22,7)
#291406
(41,20,6)
#211205
(33,18,5)
#191004
(25,16,4)
#110E03
(17,14,3)
#090C02
(9,12,2)
#000000
(0,0,0)

Tints of #59200C

#59200C
(89,32,12)
#683422
(104,52,34)
#774838
(119,72,56)
#865C4E
(134,92,78)
#957064
(149,112,100)
#A4847A
(164,132,122)
#B39890
(179,152,144)
#C2ACA6
(194,172,166)
#D1C0BC
(209,192,188)
#E0D4D2
(224,212,210)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59200C color. Also use rgb(89,32,12) instead hex code.

Text Font Color

.myTextColor { color: #59200C; }

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

This text font color is #59200C.


Background Color

.myBgColor { background-color: #59200C; }

<div style="background-color:#59200C">Inner text</div>

This div background color is #59200C.


Border color

.myBorderColor { border: 1px solid #59200C; }

<div style="border:3px solid #59200C">Div</div>

This div border color is #59200C.


Opacity

.myOpacity80 { color: #59200C; opacity: 0.8; }

<p style="color:#59200C;opacity:0.8;">80%</p>

Text with #59200C 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 #59200C;}

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

This text has shadow with #59200C color.

.textShadow {text-shadow: 3px 3px 1px #59200C, 3px 3px 1px red;}

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

This text has shadow with #59200C primary color and red secondary color.


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

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

This text has shadow with #59200C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59200C on black background.


Color preview on white background

This text has color #59200C on white background.



Black color preview on #59200C background

This text has black color on #59200C background.


White color preview on #59200C background

This text has white color on #59200C background.