COLOR #515E44

HEX: #515E44 RGB: (81,94,68)

Color info

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

RGB color model

#515E44 color RGB value is (81,94,68).

RGB: (81,94,68) (32%, 37%, 27%)

RGB channels and saturation

R 81 of 255 = 32%
G 94 of 255 = 37%
B 68 of 255 = 27%

81
94
68

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

Portions of RGB colors in percentages

R + G + B = 81 + 94 + 68 = 243 (100%)
R 81 of 243 ~ 33.33%
G 94 of 243 ~ 38.68%
B 68 of 243 ~ 27.98'%

%33.33
%38.68
%27.98

CMYK color model

#515E44 color CMYK value is (14,0,28,63).

  • cyan value is 13.83%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 63.14%

CMYK: (14,0,28,63)
C14M0Y28K63 (14%, 0%, 28%, 63%)
(0.14 / 0.00 / 0.28 / 0.63)

CMYK percentages

%13.83
%0
%27.66
%63.14

Codes

Color #515E44 in popluar color models

51 5E 44
RGB 81 94 68
HSL 90° 16.05% 31.76%
HSB/HSV 90° 27.66% 36.86%
CMYK 13.83% 0.00% 27.66%
63.14%

Color #515E44 in popluar number systems.

HEX 51 5E 44
Decimal 81 94 68
Binary 1010001 1011110 1000100
Octal 121 136 104

Shades and tints

Shades of #515E44

#515E44
(81,94,68)
#4A563E
(74,86,62)
#434E38
(67,78,56)
#3C4632
(60,70,50)
#353E2C
(53,62,44)
#2E3626
(46,54,38)
#272E20
(39,46,32)
#20261A
(32,38,26)
#191E14
(25,30,20)
#12160E
(18,22,14)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #515E44

#515E44
(81,94,68)
#606C55
(96,108,85)
#6F7A66
(111,122,102)
#7E8877
(126,136,119)
#8D9688
(141,150,136)
#9CA499
(156,164,153)
#ABB2AA
(171,178,170)
#BAC0BB
(186,192,187)
#C9CECC
(201,206,204)
#D8DCDD
(216,220,221)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515E44; }

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

This text font color is #515E44.

Background Color

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

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

This div background color is #515E44.

Border color

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

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

This div border color is #515E44.

Opacity

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

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

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

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

This text has shadow with #515E44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515E44.

Preview

Color preview on black background

This text has color #515E44 on black background.


Color preview on white background

This text has color #515E44 on white background.


Black color preview on #515E44 background

This text has black color on #515E44 background.


White color preview on #515E44 background

This text has white color on #515E44 background.


Related colors

Complementary color

Complementary color for #hex is #AEA1BB.


I love getcolorcode.com

Triadic colors

1 #44515E and #5E4451 with #515E44 are triadic colors.

2 #445E51 and #5E5144 with #515E44 are triadic colors.