COLOR #51301F

HEX: #51301F
RGB: (81,48,31)

Color info

#51301F contains red, green and blue colors in about the same proportion. Web safe color of #51301F is #663333 (or #633).

RGB color model

#51301F color RGB value is (81,48,31).

  • red value is 81;
  • green value is 48;
  • blue value is 31.
RGB:
(81,48,31)
(32%,19%,12%)

RGB channels and saturation

R 81 of 255 = 32%
G 48 of 255 = 19%
B 31 of 255 = 12%

81
48
31

R + G + B ~ 21%. #51301F is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 48 + 31 = 160 (100%)
R 81 of 160 ~ 50.63%
G 48 of 160 ~ 30%
B 31 of 160 ~ 19.38%

%50.63
%30
%19.38

CMYK color model

#51301F color CMYK value is (0,41,62,68).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 61.73%
  • key color value is 68.24%
CMYK:
(0,41,62,68)
C0M41Y62K68 
(0%,41%,62%,68%)
(0.00/0.41/0.62/0.68)	

CMYK percentages

%0
%40.74
%61.73
%68.24

Codes

Color #51301F in popluar color models

51301F
RGB814831
HSL20°44.64%21.96%
HSB/HSV20°61.73%31.76%
CMYK0.00%40.74%61.73%
68.24%

Color #51301F in popluar number systems.

HEX51301F
Decimal814831
Binary101000111000011111
Octal1216037

Shades and tints

Shades of #51301F

#51301F
(81,48,31)
#4A2C1D
(74,44,29)
#43281B
(67,40,27)
#3C2419
(60,36,25)
#352017
(53,32,23)
#2E1C15
(46,28,21)
#271813
(39,24,19)
#201411
(32,20,17)
#19100F
(25,16,15)
#120C0D
(18,12,13)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #51301F

#51301F
(81,48,31)
#604233
(96,66,51)
#6F5447
(111,84,71)
#7E665B
(126,102,91)
#8D786F
(141,120,111)
#9C8A83
(156,138,131)
#AB9C97
(171,156,151)
#BAAEAB
(186,174,171)
#C9C0BF
(201,192,191)
#D8D2D3
(216,210,211)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51301F color. Also use rgb(81,48,31) instead hex code.

Text Font Color

.myTextColor { color: #51301F; }

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

This text font color is #51301F.


Background Color

.myBgColor { background-color: #51301F; }

<div style="background-color:#51301F">Inner text</div>

This div background color is #51301F.


Border color

.myBorderColor { border: 1px solid #51301F; }

<div style="border:3px solid #51301F">Div</div>

This div border color is #51301F.


Opacity

.myOpacity80 { color: #51301F; opacity: 0.8; }

<p style="color:#51301F;opacity:0.8;">80%</p>

Text with #51301F 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 #51301F;}

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

This text has shadow with #51301F color.

.textShadow {text-shadow: 3px 3px 1px #51301F, 3px 3px 1px red;}

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

This text has shadow with #51301F primary color and red secondary color.


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

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

This text has shadow with #51301F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51301F on black background.


Color preview on white background

This text has color #51301F on white background.



Black color preview on #51301F background

This text has black color on #51301F background.


White color preview on #51301F background

This text has white color on #51301F background.