COLOR #51500D

HEX: #51500D
RGB: (81,80,13)

Color info

#51500D contains mainly red and green colors. Web safe color of #51500D is #666600 (or #660).

RGB color model

#51500D color RGB value is (81,80,13).

  • red value is 81;
  • green value is 80;
  • blue value is 13.
RGB:
(81,80,13)
(32%,31%,5%)

RGB channels and saturation

R 81 of 255 = 32%
G 80 of 255 = 31%
B 13 of 255 = 5%

81
80
13

R + G + B ~ 23%. #51500D is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 80 + 13 = 174 (100%)
R 81 of 174 ~ 46.55%
G 80 of 174 ~ 45.98%
B 13 of 174 ~ 7.47%

%46.55
%45.98

CMYK color model

#51500D color CMYK value is (0,1,84,68).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 83.95%
  • key color value is 68.24%
CMYK:
(0,1,84,68)
C0M1Y84K68 
(0%,1%,84%,68%)
(0.00/0.01/0.84/0.68)	

CMYK percentages

%0
%1.23
%83.95
%68.24

Codes

Color #51500D in popluar color models

51500D
RGB818013
HSL59°72.34%18.43%
HSB/HSV59°83.95%31.76%
CMYK0.00%1.23%83.95%
68.24%

Color #51500D in popluar number systems.

HEX51500D
Decimal818013
Binary101000110100001101
Octal12112015

Shades and tints

Shades of #51500D

#51500D
(81,80,13)
#4A490C
(74,73,12)
#43420B
(67,66,11)
#3C3B0A
(60,59,10)
#353409
(53,52,9)
#2E2D08
(46,45,8)
#272607
(39,38,7)
#201F06
(32,31,6)
#191805
(25,24,5)
#121104
(18,17,4)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #51500D

#51500D
(81,80,13)
#605F23
(96,95,35)
#6F6E39
(111,110,57)
#7E7D4F
(126,125,79)
#8D8C65
(141,140,101)
#9C9B7B
(156,155,123)
#ABAA91
(171,170,145)
#BAB9A7
(186,185,167)
#C9C8BD
(201,200,189)
#D8D7D3
(216,215,211)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51500D color. Also use rgb(81,80,13) instead hex code.

Text Font Color

.myTextColor { color: #51500D; }

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

This text font color is #51500D.


Background Color

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

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

This div background color is #51500D.


Border color

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

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

This div border color is #51500D.


Opacity

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

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

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

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

This text has shadow with #51500D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51500D on black background.


Color preview on white background

This text has color #51500D on white background.



Black color preview on #51500D background

This text has black color on #51500D background.


White color preview on #51500D background

This text has white color on #51500D background.