COLOR #59755A

HEX: #59755A
RGB: (89,117,90)

Color info

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

RGB color model

#59755A color RGB value is (89,117,90).

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

RGB channels and saturation

R 89 of 255 = 35%
G 117 of 255 = 46%
B 90 of 255 = 35%

89
117
90

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

Portions of RGB colors in percentages

R + G + B =
89 + 117 + 90 = 296 (100%)
R 89 of 296 ~ 30.07%
G 117 of 296 ~ 39.53%
B 90 of 296 ~ 30.41%

%30.07
%39.53
%30.41

CMYK color model

#59755A color CMYK value is (24,0,23,54).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 54.12%
CMYK:
(24,0,23,54)
C24M0Y23K54 
(24%,0%,23%,54%)
(0.24/0.00/0.23/0.54)	

CMYK percentages

%23.93
%0
%23.08
%54.12

Codes

Color #59755A in popluar color models

59755A
RGB8911790
HSL122°13.59%40.39%
HSB/HSV122°23.93%45.88%
CMYK23.93%0.00%23.08%
54.12%

Color #59755A in popluar number systems.

HEX59755A
Decimal8911790
Binary101100111101011011010
Octal131165132

Shades and tints

Shades of #59755A

#59755A
(89,117,90)
#516B52
(81,107,82)
#49614A
(73,97,74)
#415742
(65,87,66)
#394D3A
(57,77,58)
#314332
(49,67,50)
#29392A
(41,57,42)
#212F22
(33,47,34)
#19251A
(25,37,26)
#111B12
(17,27,18)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #59755A

#59755A
(89,117,90)
#688169
(104,129,105)
#778D78
(119,141,120)
#869987
(134,153,135)
#95A596
(149,165,150)
#A4B1A5
(164,177,165)
#B3BDB4
(179,189,180)
#C2C9C3
(194,201,195)
#D1D5D2
(209,213,210)
#E0E1E1
(224,225,225)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59755A color. Also use rgb(89,117,90) instead hex code.

Text Font Color

.myTextColor { color: #59755A; }

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

This text font color is #59755A.


Background Color

.myBgColor { background-color: #59755A; }

<div style="background-color:#59755A">Inner text</div>

This div background color is #59755A.


Border color

.myBorderColor { border: 1px solid #59755A; }

<div style="border:3px solid #59755A">Div</div>

This div border color is #59755A.


Opacity

.myOpacity80 { color: #59755A; opacity: 0.8; }

<p style="color:#59755A;opacity:0.8;">80%</p>

Text with #59755A 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 #59755A;}

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

This text has shadow with #59755A color.

.textShadow {text-shadow: 3px 3px 1px #59755A, 3px 3px 1px red;}

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

This text has shadow with #59755A primary color and red secondary color.


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

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

This text has shadow with #59755A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59755A on black background.


Color preview on white background

This text has color #59755A on white background.



Black color preview on #59755A background

This text has black color on #59755A background.


White color preview on #59755A background

This text has white color on #59755A background.