COLOR #51241D

HEX: #51241D
RGB: (81,36,29)

Color info

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

RGB color model

#51241D color RGB value is (81,36,29).

  • red value is 81;
  • green value is 36;
  • blue value is 29.
RGB:
(81,36,29)
(32%,14%,11%)

RGB channels and saturation

R 81 of 255 = 32%
G 36 of 255 = 14%
B 29 of 255 = 11%

81
36
29

R + G + B ~ 19%. #51241D is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 36 + 29 = 146 (100%)
R 81 of 146 ~ 55.48%
G 36 of 146 ~ 24.66%
B 29 of 146 ~ 19.86%

%55.48
%24.66
%19.86

CMYK color model

#51241D color CMYK value is (0,56,64,68).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 64.20%
  • key color value is 68.24%
CMYK:
(0,56,64,68)
C0M56Y64K68 
(0%,56%,64%,68%)
(0.00/0.56/0.64/0.68)	

CMYK percentages

%0
%55.56
%64.2
%68.24

Codes

Color #51241D in popluar color models

51241D
RGB813629
HSL47.27%21.57%
HSB/HSV64.20%31.76%
CMYK0.00%55.56%64.20%
68.24%

Color #51241D in popluar number systems.

HEX51241D
Decimal813629
Binary101000110010011101
Octal1214435

Shades and tints

Shades of #51241D

#51241D
(81,36,29)
#4A211B
(74,33,27)
#431E19
(67,30,25)
#3C1B17
(60,27,23)
#351815
(53,24,21)
#2E1513
(46,21,19)
#271211
(39,18,17)
#200F0F
(32,15,15)
#190C0D
(25,12,13)
#12090B
(18,9,11)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #51241D

#51241D
(81,36,29)
#603731
(96,55,49)
#6F4A45
(111,74,69)
#7E5D59
(126,93,89)
#8D706D
(141,112,109)
#9C8381
(156,131,129)
#AB9695
(171,150,149)
#BAA9A9
(186,169,169)
#C9BCBD
(201,188,189)
#D8CFD1
(216,207,209)
#E7E2E5
(231,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51241D color. Also use rgb(81,36,29) instead hex code.

Text Font Color

.myTextColor { color: #51241D; }

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

This text font color is #51241D.


Background Color

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

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

This div background color is #51241D.


Border color

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

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

This div border color is #51241D.


Opacity

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

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

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

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

This text has shadow with #51241D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51241D on black background.


Color preview on white background

This text has color #51241D on white background.



Black color preview on #51241D background

This text has black color on #51241D background.


White color preview on #51241D background

This text has white color on #51241D background.