COLOR #59453F

HEX: #59453F
RGB: (89,69,63)

Color info

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

RGB color model

#59453F color RGB value is (89,69,63).

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

RGB channels and saturation

R 89 of 255 = 35%
G 69 of 255 = 27%
B 63 of 255 = 25%

89
69
63

R + G + B ~ 29%. #59453F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 69 + 63 = 221 (100%)
R 89 of 221 ~ 40.27%
G 69 of 221 ~ 31.22%
B 63 of 221 ~ 28.51%

%40.27
%31.22
%28.51

CMYK color model

#59453F color CMYK value is (0,22,29,65).

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 29.21%
  • key color value is 65.10%
CMYK:
(0,22,29,65)
C0M22Y29K65 
(0%,22%,29%,65%)
(0.00/0.22/0.29/0.65)	

CMYK percentages

%0
%22.47
%29.21
%65.1

Codes

Color #59453F in popluar color models

59453F
RGB896963
HSL14°17.11%29.80%
HSB/HSV14°29.21%34.90%
CMYK0.00%22.47%29.21%
65.10%

Color #59453F in popluar number systems.

HEX59453F
Decimal896963
Binary10110011000101111111
Octal13110577

Shades and tints

Shades of #59453F

#59453F
(89,69,63)
#513F3A
(81,63,58)
#493935
(73,57,53)
#413330
(65,51,48)
#392D2B
(57,45,43)
#312726
(49,39,38)
#292121
(41,33,33)
#211B1C
(33,27,28)
#191517
(25,21,23)
#110F12
(17,15,18)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #59453F

#59453F
(89,69,63)
#685550
(104,85,80)
#776561
(119,101,97)
#867572
(134,117,114)
#958583
(149,133,131)
#A49594
(164,149,148)
#B3A5A5
(179,165,165)
#C2B5B6
(194,181,182)
#D1C5C7
(209,197,199)
#E0D5D8
(224,213,216)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59453F; }

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

This text font color is #59453F.


Background Color

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

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

This div background color is #59453F.


Border color

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

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

This div border color is #59453F.


Opacity

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

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

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

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

This text has shadow with #59453F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59453F on black background.


Color preview on white background

This text has color #59453F on white background.



Black color preview on #59453F background

This text has black color on #59453F background.


White color preview on #59453F background

This text has white color on #59453F background.