COLOR #59452F

HEX: #59452F
RGB: (89,69,47)

Color info

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

RGB color model

#59452F color RGB value is (89,69,47).

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

RGB channels and saturation

R 89 of 255 = 35%
G 69 of 255 = 27%
B 47 of 255 = 18%

89
69
47

R + G + B ~ 27%. #59452F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 69 + 47 = 205 (100%)
R 89 of 205 ~ 43.41%
G 69 of 205 ~ 33.66%
B 47 of 205 ~ 22.93%

%43.41
%33.66
%22.93

CMYK color model

#59452F color CMYK value is (0,22,47,65).

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 47.19%
  • key color value is 65.10%
CMYK:
(0,22,47,65)
C0M22Y47K65 
(0%,22%,47%,65%)
(0.00/0.22/0.47/0.65)	

CMYK percentages

%0
%22.47
%47.19
%65.1

Codes

Color #59452F in popluar color models

59452F
RGB896947
HSL31°30.88%26.67%
HSB/HSV31°47.19%34.90%
CMYK0.00%22.47%47.19%
65.10%

Color #59452F in popluar number systems.

HEX59452F
Decimal896947
Binary10110011000101101111
Octal13110557

Shades and tints

Shades of #59452F

#59452F
(89,69,47)
#513F2B
(81,63,43)
#493927
(73,57,39)
#413323
(65,51,35)
#392D1F
(57,45,31)
#31271B
(49,39,27)
#292117
(41,33,23)
#211B13
(33,27,19)
#19150F
(25,21,15)
#110F0B
(17,15,11)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #59452F

#59452F
(89,69,47)
#685541
(104,85,65)
#776553
(119,101,83)
#867565
(134,117,101)
#958577
(149,133,119)
#A49589
(164,149,137)
#B3A59B
(179,165,155)
#C2B5AD
(194,181,173)
#D1C5BF
(209,197,191)
#E0D5D1
(224,213,209)
#EFE5E3
(239,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59452F; }

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

This text font color is #59452F.


Background Color

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

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

This div background color is #59452F.


Border color

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

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

This div border color is #59452F.


Opacity

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

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

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

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

This text has shadow with #59452F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59452F on black background.


Color preview on white background

This text has color #59452F on white background.



Black color preview on #59452F background

This text has black color on #59452F background.


White color preview on #59452F background

This text has white color on #59452F background.