COLOR #51253C

HEX: #51253C RGB: (81,37,60)

Color info

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

RGB color model

#51253C color RGB value is (81,37,60).

RGB: (81,37,60) (32%, 15%, 24%)

RGB channels and saturation

R 81 of 255 = 32%
G 37 of 255 = 15%
B 60 of 255 = 24%

81
37
60

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

Portions of RGB colors in percentages

R + G + B = 81 + 37 + 60 = 178 (100%)
R 81 of 178 ~ 45.51%
G 37 of 178 ~ 20.79%
B 60 of 178 ~ 33.71'%

%45.51
%20.79
%33.71

CMYK color model

#51253C color CMYK value is (0,54,26,68).

  • cyan value is 0.00%
  • magenta value is 54.32%
  • yellow value is 25.93%
  • key color value is 68.24%
CMYK: (0,54,26,68) C0M54Y26K68 (0%,54%,26%,68%) (0.00/0.54/0.26/0.68) 

CMYK percentages

%0
%54.32
%25.93
%68.24

Codes

Color #51253C in popluar color models

51 25 3C
RGB 81 37 60
HSL 329° 37.29% 23.14%
HSB/HSV 329° 54.32% 31.76%
CMYK 0.00% 54.32% 25.93%
68.24%

Color #51253C in popluar number systems.

HEX 51 25 3C
Decimal 81 37 60
Binary 1010001 100101 111100
Octal 121 45 74

Shades and tints

Shades of #51253C

#51253C
(81,37,60)
#4A2237
(74,34,55)
#431F32
(67,31,50)
#3C1C2D
(60,28,45)
#351928
(53,25,40)
#2E1623
(46,22,35)
#27131E
(39,19,30)
#201019
(32,16,25)
#190D14
(25,13,20)
#120A0F
(18,10,15)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #51253C

#51253C
(81,37,60)
#60384D
(96,56,77)
#6F4B5E
(111,75,94)
#7E5E6F
(126,94,111)
#8D7180
(141,113,128)
#9C8491
(156,132,145)
#AB97A2
(171,151,162)
#BAAAB3
(186,170,179)
#C9BDC4
(201,189,196)
#D8D0D5
(216,208,213)
#E7E3E6
(231,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51253C; }

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

This text font color is #51253C.

Background Color

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

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

This div background color is #51253C.

Border color

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

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

This div border color is #51253C.

Opacity

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

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

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

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

This text has shadow with #51253C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51253C.

Preview

Color preview on black background

This text has color #51253C on black background.


Color preview on white background

This text has color #51253C on white background.


Black color preview on #51253C background

This text has black color on #51253C background.


White color preview on #51253C background

This text has white color on #51253C background.


Related colors

Complementary color

Complementary color for #hex is #AEDAC3.


I love getcolorcode.com

Triadic colors

1 #3C5125 and #253C51 with #51253C are triadic colors.

2 #3C2551 and #25513C with #51253C are triadic colors.