COLOR #592A06

HEX: #592A06
RGB: (89,42,6)

Color info

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

RGB color model

#592A06 color RGB value is (89,42,6).

  • red value is 89;
  • green value is 42;
  • blue value is 6.
RGB:
(89,42,6)
(35%,16%,2%)

RGB channels and saturation

R 89 of 255 = 35%
G 42 of 255 = 16%
B 6 of 255 = 2%

89
42
6

R + G + B ~ 18%. #592A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 42 + 6 = 137 (100%)
R 89 of 137 ~ 64.96%
G 42 of 137 ~ 30.66%
B 6 of 137 ~ 4.38%

%64.96
%30.66

CMYK color model

#592A06 color CMYK value is (0,53,93,65).

  • cyan value is 0.00%
  • magenta value is 52.81%
  • yellow value is 93.26%
  • key color value is 65.10%
CMYK:
(0,53,93,65)
C0M53Y93K65 
(0%,53%,93%,65%)
(0.00/0.53/0.93/0.65)	

CMYK percentages

%0
%52.81
%93.26
%65.1

Codes

Color #592A06 in popluar color models

592A06
RGB89426
HSL26°87.37%18.63%
HSB/HSV26°93.26%34.90%
CMYK0.00%52.81%93.26%
65.10%

Color #592A06 in popluar number systems.

HEX592A06
Decimal89426
Binary1011001101010110
Octal131526

Shades and tints

Shades of #592A06

#592A06
(89,42,6)
#512706
(81,39,6)
#492406
(73,36,6)
#412106
(65,33,6)
#391E06
(57,30,6)
#311B06
(49,27,6)
#291806
(41,24,6)
#211506
(33,21,6)
#191206
(25,18,6)
#110F06
(17,15,6)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #592A06

#592A06
(89,42,6)
#683D1C
(104,61,28)
#775032
(119,80,50)
#866348
(134,99,72)
#95765E
(149,118,94)
#A48974
(164,137,116)
#B39C8A
(179,156,138)
#C2AFA0
(194,175,160)
#D1C2B6
(209,194,182)
#E0D5CC
(224,213,204)
#EFE8E2
(239,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592A06 color. Also use rgb(89,42,6) instead hex code.

Text Font Color

.myTextColor { color: #592A06; }

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

This text font color is #592A06.


Background Color

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

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

This div background color is #592A06.


Border color

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

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

This div border color is #592A06.


Opacity

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

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

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

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

This text has shadow with #592A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592A06 on black background.


Color preview on white background

This text has color #592A06 on white background.



Black color preview on #592A06 background

This text has black color on #592A06 background.


White color preview on #592A06 background

This text has white color on #592A06 background.