COLOR #515D4D

HEX: #515D4D
RGB: (81,93,77)

Color info

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

RGB color model

#515D4D color RGB value is (81,93,77).

  • red value is 81;
  • green value is 93;
  • blue value is 77.
RGB:
(81,93,77)
(32%,36%,30%)

RGB channels and saturation

R 81 of 255 = 32%
G 93 of 255 = 36%
B 77 of 255 = 30%

81
93
77

R + G + B ~ 33%. #515D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 93 + 77 = 251 (100%)
R 81 of 251 ~ 32.27%
G 93 of 251 ~ 37.05%
B 77 of 251 ~ 30.68%

%32.27
%37.05
%30.68

CMYK color model

#515D4D color CMYK value is (13,0,17,64).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 17.20%
  • key color value is 63.53%
CMYK:
(13,0,17,64)
C13M0Y17K64 
(13%,0%,17%,64%)
(0.13/0.00/0.17/0.64)	

CMYK percentages

%12.9
%0
%17.2
%63.53

Codes

Color #515D4D in popluar color models

515D4D
RGB819377
HSL105°9.41%33.33%
HSB/HSV105°17.20%36.47%
CMYK12.90%0.00%17.20%
63.53%

Color #515D4D in popluar number systems.

HEX515D4D
Decimal819377
Binary101000110111011001101
Octal121135115

Shades and tints

Shades of #515D4D

#515D4D
(81,93,77)
#4A5546
(74,85,70)
#434D3F
(67,77,63)
#3C4538
(60,69,56)
#353D31
(53,61,49)
#2E352A
(46,53,42)
#272D23
(39,45,35)
#20251C
(32,37,28)
#191D15
(25,29,21)
#12150E
(18,21,14)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #515D4D

#515D4D
(81,93,77)
#606B5D
(96,107,93)
#6F796D
(111,121,109)
#7E877D
(126,135,125)
#8D958D
(141,149,141)
#9CA39D
(156,163,157)
#ABB1AD
(171,177,173)
#BABFBD
(186,191,189)
#C9CDCD
(201,205,205)
#D8DBDD
(216,219,221)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515D4D color. Also use rgb(81,93,77) instead hex code.

Text Font Color

.myTextColor { color: #515D4D; }

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

This text font color is #515D4D.


Background Color

.myBgColor { background-color: #515D4D; }

<div style="background-color:#515D4D">Inner text</div>

This div background color is #515D4D.


Border color

.myBorderColor { border: 1px solid #515D4D; }

<div style="border:3px solid #515D4D">Div</div>

This div border color is #515D4D.


Opacity

.myOpacity80 { color: #515D4D; opacity: 0.8; }

<p style="color:#515D4D;opacity:0.8;">80%</p>

Text with #515D4D 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 #515D4D;}

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

This text has shadow with #515D4D color.

.textShadow {text-shadow: 3px 3px 1px #515D4D, 3px 3px 1px red;}

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

This text has shadow with #515D4D primary color and red secondary color.


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

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

This text has shadow with #515D4D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515D4D on black background.


Color preview on white background

This text has color #515D4D on white background.



Black color preview on #515D4D background

This text has black color on #515D4D background.


White color preview on #515D4D background

This text has white color on #515D4D background.