COLOR #59331F

HEX: #59331F
RGB: (89,51,31)

Color info

#59331F contains red, green and blue colors in about the same proportion. Web safe color of #59331F is #663333 (or #633).

RGB color model

#59331F color RGB value is (89,51,31).

  • red value is 89;
  • green value is 51;
  • blue value is 31.
RGB:
(89,51,31)
(35%,20%,12%)

RGB channels and saturation

R 89 of 255 = 35%
G 51 of 255 = 20%
B 31 of 255 = 12%

89
51
31

R + G + B ~ 22%. #59331F is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 51 + 31 = 171 (100%)
R 89 of 171 ~ 52.05%
G 51 of 171 ~ 29.82%
B 31 of 171 ~ 18.13%

%52.05
%29.82
%18.13

CMYK color model

#59331F color CMYK value is (0,43,65,65).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 65.17%
  • key color value is 65.10%
CMYK:
(0,43,65,65)
C0M43Y65K65 
(0%,43%,65%,65%)
(0.00/0.43/0.65/0.65)	

CMYK percentages

%0
%42.7
%65.17
%65.1

Codes

Color #59331F in popluar color models

59331F
RGB895131
HSL21°48.33%23.53%
HSB/HSV21°65.17%34.90%
CMYK0.00%42.70%65.17%
65.10%

Color #59331F in popluar number systems.

HEX59331F
Decimal895131
Binary101100111001111111
Octal1316337

Shades and tints

Shades of #59331F

#59331F
(89,51,31)
#512F1D
(81,47,29)
#492B1B
(73,43,27)
#412719
(65,39,25)
#392317
(57,35,23)
#311F15
(49,31,21)
#291B13
(41,27,19)
#211711
(33,23,17)
#19130F
(25,19,15)
#110F0D
(17,15,13)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #59331F

#59331F
(89,51,31)
#684533
(104,69,51)
#775747
(119,87,71)
#86695B
(134,105,91)
#957B6F
(149,123,111)
#A48D83
(164,141,131)
#B39F97
(179,159,151)
#C2B1AB
(194,177,171)
#D1C3BF
(209,195,191)
#E0D5D3
(224,213,211)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59331F color. Also use rgb(89,51,31) instead hex code.

Text Font Color

.myTextColor { color: #59331F; }

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

This text font color is #59331F.


Background Color

.myBgColor { background-color: #59331F; }

<div style="background-color:#59331F">Inner text</div>

This div background color is #59331F.


Border color

.myBorderColor { border: 1px solid #59331F; }

<div style="border:3px solid #59331F">Div</div>

This div border color is #59331F.


Opacity

.myOpacity80 { color: #59331F; opacity: 0.8; }

<p style="color:#59331F;opacity:0.8;">80%</p>

Text with #59331F 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 #59331F;}

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

This text has shadow with #59331F color.

.textShadow {text-shadow: 3px 3px 1px #59331F, 3px 3px 1px red;}

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

This text has shadow with #59331F primary color and red secondary color.


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

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

This text has shadow with #59331F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59331F on black background.


Color preview on white background

This text has color #59331F on white background.



Black color preview on #59331F background

This text has black color on #59331F background.


White color preview on #59331F background

This text has white color on #59331F background.