COLOR #59593F

HEX: #59593F
RGB: (89,89,63)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

89
89
63

R + G + B ~ 32%. #59593F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 89 + 63 = 241 (100%)
R 89 of 241 ~ 36.93%
G 89 of 241 ~ 36.93%
B 63 of 241 ~ 26.14%

%36.93
%36.93
%26.14

CMYK color model

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

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

CMYK percentages

%0
%0
%29.21
%65.1

Codes

Color #59593F in popluar color models

59593F
RGB898963
HSL60°17.11%29.80%
HSB/HSV60°29.21%34.90%
CMYK0.00%0.00%29.21%
65.10%

Color #59593F in popluar number systems.

HEX59593F
Decimal898963
Binary10110011011001111111
Octal13113177

Shades and tints

Shades of #59593F

#59593F
(89,89,63)
#51513A
(81,81,58)
#494935
(73,73,53)
#414130
(65,65,48)
#39392B
(57,57,43)
#313126
(49,49,38)
#292921
(41,41,33)
#21211C
(33,33,28)
#191917
(25,25,23)
#111112
(17,17,18)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #59593F

#59593F
(89,89,63)
#686850
(104,104,80)
#777761
(119,119,97)
#868672
(134,134,114)
#959583
(149,149,131)
#A4A494
(164,164,148)
#B3B3A5
(179,179,165)
#C2C2B6
(194,194,182)
#D1D1C7
(209,209,199)
#E0E0D8
(224,224,216)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59593F; }

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

This text font color is #59593F.


Background Color

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

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

This div background color is #59593F.


Border color

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

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

This div border color is #59593F.


Opacity

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

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

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

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

This text has shadow with #59593F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59593F on black background.


Color preview on white background

This text has color #59593F on white background.



Black color preview on #59593F background

This text has black color on #59593F background.


White color preview on #59593F background

This text has white color on #59593F background.