COLOR #515C49

HEX: #515C49
RGB: (81,92,73)

Color info

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

RGB color model

#515C49 color RGB value is (81,92,73).

  • red value is 81;
  • green value is 92;
  • blue value is 73.
RGB:
(81,92,73)
(32%,36%,29%)

RGB channels and saturation

R 81 of 255 = 32%
G 92 of 255 = 36%
B 73 of 255 = 29%

81
92
73

R + G + B ~ 32%. #515C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 92 + 73 = 246 (100%)
R 81 of 246 ~ 32.93%
G 92 of 246 ~ 37.4%
B 73 of 246 ~ 29.67%

%32.93
%37.4
%29.67

CMYK color model

#515C49 color CMYK value is (12,0,21,64).

  • cyan value is 11.96%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 63.92%
CMYK:
(12,0,21,64)
C12M0Y21K64 
(12%,0%,21%,64%)
(0.12/0.00/0.21/0.64)	

CMYK percentages

%11.96
%0
%20.65
%63.92

Codes

Color #515C49 in popluar color models

515C49
RGB819273
HSL95°11.52%32.35%
HSB/HSV95°20.65%36.08%
CMYK11.96%0.00%20.65%
63.92%

Color #515C49 in popluar number systems.

HEX515C49
Decimal819273
Binary101000110111001001001
Octal121134111

Shades and tints

Shades of #515C49

#515C49
(81,92,73)
#4A5443
(74,84,67)
#434C3D
(67,76,61)
#3C4437
(60,68,55)
#353C31
(53,60,49)
#2E342B
(46,52,43)
#272C25
(39,44,37)
#20241F
(32,36,31)
#191C19
(25,28,25)
#121413
(18,20,19)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #515C49

#515C49
(81,92,73)
#606A59
(96,106,89)
#6F7869
(111,120,105)
#7E8679
(126,134,121)
#8D9489
(141,148,137)
#9CA299
(156,162,153)
#ABB0A9
(171,176,169)
#BABEB9
(186,190,185)
#C9CCC9
(201,204,201)
#D8DAD9
(216,218,217)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515C49 color. Also use rgb(81,92,73) instead hex code.

Text Font Color

.myTextColor { color: #515C49; }

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

This text font color is #515C49.


Background Color

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

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

This div background color is #515C49.


Border color

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

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

This div border color is #515C49.


Opacity

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

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

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

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

This text has shadow with #515C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515C49 on black background.


Color preview on white background

This text has color #515C49 on white background.



Black color preview on #515C49 background

This text has black color on #515C49 background.


White color preview on #515C49 background

This text has white color on #515C49 background.