COLOR #59514C

HEX: #59514C
RGB: (89,81,76)

Color info

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

RGB color model

#59514C color RGB value is (89,81,76).

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

RGB channels and saturation

R 89 of 255 = 35%
G 81 of 255 = 32%
B 76 of 255 = 30%

89
81
76

R + G + B ~ 32%. #59514C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 81 + 76 = 246 (100%)
R 89 of 246 ~ 36.18%
G 81 of 246 ~ 32.93%
B 76 of 246 ~ 30.89%

%36.18
%32.93
%30.89

CMYK color model

#59514C color CMYK value is (0,9,15,65).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 14.61%
  • key color value is 65.10%
CMYK:
(0,9,15,65)
C0M9Y15K65 
(0%,9%,15%,65%)
(0.00/0.09/0.15/0.65)	

CMYK percentages

%0
%8.99
%14.61
%65.1

Codes

Color #59514C in popluar color models

59514C
RGB898176
HSL23°7.88%32.35%
HSB/HSV23°14.61%34.90%
CMYK0.00%8.99%14.61%
65.10%

Color #59514C in popluar number systems.

HEX59514C
Decimal898176
Binary101100110100011001100
Octal131121114

Shades and tints

Shades of #59514C

#59514C
(89,81,76)
#514A46
(81,74,70)
#494340
(73,67,64)
#413C3A
(65,60,58)
#393534
(57,53,52)
#312E2E
(49,46,46)
#292728
(41,39,40)
#212022
(33,32,34)
#19191C
(25,25,28)
#111216
(17,18,22)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #59514C

#59514C
(89,81,76)
#68605C
(104,96,92)
#776F6C
(119,111,108)
#867E7C
(134,126,124)
#958D8C
(149,141,140)
#A49C9C
(164,156,156)
#B3ABAC
(179,171,172)
#C2BABC
(194,186,188)
#D1C9CC
(209,201,204)
#E0D8DC
(224,216,220)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59514C; }

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

This text font color is #59514C.


Background Color

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

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

This div background color is #59514C.


Border color

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

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

This div border color is #59514C.


Opacity

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

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

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

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

This text has shadow with #59514C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59514C on black background.


Color preview on white background

This text has color #59514C on white background.



Black color preview on #59514C background

This text has black color on #59514C background.


White color preview on #59514C background

This text has white color on #59514C background.