COLOR #59453E

HEX: #59453E
RGB: (89,69,62)

Color info

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

RGB color model

#59453E color RGB value is (89,69,62).

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

RGB channels and saturation

R 89 of 255 = 35%
G 69 of 255 = 27%
B 62 of 255 = 24%

89
69
62

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

Portions of RGB colors in percentages

R + G + B =
89 + 69 + 62 = 220 (100%)
R 89 of 220 ~ 40.45%
G 69 of 220 ~ 31.36%
B 62 of 220 ~ 28.18%

%40.45
%31.36
%28.18

CMYK color model

#59453E color CMYK value is (0,22,30,65).

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(0,22,30,65)
C0M22Y30K65 
(0%,22%,30%,65%)
(0.00/0.22/0.30/0.65)	

CMYK percentages

%0
%22.47
%30.34
%65.1

Codes

Color #59453E in popluar color models

59453E
RGB896962
HSL16°17.88%29.61%
HSB/HSV16°30.34%34.90%
CMYK0.00%22.47%30.34%
65.10%

Color #59453E in popluar number systems.

HEX59453E
Decimal896962
Binary10110011000101111110
Octal13110576

Shades and tints

Shades of #59453E

#59453E
(89,69,62)
#513F39
(81,63,57)
#493934
(73,57,52)
#41332F
(65,51,47)
#392D2A
(57,45,42)
#312725
(49,39,37)
#292120
(41,33,32)
#211B1B
(33,27,27)
#191516
(25,21,22)
#110F11
(17,15,17)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #59453E

#59453E
(89,69,62)
#68554F
(104,85,79)
#776560
(119,101,96)
#867571
(134,117,113)
#958582
(149,133,130)
#A49593
(164,149,147)
#B3A5A4
(179,165,164)
#C2B5B5
(194,181,181)
#D1C5C6
(209,197,198)
#E0D5D7
(224,213,215)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59453E; }

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

This text font color is #59453E.


Background Color

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

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

This div background color is #59453E.


Border color

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

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

This div border color is #59453E.


Opacity

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

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

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

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

This text has shadow with #59453E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59453E on black background.


Color preview on white background

This text has color #59453E on white background.



Black color preview on #59453E background

This text has black color on #59453E background.


White color preview on #59453E background

This text has white color on #59453E background.