COLOR #515D44

HEX: #515D44 RGB: (81,93,68)

Color info

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

RGB color model

#515D44 color RGB value is (81,93,68).

RGB: (81,93,68) (32%, 36%, 27%)

RGB channels and saturation

R 81 of 255 = 32%
G 93 of 255 = 36%
B 68 of 255 = 27%

81
93
68

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

Portions of RGB colors in percentages

R + G + B = 81 + 93 + 68 = 242 (100%)
R 81 of 242 ~ 33.47%
G 93 of 242 ~ 38.43%
B 68 of 242 ~ 28.1'%

%33.47
%38.43
%28.1

CMYK color model

#515D44 color CMYK value is (13,0,27,64).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 63.53%

CMYK: (13,0,27,64)
C13M0Y27K64 (13%, 0%, 27%, 64%)
(0.13 / 0.00 / 0.27 / 0.64)

CMYK percentages

%12.9
%0
%26.88
%63.53

Codes

Color #515D44 in popluar color models

51 5D 44
RGB 81 93 68
HSL 89° 15.53% 31.57%
HSB/HSV 89° 26.88% 36.47%
CMYK 12.90% 0.00% 26.88%
63.53%

Color #515D44 in popluar number systems.

HEX 51 5D 44
Decimal 81 93 68
Binary 1010001 1011101 1000100
Octal 121 135 104

Shades and tints

Shades of #515D44

#515D44
(81,93,68)
#4A553E
(74,85,62)
#434D38
(67,77,56)
#3C4532
(60,69,50)
#353D2C
(53,61,44)
#2E3526
(46,53,38)
#272D20
(39,45,32)
#20251A
(32,37,26)
#191D14
(25,29,20)
#12150E
(18,21,14)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #515D44

#515D44
(81,93,68)
#606B55
(96,107,85)
#6F7966
(111,121,102)
#7E8777
(126,135,119)
#8D9588
(141,149,136)
#9CA399
(156,163,153)
#ABB1AA
(171,177,170)
#BABFBB
(186,191,187)
#C9CDCC
(201,205,204)
#D8DBDD
(216,219,221)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515D44; }

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

This text font color is #515D44.

Background Color

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

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

This div background color is #515D44.

Border color

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

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

This div border color is #515D44.

Opacity

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

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

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

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

This text has shadow with #515D44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515D44.

Preview

Color preview on black background

This text has color #515D44 on black background.


Color preview on white background

This text has color #515D44 on white background.


Black color preview on #515D44 background

This text has black color on #515D44 background.


White color preview on #515D44 background

This text has white color on #515D44 background.


Related colors

Complementary color

Complementary color for #hex is #AEA2BB.


I love getcolorcode.com

Triadic colors

1 #44515D and #5D4451 with #515D44 are triadic colors.

2 #445D51 and #5D5144 with #515D44 are triadic colors.