COLOR #59754B

HEX: #59754B
RGB: (89,117,75)

Color info

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

RGB color model

#59754B color RGB value is (89,117,75).

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

RGB channels and saturation

R 89 of 255 = 35%
G 117 of 255 = 46%
B 75 of 255 = 29%

89
117
75

R + G + B ~ 37%. #59754B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 117 + 75 = 281 (100%)
R 89 of 281 ~ 31.67%
G 117 of 281 ~ 41.64%
B 75 of 281 ~ 26.69%

%31.67
%41.64
%26.69

CMYK color model

#59754B color CMYK value is (24,0,36,54).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 54.12%
CMYK:
(24,0,36,54)
C24M0Y36K54 
(24%,0%,36%,54%)
(0.24/0.00/0.36/0.54)	

CMYK percentages

%23.93
%0
%35.9
%54.12

Codes

Color #59754B in popluar color models

59754B
RGB8911775
HSL100°21.88%37.65%
HSB/HSV100°35.90%45.88%
CMYK23.93%0.00%35.90%
54.12%

Color #59754B in popluar number systems.

HEX59754B
Decimal8911775
Binary101100111101011001011
Octal131165113

Shades and tints

Shades of #59754B

#59754B
(89,117,75)
#516B45
(81,107,69)
#49613F
(73,97,63)
#415739
(65,87,57)
#394D33
(57,77,51)
#31432D
(49,67,45)
#293927
(41,57,39)
#212F21
(33,47,33)
#19251B
(25,37,27)
#111B15
(17,27,21)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #59754B

#59754B
(89,117,75)
#68815B
(104,129,91)
#778D6B
(119,141,107)
#86997B
(134,153,123)
#95A58B
(149,165,139)
#A4B19B
(164,177,155)
#B3BDAB
(179,189,171)
#C2C9BB
(194,201,187)
#D1D5CB
(209,213,203)
#E0E1DB
(224,225,219)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59754B; }

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

This text font color is #59754B.


Background Color

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

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

This div background color is #59754B.


Border color

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

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

This div border color is #59754B.


Opacity

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

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

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

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

This text has shadow with #59754B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59754B on black background.


Color preview on white background

This text has color #59754B on white background.



Black color preview on #59754B background

This text has black color on #59754B background.


White color preview on #59754B background

This text has white color on #59754B background.