COLOR #59502E

HEX: #59502E
RGB: (89,80,46)

Color info

#59502E contains red, green and blue colors in about the same proportion. Web safe color of #59502E is #666633 (or #663).

RGB color model

#59502E color RGB value is (89,80,46).

  • red value is 89;
  • green value is 80;
  • blue value is 46.
RGB:
(89,80,46)
(35%,31%,18%)

RGB channels and saturation

R 89 of 255 = 35%
G 80 of 255 = 31%
B 46 of 255 = 18%

89
80
46

R + G + B ~ 28%. #59502E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 80 + 46 = 215 (100%)
R 89 of 215 ~ 41.4%
G 80 of 215 ~ 37.21%
B 46 of 215 ~ 21.4%

%41.4
%37.21
%21.4

CMYK color model

#59502E color CMYK value is (0,10,48,65).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 48.31%
  • key color value is 65.10%
CMYK:
(0,10,48,65)
C0M10Y48K65 
(0%,10%,48%,65%)
(0.00/0.10/0.48/0.65)	

CMYK percentages

%0
%10.11
%48.31
%65.1

Codes

Color #59502E in popluar color models

59502E
RGB898046
HSL47°31.85%26.47%
HSB/HSV47°48.31%34.90%
CMYK0.00%10.11%48.31%
65.10%

Color #59502E in popluar number systems.

HEX59502E
Decimal898046
Binary10110011010000101110
Octal13112056

Shades and tints

Shades of #59502E

#59502E
(89,80,46)
#51492A
(81,73,42)
#494226
(73,66,38)
#413B22
(65,59,34)
#39341E
(57,52,30)
#312D1A
(49,45,26)
#292616
(41,38,22)
#211F12
(33,31,18)
#19180E
(25,24,14)
#11110A
(17,17,10)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #59502E

#59502E
(89,80,46)
#685F41
(104,95,65)
#776E54
(119,110,84)
#867D67
(134,125,103)
#958C7A
(149,140,122)
#A49B8D
(164,155,141)
#B3AAA0
(179,170,160)
#C2B9B3
(194,185,179)
#D1C8C6
(209,200,198)
#E0D7D9
(224,215,217)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59502E color. Also use rgb(89,80,46) instead hex code.

Text Font Color

.myTextColor { color: #59502E; }

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

This text font color is #59502E.


Background Color

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

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

This div background color is #59502E.


Border color

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

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

This div border color is #59502E.


Opacity

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

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

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

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

This text has shadow with #59502E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59502E on black background.


Color preview on white background

This text has color #59502E on white background.



Black color preview on #59502E background

This text has black color on #59502E background.


White color preview on #59502E background

This text has white color on #59502E background.