COLOR #59462D

HEX: #59462D
RGB: (89,70,45)

Color info

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

RGB color model

#59462D color RGB value is (89,70,45).

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

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 45 of 255 = 18%

89
70
45

R + G + B ~ 27%. #59462D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 45 = 204 (100%)
R 89 of 204 ~ 43.63%
G 70 of 204 ~ 34.31%
B 45 of 204 ~ 22.06%

%43.63
%34.31
%22.06

CMYK color model

#59462D color CMYK value is (0,21,49,65).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 49.44%
  • key color value is 65.10%
CMYK:
(0,21,49,65)
C0M21Y49K65 
(0%,21%,49%,65%)
(0.00/0.21/0.49/0.65)	

CMYK percentages

%0
%21.35
%49.44
%65.1

Codes

Color #59462D in popluar color models

59462D
RGB897045
HSL34°32.84%26.27%
HSB/HSV34°49.44%34.90%
CMYK0.00%21.35%49.44%
65.10%

Color #59462D in popluar number systems.

HEX59462D
Decimal897045
Binary10110011000110101101
Octal13110655

Shades and tints

Shades of #59462D

#59462D
(89,70,45)
#514029
(81,64,41)
#493A25
(73,58,37)
#413421
(65,52,33)
#392E1D
(57,46,29)
#312819
(49,40,25)
#292215
(41,34,21)
#211C11
(33,28,17)
#19160D
(25,22,13)
#111009
(17,16,9)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #59462D

#59462D
(89,70,45)
#685640
(104,86,64)
#776653
(119,102,83)
#867666
(134,118,102)
#958679
(149,134,121)
#A4968C
(164,150,140)
#B3A69F
(179,166,159)
#C2B6B2
(194,182,178)
#D1C6C5
(209,198,197)
#E0D6D8
(224,214,216)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59462D color. Also use rgb(89,70,45) instead hex code.

Text Font Color

.myTextColor { color: #59462D; }

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

This text font color is #59462D.


Background Color

.myBgColor { background-color: #59462D; }

<div style="background-color:#59462D">Inner text</div>

This div background color is #59462D.


Border color

.myBorderColor { border: 1px solid #59462D; }

<div style="border:3px solid #59462D">Div</div>

This div border color is #59462D.


Opacity

.myOpacity80 { color: #59462D; opacity: 0.8; }

<p style="color:#59462D;opacity:0.8;">80%</p>

Text with #59462D 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 #59462D;}

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

This text has shadow with #59462D color.

.textShadow {text-shadow: 3px 3px 1px #59462D, 3px 3px 1px red;}

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

This text has shadow with #59462D primary color and red secondary color.


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

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

This text has shadow with #59462D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59462D on black background.


Color preview on white background

This text has color #59462D on white background.



Black color preview on #59462D background

This text has black color on #59462D background.


White color preview on #59462D background

This text has white color on #59462D background.