COLOR #59614F

HEX: #59614F
RGB: (89,97,79)

Color info

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

RGB color model

#59614F color RGB value is (89,97,79).

  • red value is 89;
  • green value is 97;
  • blue value is 79.
RGB:
(89,97,79)
(35%,38%,31%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 79 of 255 = 31%

89
97
79

R + G + B ~ 35%. #59614F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 97 + 79 = 265 (100%)
R 89 of 265 ~ 33.58%
G 97 of 265 ~ 36.6%
B 79 of 265 ~ 29.81%

%33.58
%36.6
%29.81

CMYK color model

#59614F color CMYK value is (8,0,19,62).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 61.96%
CMYK:
(8,0,19,62)
C8M0Y19K62 
(8%,0%,19%,62%)
(0.08/0.00/0.19/0.62)	

CMYK percentages

%8.25
%0
%18.56
%61.96

Codes

Color #59614F in popluar color models

59614F
RGB899779
HSL87°10.23%34.51%
HSB/HSV87°18.56%38.04%
CMYK8.25%0.00%18.56%
61.96%

Color #59614F in popluar number systems.

HEX59614F
Decimal899779
Binary101100111000011001111
Octal131141117

Shades and tints

Shades of #59614F

#59614F
(89,97,79)
#515948
(81,89,72)
#495141
(73,81,65)
#41493A
(65,73,58)
#394133
(57,65,51)
#31392C
(49,57,44)
#293125
(41,49,37)
#21291E
(33,41,30)
#192117
(25,33,23)
#111910
(17,25,16)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #59614F

#59614F
(89,97,79)
#686F5F
(104,111,95)
#777D6F
(119,125,111)
#868B7F
(134,139,127)
#95998F
(149,153,143)
#A4A79F
(164,167,159)
#B3B5AF
(179,181,175)
#C2C3BF
(194,195,191)
#D1D1CF
(209,209,207)
#E0DFDF
(224,223,223)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59614F color. Also use rgb(89,97,79) instead hex code.

Text Font Color

.myTextColor { color: #59614F; }

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

This text font color is #59614F.


Background Color

.myBgColor { background-color: #59614F; }

<div style="background-color:#59614F">Inner text</div>

This div background color is #59614F.


Border color

.myBorderColor { border: 1px solid #59614F; }

<div style="border:3px solid #59614F">Div</div>

This div border color is #59614F.


Opacity

.myOpacity80 { color: #59614F; opacity: 0.8; }

<p style="color:#59614F;opacity:0.8;">80%</p>

Text with #59614F 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 #59614F;}

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

This text has shadow with #59614F color.

.textShadow {text-shadow: 3px 3px 1px #59614F, 3px 3px 1px red;}

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

This text has shadow with #59614F primary color and red secondary color.


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

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

This text has shadow with #59614F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59614F on black background.


Color preview on white background

This text has color #59614F on white background.



Black color preview on #59614F background

This text has black color on #59614F background.


White color preview on #59614F background

This text has white color on #59614F background.