COLOR #51521C

HEX: #51521C
RGB: (81,82,28)

Color info

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

RGB color model

#51521C color RGB value is (81,82,28).

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

RGB channels and saturation

R 81 of 255 = 32%
G 82 of 255 = 32%
B 28 of 255 = 11%

81
82
28

R + G + B ~ 25%. #51521C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 82 + 28 = 191 (100%)
R 81 of 191 ~ 42.41%
G 82 of 191 ~ 42.93%
B 28 of 191 ~ 14.66%

%42.41
%42.93
%14.66

CMYK color model

#51521C color CMYK value is (1,0,66,68).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 65.85%
  • key color value is 67.84%
CMYK:
(1,0,66,68)
C1M0Y66K68 
(1%,0%,66%,68%)
(0.01/0.00/0.66/0.68)	

CMYK percentages

%1.22
%0
%65.85
%67.84

Codes

Color #51521C in popluar color models

51521C
RGB818228
HSL61°49.09%21.57%
HSB/HSV61°65.85%32.16%
CMYK1.22%0.00%65.85%
67.84%

Color #51521C in popluar number systems.

HEX51521C
Decimal818228
Binary1010001101001011100
Octal12112234

Shades and tints

Shades of #51521C

#51521C
(81,82,28)
#4A4B1A
(74,75,26)
#434418
(67,68,24)
#3C3D16
(60,61,22)
#353614
(53,54,20)
#2E2F12
(46,47,18)
#272810
(39,40,16)
#20210E
(32,33,14)
#191A0C
(25,26,12)
#12130A
(18,19,10)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #51521C

#51521C
(81,82,28)
#606130
(96,97,48)
#6F7044
(111,112,68)
#7E7F58
(126,127,88)
#8D8E6C
(141,142,108)
#9C9D80
(156,157,128)
#ABAC94
(171,172,148)
#BABBA8
(186,187,168)
#C9CABC
(201,202,188)
#D8D9D0
(216,217,208)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51521C; }

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

This text font color is #51521C.


Background Color

.myBgColor { background-color: #51521C; }

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

This div background color is #51521C.


Border color

.myBorderColor { border: 1px solid #51521C; }

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

This div border color is #51521C.


Opacity

.myOpacity80 { color: #51521C; opacity: 0.8; }

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

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

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

This text has shadow with #51521C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51521C on black background.


Color preview on white background

This text has color #51521C on white background.



Black color preview on #51521C background

This text has black color on #51521C background.


White color preview on #51521C background

This text has white color on #51521C background.