COLOR #515131

HEX: #515131 RGB: (81,81,49)

Color info

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

RGB color model

#515131 color RGB value is (81,81,49).

RGB: (81,81,49) (32%, 32%, 19%)

RGB channels and saturation

R 81 of 255 = 32%
G 81 of 255 = 32%
B 49 of 255 = 19%

81
81
49

R + G + B ~ 28%. #515131 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 81 + 49 = 211 (100%)
R 81 of 211 ~ 38.39%
G 81 of 211 ~ 38.39%
B 49 of 211 ~ 23.22'%

%38.39
%38.39
%23.22

CMYK color model

#515131 color CMYK value is (0,0,40,68).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 39.51%
  • key color value is 68.24%

CMYK: (0,0,40,68)
C0M0Y40K68 (0%, 0%, 40%, 68%)
(0.00 / 0.00 / 0.40 / 0.68)

CMYK percentages

%0
%0
%39.51
%68.24

Codes

Color #515131 in popluar color models

51 51 31
RGB 81 81 49
HSL 60° 24.62% 25.49%
HSB/HSV 60° 39.51% 31.76%
CMYK 0.00% 0.00% 39.51%
68.24%

Color #515131 in popluar number systems.

HEX 51 51 31
Decimal 81 81 49
Binary 1010001 1010001 110001
Octal 121 121 61

Shades and tints

Shades of #515131

#515131
(81,81,49)
#4A4A2D
(74,74,45)
#434329
(67,67,41)
#3C3C25
(60,60,37)
#353521
(53,53,33)
#2E2E1D
(46,46,29)
#272719
(39,39,25)
#202015
(32,32,21)
#191911
(25,25,17)
#12120D
(18,18,13)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #515131

#515131
(81,81,49)
#606043
(96,96,67)
#6F6F55
(111,111,85)
#7E7E67
(126,126,103)
#8D8D79
(141,141,121)
#9C9C8B
(156,156,139)
#ABAB9D
(171,171,157)
#BABAAF
(186,186,175)
#C9C9C1
(201,201,193)
#D8D8D3
(216,216,211)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515131 color. Also use rgb(81,81,49) instead hex code.

Text Font Color

.myTextColor { color: #515131; }

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

This text font color is #515131.

Background Color

.myBgColor { background-color: #515131; }

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

This div background color is #515131.

Border color

.myBorderColor { border: 1px solid #515131; }

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

This div border color is #515131.

Opacity

.myOpacity80 { color: #515131; opacity: 0.8; }

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

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

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

This text has shadow with #515131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515131.

Preview

Color preview on black background

This text has color #515131 on black background.


Color preview on white background

This text has color #515131 on white background.


Black color preview on #515131 background

This text has black color on #515131 background.


White color preview on #515131 background

This text has white color on #515131 background.


Related colors

Complementary color

Complementary color for #hex is #AEAECE.


I love getcolorcode.com