COLOR #59493E

HEX: #59493E
RGB: (89,73,62)

Color info

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

RGB color model

#59493E color RGB value is (89,73,62).

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

RGB channels and saturation

R 89 of 255 = 35%
G 73 of 255 = 29%
B 62 of 255 = 24%

89
73
62

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

Portions of RGB colors in percentages

R + G + B =
89 + 73 + 62 = 224 (100%)
R 89 of 224 ~ 39.73%
G 73 of 224 ~ 32.59%
B 62 of 224 ~ 27.68%

%39.73
%32.59
%27.68

CMYK color model

#59493E color CMYK value is (0,18,30,65).

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(0,18,30,65)
C0M18Y30K65 
(0%,18%,30%,65%)
(0.00/0.18/0.30/0.65)	

CMYK percentages

%0
%17.98
%30.34
%65.1

Codes

Color #59493E in popluar color models

59493E
RGB897362
HSL24°17.88%29.61%
HSB/HSV24°30.34%34.90%
CMYK0.00%17.98%30.34%
65.10%

Color #59493E in popluar number systems.

HEX59493E
Decimal897362
Binary10110011001001111110
Octal13111176

Shades and tints

Shades of #59493E

#59493E
(89,73,62)
#514339
(81,67,57)
#493D34
(73,61,52)
#41372F
(65,55,47)
#39312A
(57,49,42)
#312B25
(49,43,37)
#292520
(41,37,32)
#211F1B
(33,31,27)
#191916
(25,25,22)
#111311
(17,19,17)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #59493E

#59493E
(89,73,62)
#68594F
(104,89,79)
#776960
(119,105,96)
#867971
(134,121,113)
#958982
(149,137,130)
#A49993
(164,153,147)
#B3A9A4
(179,169,164)
#C2B9B5
(194,185,181)
#D1C9C6
(209,201,198)
#E0D9D7
(224,217,215)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59493E; }

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

This text font color is #59493E.


Background Color

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

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

This div background color is #59493E.


Border color

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

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

This div border color is #59493E.


Opacity

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

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

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

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

This text has shadow with #59493E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59493E on black background.


Color preview on white background

This text has color #59493E on white background.



Black color preview on #59493E background

This text has black color on #59493E background.


White color preview on #59493E background

This text has white color on #59493E background.