COLOR #59753F

HEX: #59753F
RGB: (89,117,63)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

89
117
63

R + G + B ~ 35%. #59753F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 117 + 63 = 269 (100%)
R 89 of 269 ~ 33.09%
G 117 of 269 ~ 43.49%
B 63 of 269 ~ 23.42%

%33.09
%43.49
%23.42

CMYK color model

#59753F color CMYK value is (24,0,46,54).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 54.12%
CMYK:
(24,0,46,54)
C24M0Y46K54 
(24%,0%,46%,54%)
(0.24/0.00/0.46/0.54)	

CMYK percentages

%23.93
%0
%46.15
%54.12

Codes

Color #59753F in popluar color models

59753F
RGB8911763
HSL91°30.00%35.29%
HSB/HSV91°46.15%45.88%
CMYK23.93%0.00%46.15%
54.12%

Color #59753F in popluar number systems.

HEX59753F
Decimal8911763
Binary10110011110101111111
Octal13116577

Shades and tints

Shades of #59753F

#59753F
(89,117,63)
#516B3A
(81,107,58)
#496135
(73,97,53)
#415730
(65,87,48)
#394D2B
(57,77,43)
#314326
(49,67,38)
#293921
(41,57,33)
#212F1C
(33,47,28)
#192517
(25,37,23)
#111B12
(17,27,18)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #59753F

#59753F
(89,117,63)
#688150
(104,129,80)
#778D61
(119,141,97)
#869972
(134,153,114)
#95A583
(149,165,131)
#A4B194
(164,177,148)
#B3BDA5
(179,189,165)
#C2C9B6
(194,201,182)
#D1D5C7
(209,213,199)
#E0E1D8
(224,225,216)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59753F; }

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

This text font color is #59753F.


Background Color

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

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

This div background color is #59753F.


Border color

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

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

This div border color is #59753F.


Opacity

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

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

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

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

This text has shadow with #59753F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59753F on black background.


Color preview on white background

This text has color #59753F on white background.



Black color preview on #59753F background

This text has black color on #59753F background.


White color preview on #59753F background

This text has white color on #59753F background.