COLOR #51253F

HEX: #51253F
RGB: (81,37,63)

Color info

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

RGB color model

#51253F color RGB value is (81,37,63).

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

RGB channels and saturation

R 81 of 255 = 32%
G 37 of 255 = 15%
B 63 of 255 = 25%

81
37
63

R + G + B ~ 24%. #51253F is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 37 + 63 = 181 (100%)
R 81 of 181 ~ 44.75%
G 37 of 181 ~ 20.44%
B 63 of 181 ~ 34.81%

%44.75
%20.44
%34.81

CMYK color model

#51253F color CMYK value is (0,54,22,68).

  • cyan value is 0.00%
  • magenta value is 54.32%
  • yellow value is 22.22%
  • key color value is 68.24%
CMYK:
(0,54,22,68)
C0M54Y22K68 
(0%,54%,22%,68%)
(0.00/0.54/0.22/0.68)	

CMYK percentages

%0
%54.32
%22.22
%68.24

Codes

Color #51253F in popluar color models

51253F
RGB813763
HSL325°37.29%23.14%
HSB/HSV325°54.32%31.76%
CMYK0.00%54.32%22.22%
68.24%

Color #51253F in popluar number systems.

HEX51253F
Decimal813763
Binary1010001100101111111
Octal1214577

Shades and tints

Shades of #51253F

#51253F
(81,37,63)
#4A223A
(74,34,58)
#431F35
(67,31,53)
#3C1C30
(60,28,48)
#35192B
(53,25,43)
#2E1626
(46,22,38)
#271321
(39,19,33)
#20101C
(32,16,28)
#190D17
(25,13,23)
#120A12
(18,10,18)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #51253F

#51253F
(81,37,63)
#603850
(96,56,80)
#6F4B61
(111,75,97)
#7E5E72
(126,94,114)
#8D7183
(141,113,131)
#9C8494
(156,132,148)
#AB97A5
(171,151,165)
#BAAAB6
(186,170,182)
#C9BDC7
(201,189,199)
#D8D0D8
(216,208,216)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51253F color. Also use rgb(81,37,63) instead hex code.

Text Font Color

.myTextColor { color: #51253F; }

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

This text font color is #51253F.


Background Color

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

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

This div background color is #51253F.


Border color

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

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

This div border color is #51253F.


Opacity

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

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

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

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

This text has shadow with #51253F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51253F on black background.


Color preview on white background

This text has color #51253F on white background.



Black color preview on #51253F background

This text has black color on #51253F background.


White color preview on #51253F background

This text has white color on #51253F background.