COLOR #515242

HEX: #515242 RGB: (81,82,66)

Color info

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

RGB color model

#515242 color RGB value is (81,82,66).

RGB: (81,82,66) (32%, 32%, 26%)

RGB channels and saturation

R 81 of 255 = 32%
G 82 of 255 = 32%
B 66 of 255 = 26%

81
82
66

R + G + B ~ 30%. #515242 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 82 + 66 = 229 (100%)
R 81 of 229 ~ 35.37%
G 82 of 229 ~ 35.81%
B 66 of 229 ~ 28.82'%

%35.37
%35.81
%28.82

CMYK color model

#515242 color CMYK value is (1,0,20,68).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 67.84%

CMYK: (1,0,20,68)
C1M0Y20K68 (1%, 0%, 20%, 68%)
(0.01 / 0.00 / 0.20 / 0.68)

CMYK percentages

%1.22
%0
%19.51
%67.84

Codes

Color #515242 in popluar color models

51 52 42
RGB 81 82 66
HSL 64° 10.81% 29.02%
HSB/HSV 64° 19.51% 32.16%
CMYK 1.22% 0.00% 19.51%
67.84%

Color #515242 in popluar number systems.

HEX 51 52 42
Decimal 81 82 66
Binary 1010001 1010010 1000010
Octal 121 122 102

Shades and tints

Shades of #515242

#515242
(81,82,66)
#4A4B3C
(74,75,60)
#434436
(67,68,54)
#3C3D30
(60,61,48)
#35362A
(53,54,42)
#2E2F24
(46,47,36)
#27281E
(39,40,30)
#202118
(32,33,24)
#191A12
(25,26,18)
#12130C
(18,19,12)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #515242

#515242
(81,82,66)
#606153
(96,97,83)
#6F7064
(111,112,100)
#7E7F75
(126,127,117)
#8D8E86
(141,142,134)
#9C9D97
(156,157,151)
#ABACA8
(171,172,168)
#BABBB9
(186,187,185)
#C9CACA
(201,202,202)
#D8D9DB
(216,217,219)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515242; }

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

This text font color is #515242.

Background Color

.myBgColor { background-color: #515242; }

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

This div background color is #515242.

Border color

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

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

This div border color is #515242.

Opacity

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

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

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

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

This text has shadow with #515242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515242.

Preview

Color preview on black background

This text has color #515242 on black background.


Color preview on white background

This text has color #515242 on white background.


Black color preview on #515242 background

This text has black color on #515242 background.


White color preview on #515242 background

This text has white color on #515242 background.


Related colors

Complementary color

Complementary color for #hex is #AEADBD.


I love getcolorcode.com

Triadic colors

1 #425152 and #524251 with #515242 are triadic colors.

2 #425251 and #525142 with #515242 are triadic colors.