COLOR #592C0C

HEX: #592C0C
RGB: (89,44,12)

Color info

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

RGB color model

#592C0C color RGB value is (89,44,12).

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

RGB channels and saturation

R 89 of 255 = 35%
G 44 of 255 = 17%
B 12 of 255 = 5%

89
44
12

R + G + B ~ 19%. #592C0C is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 44 + 12 = 145 (100%)
R 89 of 145 ~ 61.38%
G 44 of 145 ~ 30.34%
B 12 of 145 ~ 8.28%

%61.38
%30.34

CMYK color model

#592C0C color CMYK value is (0,51,87,65).

  • cyan value is 0.00%
  • magenta value is 50.56%
  • yellow value is 86.52%
  • key color value is 65.10%
CMYK:
(0,51,87,65)
C0M51Y87K65 
(0%,51%,87%,65%)
(0.00/0.51/0.87/0.65)	

CMYK percentages

%0
%50.56
%86.52
%65.1

Codes

Color #592C0C in popluar color models

592C0C
RGB894412
HSL25°76.24%19.80%
HSB/HSV25°86.52%34.90%
CMYK0.00%50.56%86.52%
65.10%

Color #592C0C in popluar number systems.

HEX592C0C
Decimal894412
Binary10110011011001100
Octal1315414

Shades and tints

Shades of #592C0C

#592C0C
(89,44,12)
#51280B
(81,40,11)
#49240A
(73,36,10)
#412009
(65,32,9)
#391C08
(57,28,8)
#311807
(49,24,7)
#291406
(41,20,6)
#211005
(33,16,5)
#190C04
(25,12,4)
#110803
(17,8,3)
#090402
(9,4,2)
#000000
(0,0,0)

Tints of #592C0C

#592C0C
(89,44,12)
#683F22
(104,63,34)
#775238
(119,82,56)
#86654E
(134,101,78)
#957864
(149,120,100)
#A48B7A
(164,139,122)
#B39E90
(179,158,144)
#C2B1A6
(194,177,166)
#D1C4BC
(209,196,188)
#E0D7D2
(224,215,210)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592C0C color. Also use rgb(89,44,12) instead hex code.

Text Font Color

.myTextColor { color: #592C0C; }

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

This text font color is #592C0C.


Background Color

.myBgColor { background-color: #592C0C; }

<div style="background-color:#592C0C">Inner text</div>

This div background color is #592C0C.


Border color

.myBorderColor { border: 1px solid #592C0C; }

<div style="border:3px solid #592C0C">Div</div>

This div border color is #592C0C.


Opacity

.myOpacity80 { color: #592C0C; opacity: 0.8; }

<p style="color:#592C0C;opacity:0.8;">80%</p>

Text with #592C0C 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 #592C0C;}

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

This text has shadow with #592C0C color.

.textShadow {text-shadow: 3px 3px 1px #592C0C, 3px 3px 1px red;}

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

This text has shadow with #592C0C primary color and red secondary color.


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

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

This text has shadow with #592C0C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592C0C on black background.


Color preview on white background

This text has color #592C0C on white background.



Black color preview on #592C0C background

This text has black color on #592C0C background.


White color preview on #592C0C background

This text has white color on #592C0C background.