COLOR #59514E

HEX: #59514E
RGB: (89,81,78)

Color info

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

RGB color model

#59514E color RGB value is (89,81,78).

  • red value is 89;
  • green value is 81;
  • blue value is 78.
RGB:
(89,81,78)
(35%,32%,31%)

RGB channels and saturation

R 89 of 255 = 35%
G 81 of 255 = 32%
B 78 of 255 = 31%

89
81
78

R + G + B ~ 33%. #59514E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 81 + 78 = 248 (100%)
R 89 of 248 ~ 35.89%
G 81 of 248 ~ 32.66%
B 78 of 248 ~ 31.45%

%35.89
%32.66
%31.45

CMYK color model

#59514E color CMYK value is (0,9,12,65).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 12.36%
  • key color value is 65.10%
CMYK:
(0,9,12,65)
C0M9Y12K65 
(0%,9%,12%,65%)
(0.00/0.09/0.12/0.65)	

CMYK percentages

%0
%8.99
%12.36
%65.1

Codes

Color #59514E in popluar color models

59514E
RGB898178
HSL16°6.59%32.75%
HSB/HSV16°12.36%34.90%
CMYK0.00%8.99%12.36%
65.10%

Color #59514E in popluar number systems.

HEX59514E
Decimal898178
Binary101100110100011001110
Octal131121116

Shades and tints

Shades of #59514E

#59514E
(89,81,78)
#514A47
(81,74,71)
#494340
(73,67,64)
#413C39
(65,60,57)
#393532
(57,53,50)
#312E2B
(49,46,43)
#292724
(41,39,36)
#21201D
(33,32,29)
#191916
(25,25,22)
#11120F
(17,18,15)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #59514E

#59514E
(89,81,78)
#68605E
(104,96,94)
#776F6E
(119,111,110)
#867E7E
(134,126,126)
#958D8E
(149,141,142)
#A49C9E
(164,156,158)
#B3ABAE
(179,171,174)
#C2BABE
(194,186,190)
#D1C9CE
(209,201,206)
#E0D8DE
(224,216,222)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59514E color. Also use rgb(89,81,78) instead hex code.

Text Font Color

.myTextColor { color: #59514E; }

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

This text font color is #59514E.


Background Color

.myBgColor { background-color: #59514E; }

<div style="background-color:#59514E">Inner text</div>

This div background color is #59514E.


Border color

.myBorderColor { border: 1px solid #59514E; }

<div style="border:3px solid #59514E">Div</div>

This div border color is #59514E.


Opacity

.myOpacity80 { color: #59514E; opacity: 0.8; }

<p style="color:#59514E;opacity:0.8;">80%</p>

Text with #59514E 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 #59514E;}

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

This text has shadow with #59514E color.

.textShadow {text-shadow: 3px 3px 1px #59514E, 3px 3px 1px red;}

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

This text has shadow with #59514E primary color and red secondary color.


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

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

This text has shadow with #59514E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59514E on black background.


Color preview on white background

This text has color #59514E on white background.



Black color preview on #59514E background

This text has black color on #59514E background.


White color preview on #59514E background

This text has white color on #59514E background.