COLOR #59614C

HEX: #59614C
RGB: (89,97,76)

Color info

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

RGB color model

#59614C color RGB value is (89,97,76).

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

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 76 of 255 = 30%

89
97
76

R + G + B ~ 34%. #59614C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 97 + 76 = 262 (100%)
R 89 of 262 ~ 33.97%
G 97 of 262 ~ 37.02%
B 76 of 262 ~ 29.01%

%33.97
%37.02
%29.01

CMYK color model

#59614C color CMYK value is (8,0,22,62).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(8,0,22,62)
C8M0Y22K62 
(8%,0%,22%,62%)
(0.08/0.00/0.22/0.62)	

CMYK percentages

%8.25
%0
%21.65
%61.96

Codes

Color #59614C in popluar color models

59614C
RGB899776
HSL83°12.14%33.92%
HSB/HSV83°21.65%38.04%
CMYK8.25%0.00%21.65%
61.96%

Color #59614C in popluar number systems.

HEX59614C
Decimal899776
Binary101100111000011001100
Octal131141114

Shades and tints

Shades of #59614C

#59614C
(89,97,76)
#515946
(81,89,70)
#495140
(73,81,64)
#41493A
(65,73,58)
#394134
(57,65,52)
#31392E
(49,57,46)
#293128
(41,49,40)
#212922
(33,41,34)
#19211C
(25,33,28)
#111916
(17,25,22)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #59614C

#59614C
(89,97,76)
#686F5C
(104,111,92)
#777D6C
(119,125,108)
#868B7C
(134,139,124)
#95998C
(149,153,140)
#A4A79C
(164,167,156)
#B3B5AC
(179,181,172)
#C2C3BC
(194,195,188)
#D1D1CC
(209,209,204)
#E0DFDC
(224,223,220)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59614C; }

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

This text font color is #59614C.


Background Color

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

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

This div background color is #59614C.


Border color

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

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

This div border color is #59614C.


Opacity

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

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

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

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

This text has shadow with #59614C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59614C on black background.


Color preview on white background

This text has color #59614C on white background.



Black color preview on #59614C background

This text has black color on #59614C background.


White color preview on #59614C background

This text has white color on #59614C background.