COLOR #51513E

HEX: #51513E
RGB: (81,81,62)

Color info

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

RGB color model

#51513E color RGB value is (81,81,62).

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

RGB channels and saturation

R 81 of 255 = 32%
G 81 of 255 = 32%
B 62 of 255 = 24%

81
81
62

R + G + B ~ 29%. #51513E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 81 + 62 = 224 (100%)
R 81 of 224 ~ 36.16%
G 81 of 224 ~ 36.16%
B 62 of 224 ~ 27.68%

%36.16
%36.16
%27.68

CMYK color model

#51513E color CMYK value is (0,0,23,68).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 68.24%
CMYK:
(0,0,23,68)
C0M0Y23K68 
(0%,0%,23%,68%)
(0.00/0.00/0.23/0.68)	

CMYK percentages

%0
%0
%23.46
%68.24

Codes

Color #51513E in popluar color models

51513E
RGB818162
HSL60°13.29%28.04%
HSB/HSV60°23.46%31.76%
CMYK0.00%0.00%23.46%
68.24%

Color #51513E in popluar number systems.

HEX51513E
Decimal818162
Binary10100011010001111110
Octal12112176

Shades and tints

Shades of #51513E

#51513E
(81,81,62)
#4A4A39
(74,74,57)
#434334
(67,67,52)
#3C3C2F
(60,60,47)
#35352A
(53,53,42)
#2E2E25
(46,46,37)
#272720
(39,39,32)
#20201B
(32,32,27)
#191916
(25,25,22)
#121211
(18,18,17)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #51513E

#51513E
(81,81,62)
#60604F
(96,96,79)
#6F6F60
(111,111,96)
#7E7E71
(126,126,113)
#8D8D82
(141,141,130)
#9C9C93
(156,156,147)
#ABABA4
(171,171,164)
#BABAB5
(186,186,181)
#C9C9C6
(201,201,198)
#D8D8D7
(216,216,215)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51513E; }

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

This text font color is #51513E.


Background Color

.myBgColor { background-color: #51513E; }

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

This div background color is #51513E.


Border color

.myBorderColor { border: 1px solid #51513E; }

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

This div border color is #51513E.


Opacity

.myOpacity80 { color: #51513E; opacity: 0.8; }

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

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

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

This text has shadow with #51513E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51513E on black background.


Color preview on white background

This text has color #51513E on white background.



Black color preview on #51513E background

This text has black color on #51513E background.


White color preview on #51513E background

This text has white color on #51513E background.