COLOR #51523C

HEX: #51523C
RGB: (81,82,60)

Color info

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

RGB color model

#51523C color RGB value is (81,82,60).

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

RGB channels and saturation

R 81 of 255 = 32%
G 82 of 255 = 32%
B 60 of 255 = 24%

81
82
60

R + G + B ~ 29%. #51523C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 82 + 60 = 223 (100%)
R 81 of 223 ~ 36.32%
G 82 of 223 ~ 36.77%
B 60 of 223 ~ 26.91%

%36.32
%36.77
%26.91

CMYK color model

#51523C color CMYK value is (1,0,27,68).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 67.84%
CMYK:
(1,0,27,68)
C1M0Y27K68 
(1%,0%,27%,68%)
(0.01/0.00/0.27/0.68)	

CMYK percentages

%1.22
%0
%26.83
%67.84

Codes

Color #51523C in popluar color models

51523C
RGB818260
HSL63°15.49%27.84%
HSB/HSV63°26.83%32.16%
CMYK1.22%0.00%26.83%
67.84%

Color #51523C in popluar number systems.

HEX51523C
Decimal818260
Binary10100011010010111100
Octal12112274

Shades and tints

Shades of #51523C

#51523C
(81,82,60)
#4A4B37
(74,75,55)
#434432
(67,68,50)
#3C3D2D
(60,61,45)
#353628
(53,54,40)
#2E2F23
(46,47,35)
#27281E
(39,40,30)
#202119
(32,33,25)
#191A14
(25,26,20)
#12130F
(18,19,15)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #51523C

#51523C
(81,82,60)
#60614D
(96,97,77)
#6F705E
(111,112,94)
#7E7F6F
(126,127,111)
#8D8E80
(141,142,128)
#9C9D91
(156,157,145)
#ABACA2
(171,172,162)
#BABBB3
(186,187,179)
#C9CAC4
(201,202,196)
#D8D9D5
(216,217,213)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51523C; }

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

This text font color is #51523C.


Background Color

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

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

This div background color is #51523C.


Border color

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

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

This div border color is #51523C.


Opacity

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

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

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

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

This text has shadow with #51523C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51523C on black background.


Color preview on white background

This text has color #51523C on white background.



Black color preview on #51523C background

This text has black color on #51523C background.


White color preview on #51523C background

This text has white color on #51523C background.