COLOR #59775B

HEX: #59775B
RGB: (89,119,91)

Color info

#59775B contains red, green and blue colors in about the same proportion. Web safe color of #59775B is #666666 (or #666).

RGB color model

#59775B color RGB value is (89,119,91).

  • red value is 89;
  • green value is 119;
  • blue value is 91.
RGB:
(89,119,91)
(35%,47%,36%)

RGB channels and saturation

R 89 of 255 = 35%
G 119 of 255 = 47%
B 91 of 255 = 36%

89
119
91

R + G + B ~ 39%. #59775B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 119 + 91 = 299 (100%)
R 89 of 299 ~ 29.77%
G 119 of 299 ~ 39.8%
B 91 of 299 ~ 30.43%

%29.77
%39.8
%30.43

CMYK color model

#59775B color CMYK value is (25,0,24,53).

  • cyan value is 25.21%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK:
(25,0,24,53)
C25M0Y24K53 
(25%,0%,24%,53%)
(0.25/0.00/0.24/0.53)	

CMYK percentages

%25.21
%0
%23.53
%53.33

Codes

Color #59775B in popluar color models

59775B
RGB8911991
HSL124°14.42%40.78%
HSB/HSV124°25.21%46.67%
CMYK25.21%0.00%23.53%
53.33%

Color #59775B in popluar number systems.

HEX59775B
Decimal8911991
Binary101100111101111011011
Octal131167133

Shades and tints

Shades of #59775B

#59775B
(89,119,91)
#516D53
(81,109,83)
#49634B
(73,99,75)
#415943
(65,89,67)
#394F3B
(57,79,59)
#314533
(49,69,51)
#293B2B
(41,59,43)
#213123
(33,49,35)
#19271B
(25,39,27)
#111D13
(17,29,19)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #59775B

#59775B
(89,119,91)
#688369
(104,131,105)
#778F77
(119,143,119)
#869B85
(134,155,133)
#95A793
(149,167,147)
#A4B3A1
(164,179,161)
#B3BFAF
(179,191,175)
#C2CBBD
(194,203,189)
#D1D7CB
(209,215,203)
#E0E3D9
(224,227,217)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59775B color. Also use rgb(89,119,91) instead hex code.

Text Font Color

.myTextColor { color: #59775B; }

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

This text font color is #59775B.


Background Color

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

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

This div background color is #59775B.


Border color

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

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

This div border color is #59775B.


Opacity

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

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

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

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

This text has shadow with #59775B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59775B on black background.


Color preview on white background

This text has color #59775B on white background.



Black color preview on #59775B background

This text has black color on #59775B background.


White color preview on #59775B background

This text has white color on #59775B background.