COLOR #515241

HEX: #515241
RGB: (81,82,65)

Color info

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

RGB color model

#515241 color RGB value is (81,82,65).

  • red value is 81;
  • green value is 82;
  • blue value is 65.
RGB:
(81,82,65)
(32%,32%,25%)

RGB channels and saturation

R 81 of 255 = 32%
G 82 of 255 = 32%
B 65 of 255 = 25%

81
82
65

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

Portions of RGB colors in percentages

R + G + B =
81 + 82 + 65 = 228 (100%)
R 81 of 228 ~ 35.53%
G 82 of 228 ~ 35.96%
B 65 of 228 ~ 28.51%

%35.53
%35.96
%28.51

CMYK color model

#515241 color CMYK value is (1,0,21,68).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 20.73%
  • key color value is 67.84%
CMYK:
(1,0,21,68)
C1M0Y21K68 
(1%,0%,21%,68%)
(0.01/0.00/0.21/0.68)	

CMYK percentages

%1.22
%0
%20.73
%67.84

Codes

Color #515241 in popluar color models

515241
RGB818265
HSL64°11.56%28.82%
HSB/HSV64°20.73%32.16%
CMYK1.22%0.00%20.73%
67.84%

Color #515241 in popluar number systems.

HEX515241
Decimal818265
Binary101000110100101000001
Octal121122101

Shades and tints

Shades of #515241

#515241
(81,82,65)
#4A4B3C
(74,75,60)
#434437
(67,68,55)
#3C3D32
(60,61,50)
#35362D
(53,54,45)
#2E2F28
(46,47,40)
#272823
(39,40,35)
#20211E
(32,33,30)
#191A19
(25,26,25)
#121314
(18,19,20)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #515241

#515241
(81,82,65)
#606152
(96,97,82)
#6F7063
(111,112,99)
#7E7F74
(126,127,116)
#8D8E85
(141,142,133)
#9C9D96
(156,157,150)
#ABACA7
(171,172,167)
#BABBB8
(186,187,184)
#C9CAC9
(201,202,201)
#D8D9DA
(216,217,218)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515241; }

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

This text font color is #515241.


Background Color

.myBgColor { background-color: #515241; }

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

This div background color is #515241.


Border color

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

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

This div border color is #515241.


Opacity

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

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

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

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

This text has shadow with #515241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515241 on black background.


Color preview on white background

This text has color #515241 on white background.



Black color preview on #515241 background

This text has black color on #515241 background.


White color preview on #515241 background

This text has white color on #515241 background.