COLOR #51523D

HEX: #51523D
RGB: (81,82,61)

Color info

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

RGB color model

#51523D color RGB value is (81,82,61).

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

RGB channels and saturation

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

81
82
61

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

Portions of RGB colors in percentages

R + G + B =
81 + 82 + 61 = 224 (100%)
R 81 of 224 ~ 36.16%
G 82 of 224 ~ 36.61%
B 61 of 224 ~ 27.23%

%36.16
%36.61
%27.23

CMYK color model

#51523D color CMYK value is (1,0,26,68).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 25.61%
  • key color value is 67.84%
CMYK:
(1,0,26,68)
C1M0Y26K68 
(1%,0%,26%,68%)
(0.01/0.00/0.26/0.68)	

CMYK percentages

%1.22
%0
%25.61
%67.84

Codes

Color #51523D in popluar color models

51523D
RGB818261
HSL63°14.69%28.04%
HSB/HSV63°25.61%32.16%
CMYK1.22%0.00%25.61%
67.84%

Color #51523D in popluar number systems.

HEX51523D
Decimal818261
Binary10100011010010111101
Octal12112275

Shades and tints

Shades of #51523D

#51523D
(81,82,61)
#4A4B38
(74,75,56)
#434433
(67,68,51)
#3C3D2E
(60,61,46)
#353629
(53,54,41)
#2E2F24
(46,47,36)
#27281F
(39,40,31)
#20211A
(32,33,26)
#191A15
(25,26,21)
#121310
(18,19,16)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #51523D

#51523D
(81,82,61)
#60614E
(96,97,78)
#6F705F
(111,112,95)
#7E7F70
(126,127,112)
#8D8E81
(141,142,129)
#9C9D92
(156,157,146)
#ABACA3
(171,172,163)
#BABBB4
(186,187,180)
#C9CAC5
(201,202,197)
#D8D9D6
(216,217,214)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51523D; }

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

This text font color is #51523D.


Background Color

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

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

This div background color is #51523D.


Border color

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

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

This div border color is #51523D.


Opacity

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

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

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

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

This text has shadow with #51523D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51523D on black background.


Color preview on white background

This text has color #51523D on white background.



Black color preview on #51523D background

This text has black color on #51523D background.


White color preview on #51523D background

This text has white color on #51523D background.