COLOR #59281F

HEX: #59281F
RGB: (89,40,31)

Color info

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

RGB color model

#59281F color RGB value is (89,40,31).

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

RGB channels and saturation

R 89 of 255 = 35%
G 40 of 255 = 16%
B 31 of 255 = 12%

89
40
31

R + G + B ~ 21%. #59281F is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 40 + 31 = 160 (100%)
R 89 of 160 ~ 55.63%
G 40 of 160 ~ 25%
B 31 of 160 ~ 19.38%

%55.63
%25
%19.38

CMYK color model

#59281F color CMYK value is (0,55,65,65).

  • cyan value is 0.00%
  • magenta value is 55.06%
  • yellow value is 65.17%
  • key color value is 65.10%
CMYK:
(0,55,65,65)
C0M55Y65K65 
(0%,55%,65%,65%)
(0.00/0.55/0.65/0.65)	

CMYK percentages

%0
%55.06
%65.17
%65.1

Codes

Color #59281F in popluar color models

59281F
RGB894031
HSL48.33%23.53%
HSB/HSV65.17%34.90%
CMYK0.00%55.06%65.17%
65.10%

Color #59281F in popluar number systems.

HEX59281F
Decimal894031
Binary101100110100011111
Octal1315037

Shades and tints

Shades of #59281F

#59281F
(89,40,31)
#51251D
(81,37,29)
#49221B
(73,34,27)
#411F19
(65,31,25)
#391C17
(57,28,23)
#311915
(49,25,21)
#291613
(41,22,19)
#211311
(33,19,17)
#19100F
(25,16,15)
#110D0D
(17,13,13)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #59281F

#59281F
(89,40,31)
#683B33
(104,59,51)
#774E47
(119,78,71)
#86615B
(134,97,91)
#95746F
(149,116,111)
#A48783
(164,135,131)
#B39A97
(179,154,151)
#C2ADAB
(194,173,171)
#D1C0BF
(209,192,191)
#E0D3D3
(224,211,211)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59281F; }

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

This text font color is #59281F.


Background Color

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

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

This div background color is #59281F.


Border color

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

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

This div border color is #59281F.


Opacity

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

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

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

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

This text has shadow with #59281F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59281F on black background.


Color preview on white background

This text has color #59281F on white background.



Black color preview on #59281F background

This text has black color on #59281F background.


White color preview on #59281F background

This text has white color on #59281F background.