COLOR #59302F

HEX: #59302F
RGB: (89,48,47)

Color info

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

RGB color model

#59302F color RGB value is (89,48,47).

  • red value is 89;
  • green value is 48;
  • blue value is 47.
RGB:
(89,48,47)
(35%,19%,18%)

RGB channels and saturation

R 89 of 255 = 35%
G 48 of 255 = 19%
B 47 of 255 = 18%

89
48
47

R + G + B ~ 24%. #59302F is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 48 + 47 = 184 (100%)
R 89 of 184 ~ 48.37%
G 48 of 184 ~ 26.09%
B 47 of 184 ~ 25.54%

%48.37
%26.09
%25.54

CMYK color model

#59302F color CMYK value is (0,46,47,65).

  • cyan value is 0.00%
  • magenta value is 46.07%
  • yellow value is 47.19%
  • key color value is 65.10%
CMYK:
(0,46,47,65)
C0M46Y47K65 
(0%,46%,47%,65%)
(0.00/0.46/0.47/0.65)	

CMYK percentages

%0
%46.07
%47.19
%65.1

Codes

Color #59302F in popluar color models

59302F
RGB894847
HSL30.88%26.67%
HSB/HSV47.19%34.90%
CMYK0.00%46.07%47.19%
65.10%

Color #59302F in popluar number systems.

HEX59302F
Decimal894847
Binary1011001110000101111
Octal1316057

Shades and tints

Shades of #59302F

#59302F
(89,48,47)
#512C2B
(81,44,43)
#492827
(73,40,39)
#412423
(65,36,35)
#39201F
(57,32,31)
#311C1B
(49,28,27)
#291817
(41,24,23)
#211413
(33,20,19)
#19100F
(25,16,15)
#110C0B
(17,12,11)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #59302F

#59302F
(89,48,47)
#684241
(104,66,65)
#775453
(119,84,83)
#866665
(134,102,101)
#957877
(149,120,119)
#A48A89
(164,138,137)
#B39C9B
(179,156,155)
#C2AEAD
(194,174,173)
#D1C0BF
(209,192,191)
#E0D2D1
(224,210,209)
#EFE4E3
(239,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59302F color. Also use rgb(89,48,47) instead hex code.

Text Font Color

.myTextColor { color: #59302F; }

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

This text font color is #59302F.


Background Color

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

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

This div background color is #59302F.


Border color

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

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

This div border color is #59302F.


Opacity

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

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

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

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

This text has shadow with #59302F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59302F on black background.


Color preview on white background

This text has color #59302F on white background.



Black color preview on #59302F background

This text has black color on #59302F background.


White color preview on #59302F background

This text has white color on #59302F background.