COLOR #515128

HEX: #515128
RGB: (81,81,40)

Color info

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

RGB color model

#515128 color RGB value is (81,81,40).

  • red value is 81;
  • green value is 81;
  • blue value is 40.
RGB:
(81,81,40)
(32%,32%,16%)

RGB channels and saturation

R 81 of 255 = 32%
G 81 of 255 = 32%
B 40 of 255 = 16%

81
81
40

R + G + B ~ 27%. #515128 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 81 + 40 = 202 (100%)
R 81 of 202 ~ 40.1%
G 81 of 202 ~ 40.1%
B 40 of 202 ~ 19.8%

%40.1
%40.1
%19.8

CMYK color model

#515128 color CMYK value is (0,0,51,68).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.62%
  • key color value is 68.24%
CMYK:
(0,0,51,68)
C0M0Y51K68 
(0%,0%,51%,68%)
(0.00/0.00/0.51/0.68)	

CMYK percentages

%0
%0
%50.62
%68.24

Codes

Color #515128 in popluar color models

515128
RGB818140
HSL60°33.88%23.73%
HSB/HSV60°50.62%31.76%
CMYK0.00%0.00%50.62%
68.24%

Color #515128 in popluar number systems.

HEX515128
Decimal818140
Binary10100011010001101000
Octal12112150

Shades and tints

Shades of #515128

#515128
(81,81,40)
#4A4A25
(74,74,37)
#434322
(67,67,34)
#3C3C1F
(60,60,31)
#35351C
(53,53,28)
#2E2E19
(46,46,25)
#272716
(39,39,22)
#202013
(32,32,19)
#191910
(25,25,16)
#12120D
(18,18,13)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #515128

#515128
(81,81,40)
#60603B
(96,96,59)
#6F6F4E
(111,111,78)
#7E7E61
(126,126,97)
#8D8D74
(141,141,116)
#9C9C87
(156,156,135)
#ABAB9A
(171,171,154)
#BABAAD
(186,186,173)
#C9C9C0
(201,201,192)
#D8D8D3
(216,216,211)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515128; }

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

This text font color is #515128.


Background Color

.myBgColor { background-color: #515128; }

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

This div background color is #515128.


Border color

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

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

This div border color is #515128.


Opacity

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

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

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

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

This text has shadow with #515128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515128 on black background.


Color preview on white background

This text has color #515128 on white background.



Black color preview on #515128 background

This text has black color on #515128 background.


White color preview on #515128 background

This text has white color on #515128 background.