COLOR #59241F

HEX: #59241F
RGB: (89,36,31)

Color info

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

RGB color model

#59241F color RGB value is (89,36,31).

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

RGB channels and saturation

R 89 of 255 = 35%
G 36 of 255 = 14%
B 31 of 255 = 12%

89
36
31

R + G + B ~ 20%. #59241F is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 36 + 31 = 156 (100%)
R 89 of 156 ~ 57.05%
G 36 of 156 ~ 23.08%
B 31 of 156 ~ 19.87%

%57.05
%23.08
%19.87

CMYK color model

#59241F color CMYK value is (0,60,65,65).

  • cyan value is 0.00%
  • magenta value is 59.55%
  • yellow value is 65.17%
  • key color value is 65.10%
CMYK:
(0,60,65,65)
C0M60Y65K65 
(0%,60%,65%,65%)
(0.00/0.60/0.65/0.65)	

CMYK percentages

%0
%59.55
%65.17
%65.1

Codes

Color #59241F in popluar color models

59241F
RGB893631
HSL48.33%23.53%
HSB/HSV65.17%34.90%
CMYK0.00%59.55%65.17%
65.10%

Color #59241F in popluar number systems.

HEX59241F
Decimal893631
Binary101100110010011111
Octal1314437

Shades and tints

Shades of #59241F

#59241F
(89,36,31)
#51211D
(81,33,29)
#491E1B
(73,30,27)
#411B19
(65,27,25)
#391817
(57,24,23)
#311515
(49,21,21)
#291213
(41,18,19)
#210F11
(33,15,17)
#190C0F
(25,12,15)
#11090D
(17,9,13)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #59241F

#59241F
(89,36,31)
#683733
(104,55,51)
#774A47
(119,74,71)
#865D5B
(134,93,91)
#95706F
(149,112,111)
#A48383
(164,131,131)
#B39697
(179,150,151)
#C2A9AB
(194,169,171)
#D1BCBF
(209,188,191)
#E0CFD3
(224,207,211)
#EFE2E7
(239,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59241F; }

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

This text font color is #59241F.


Background Color

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

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

This div background color is #59241F.


Border color

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

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

This div border color is #59241F.


Opacity

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

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

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

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

This text has shadow with #59241F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59241F on black background.


Color preview on white background

This text has color #59241F on white background.



Black color preview on #59241F background

This text has black color on #59241F background.


White color preview on #59241F background

This text has white color on #59241F background.