COLOR #59752B

HEX: #59752B
RGB: (89,117,43)

Color info

#59752B contains mainly red and green colors. Web safe color of #59752B is #666633 (or #663).

RGB color model

#59752B color RGB value is (89,117,43).

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

RGB channels and saturation

R 89 of 255 = 35%
G 117 of 255 = 46%
B 43 of 255 = 17%

89
117
43

R + G + B ~ 33%. #59752B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 117 + 43 = 249 (100%)
R 89 of 249 ~ 35.74%
G 117 of 249 ~ 46.99%
B 43 of 249 ~ 17.27%

%35.74
%46.99
%17.27

CMYK color model

#59752B color CMYK value is (24,0,63,54).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 63.25%
  • key color value is 54.12%
CMYK:
(24,0,63,54)
C24M0Y63K54 
(24%,0%,63%,54%)
(0.24/0.00/0.63/0.54)	

CMYK percentages

%23.93
%0
%63.25
%54.12

Codes

Color #59752B in popluar color models

59752B
RGB8911743
HSL83°46.25%31.37%
HSB/HSV83°63.25%45.88%
CMYK23.93%0.00%63.25%
54.12%

Color #59752B in popluar number systems.

HEX59752B
Decimal8911743
Binary10110011110101101011
Octal13116553

Shades and tints

Shades of #59752B

#59752B
(89,117,43)
#516B28
(81,107,40)
#496125
(73,97,37)
#415722
(65,87,34)
#394D1F
(57,77,31)
#31431C
(49,67,28)
#293919
(41,57,25)
#212F16
(33,47,22)
#192513
(25,37,19)
#111B10
(17,27,16)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #59752B

#59752B
(89,117,43)
#68813E
(104,129,62)
#778D51
(119,141,81)
#869964
(134,153,100)
#95A577
(149,165,119)
#A4B18A
(164,177,138)
#B3BD9D
(179,189,157)
#C2C9B0
(194,201,176)
#D1D5C3
(209,213,195)
#E0E1D6
(224,225,214)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59752B color. Also use rgb(89,117,43) instead hex code.

Text Font Color

.myTextColor { color: #59752B; }

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

This text font color is #59752B.


Background Color

.myBgColor { background-color: #59752B; }

<div style="background-color:#59752B">Inner text</div>

This div background color is #59752B.


Border color

.myBorderColor { border: 1px solid #59752B; }

<div style="border:3px solid #59752B">Div</div>

This div border color is #59752B.


Opacity

.myOpacity80 { color: #59752B; opacity: 0.8; }

<p style="color:#59752B;opacity:0.8;">80%</p>

Text with #59752B 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 #59752B;}

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

This text has shadow with #59752B color.

.textShadow {text-shadow: 3px 3px 1px #59752B, 3px 3px 1px red;}

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

This text has shadow with #59752B primary color and red secondary color.


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

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

This text has shadow with #59752B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59752B on black background.


Color preview on white background

This text has color #59752B on white background.



Black color preview on #59752B background

This text has black color on #59752B background.


White color preview on #59752B background

This text has white color on #59752B background.