COLOR #51252A

HEX: #51252A
RGB: (81,37,42)

Color info

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

RGB color model

#51252A color RGB value is (81,37,42).

  • red value is 81;
  • green value is 37;
  • blue value is 42.
RGB:
(81,37,42)
(32%,15%,16%)

RGB channels and saturation

R 81 of 255 = 32%
G 37 of 255 = 15%
B 42 of 255 = 16%

81
37
42

R + G + B ~ 21%. #51252A is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 37 + 42 = 160 (100%)
R 81 of 160 ~ 50.63%
G 37 of 160 ~ 23.13%
B 42 of 160 ~ 26.25%

%50.63
%23.13
%26.25

CMYK color model

#51252A color CMYK value is (0,54,48,68).

  • cyan value is 0.00%
  • magenta value is 54.32%
  • yellow value is 48.15%
  • key color value is 68.24%
CMYK:
(0,54,48,68)
C0M54Y48K68 
(0%,54%,48%,68%)
(0.00/0.54/0.48/0.68)	

CMYK percentages

%0
%54.32
%48.15
%68.24

Codes

Color #51252A in popluar color models

51252A
RGB813742
HSL353°37.29%23.14%
HSB/HSV353°54.32%31.76%
CMYK0.00%54.32%48.15%
68.24%

Color #51252A in popluar number systems.

HEX51252A
Decimal813742
Binary1010001100101101010
Octal1214552

Shades and tints

Shades of #51252A

#51252A
(81,37,42)
#4A2227
(74,34,39)
#431F24
(67,31,36)
#3C1C21
(60,28,33)
#35191E
(53,25,30)
#2E161B
(46,22,27)
#271318
(39,19,24)
#201015
(32,16,21)
#190D12
(25,13,18)
#120A0F
(18,10,15)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #51252A

#51252A
(81,37,42)
#60383D
(96,56,61)
#6F4B50
(111,75,80)
#7E5E63
(126,94,99)
#8D7176
(141,113,118)
#9C8489
(156,132,137)
#AB979C
(171,151,156)
#BAAAAF
(186,170,175)
#C9BDC2
(201,189,194)
#D8D0D5
(216,208,213)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51252A color. Also use rgb(81,37,42) instead hex code.

Text Font Color

.myTextColor { color: #51252A; }

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

This text font color is #51252A.


Background Color

.myBgColor { background-color: #51252A; }

<div style="background-color:#51252A">Inner text</div>

This div background color is #51252A.


Border color

.myBorderColor { border: 1px solid #51252A; }

<div style="border:3px solid #51252A">Div</div>

This div border color is #51252A.


Opacity

.myOpacity80 { color: #51252A; opacity: 0.8; }

<p style="color:#51252A;opacity:0.8;">80%</p>

Text with #51252A 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 #51252A;}

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

This text has shadow with #51252A color.

.textShadow {text-shadow: 3px 3px 1px #51252A, 3px 3px 1px red;}

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

This text has shadow with #51252A primary color and red secondary color.


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

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

This text has shadow with #51252A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51252A on black background.


Color preview on white background

This text has color #51252A on white background.



Black color preview on #51252A background

This text has black color on #51252A background.


White color preview on #51252A background

This text has white color on #51252A background.