COLOR #59674D

HEX: #59674D
RGB: (89,103,77)

Color info

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

RGB color model

#59674D color RGB value is (89,103,77).

  • red value is 89;
  • green value is 103;
  • blue value is 77.
RGB:
(89,103,77)
(35%,40%,30%)

RGB channels and saturation

R 89 of 255 = 35%
G 103 of 255 = 40%
B 77 of 255 = 30%

89
103
77

R + G + B ~ 35%. #59674D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 103 + 77 = 269 (100%)
R 89 of 269 ~ 33.09%
G 103 of 269 ~ 38.29%
B 77 of 269 ~ 28.62%

%33.09
%38.29
%28.62

CMYK color model

#59674D color CMYK value is (14,0,25,60).

  • cyan value is 13.59%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 59.61%
CMYK:
(14,0,25,60)
C14M0Y25K60 
(14%,0%,25%,60%)
(0.14/0.00/0.25/0.60)	

CMYK percentages

%13.59
%0
%25.24
%59.61

Codes

Color #59674D in popluar color models

59674D
RGB8910377
HSL92°14.44%35.29%
HSB/HSV92°25.24%40.39%
CMYK13.59%0.00%25.24%
59.61%

Color #59674D in popluar number systems.

HEX59674D
Decimal8910377
Binary101100111001111001101
Octal131147115

Shades and tints

Shades of #59674D

#59674D
(89,103,77)
#515E46
(81,94,70)
#49553F
(73,85,63)
#414C38
(65,76,56)
#394331
(57,67,49)
#313A2A
(49,58,42)
#293123
(41,49,35)
#21281C
(33,40,28)
#191F15
(25,31,21)
#11160E
(17,22,14)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #59674D

#59674D
(89,103,77)
#68745D
(104,116,93)
#77816D
(119,129,109)
#868E7D
(134,142,125)
#959B8D
(149,155,141)
#A4A89D
(164,168,157)
#B3B5AD
(179,181,173)
#C2C2BD
(194,194,189)
#D1CFCD
(209,207,205)
#E0DCDD
(224,220,221)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59674D color. Also use rgb(89,103,77) instead hex code.

Text Font Color

.myTextColor { color: #59674D; }

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

This text font color is #59674D.


Background Color

.myBgColor { background-color: #59674D; }

<div style="background-color:#59674D">Inner text</div>

This div background color is #59674D.


Border color

.myBorderColor { border: 1px solid #59674D; }

<div style="border:3px solid #59674D">Div</div>

This div border color is #59674D.


Opacity

.myOpacity80 { color: #59674D; opacity: 0.8; }

<p style="color:#59674D;opacity:0.8;">80%</p>

Text with #59674D 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 #59674D;}

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

This text has shadow with #59674D color.

.textShadow {text-shadow: 3px 3px 1px #59674D, 3px 3px 1px red;}

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

This text has shadow with #59674D primary color and red secondary color.


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

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

This text has shadow with #59674D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59674D on black background.


Color preview on white background

This text has color #59674D on white background.



Black color preview on #59674D background

This text has black color on #59674D background.


White color preview on #59674D background

This text has white color on #59674D background.