COLOR #592C0B

HEX: #592C0B
RGB: (89,44,11)

Color info

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

RGB color model

#592C0B color RGB value is (89,44,11).

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

RGB channels and saturation

R 89 of 255 = 35%
G 44 of 255 = 17%
B 11 of 255 = 4%

89
44
11

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

Portions of RGB colors in percentages

R + G + B =
89 + 44 + 11 = 144 (100%)
R 89 of 144 ~ 61.81%
G 44 of 144 ~ 30.56%
B 11 of 144 ~ 7.64%

%61.81
%30.56

CMYK color model

#592C0B color CMYK value is (0,51,88,65).

  • cyan value is 0.00%
  • magenta value is 50.56%
  • yellow value is 87.64%
  • key color value is 65.10%
CMYK:
(0,51,88,65)
C0M51Y88K65 
(0%,51%,88%,65%)
(0.00/0.51/0.88/0.65)	

CMYK percentages

%0
%50.56
%87.64
%65.1

Codes

Color #592C0B in popluar color models

592C0B
RGB894411
HSL25°78.00%19.61%
HSB/HSV25°87.64%34.90%
CMYK0.00%50.56%87.64%
65.10%

Color #592C0B in popluar number systems.

HEX592C0B
Decimal894411
Binary10110011011001011
Octal1315413

Shades and tints

Shades of #592C0B

#592C0B
(89,44,11)
#51280A
(81,40,10)
#492409
(73,36,9)
#412008
(65,32,8)
#391C07
(57,28,7)
#311806
(49,24,6)
#291405
(41,20,5)
#211004
(33,16,4)
#190C03
(25,12,3)
#110802
(17,8,2)
#090401
(9,4,1)
#000000
(0,0,0)

Tints of #592C0B

#592C0B
(89,44,11)
#683F21
(104,63,33)
#775237
(119,82,55)
#86654D
(134,101,77)
#957863
(149,120,99)
#A48B79
(164,139,121)
#B39E8F
(179,158,143)
#C2B1A5
(194,177,165)
#D1C4BB
(209,196,187)
#E0D7D1
(224,215,209)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #592C0B; }

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

This text font color is #592C0B.


Background Color

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

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

This div background color is #592C0B.


Border color

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

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

This div border color is #592C0B.


Opacity

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

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

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

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

This text has shadow with #592C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592C0B on black background.


Color preview on white background

This text has color #592C0B on white background.



Black color preview on #592C0B background

This text has black color on #592C0B background.


White color preview on #592C0B background

This text has white color on #592C0B background.