COLOR #51445A

HEX: #51445A
RGB: (81,68,90)

Color info

#51445A contains red, green and blue colors in about the same proportion. Web safe color of #51445A is #663366 (or #636).

RGB color model

#51445A color RGB value is (81,68,90).

  • red value is 81;
  • green value is 68;
  • blue value is 90.
RGB:
(81,68,90)
(32%,27%,35%)

RGB channels and saturation

R 81 of 255 = 32%
G 68 of 255 = 27%
B 90 of 255 = 35%

81
68
90

R + G + B ~ 31%. #51445A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 68 + 90 = 239 (100%)
R 81 of 239 ~ 33.89%
G 68 of 239 ~ 28.45%
B 90 of 239 ~ 37.66%

%33.89
%28.45
%37.66

CMYK color model

#51445A color CMYK value is (10,24,0,65).

  • cyan value is 10.00%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(10,24,0,65)
C10M24Y0K65 
(10%,24%,0%,65%)
(0.10/0.24/0.00/0.65)	

CMYK percentages

%10
%24.44
%0
%64.71

Codes

Color #51445A in popluar color models

51445A
RGB816890
HSL275°13.92%30.98%
HSB/HSV275°24.44%35.29%
CMYK10.00%24.44%0.00%
64.71%

Color #51445A in popluar number systems.

HEX51445A
Decimal816890
Binary101000110001001011010
Octal121104132

Shades and tints

Shades of #51445A

#51445A
(81,68,90)
#4A3E52
(74,62,82)
#43384A
(67,56,74)
#3C3242
(60,50,66)
#352C3A
(53,44,58)
#2E2632
(46,38,50)
#27202A
(39,32,42)
#201A22
(32,26,34)
#19141A
(25,20,26)
#120E12
(18,14,18)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #51445A

#51445A
(81,68,90)
#605569
(96,85,105)
#6F6678
(111,102,120)
#7E7787
(126,119,135)
#8D8896
(141,136,150)
#9C99A5
(156,153,165)
#ABAAB4
(171,170,180)
#BABBC3
(186,187,195)
#C9CCD2
(201,204,210)
#D8DDE1
(216,221,225)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51445A color. Also use rgb(81,68,90) instead hex code.

Text Font Color

.myTextColor { color: #51445A; }

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

This text font color is #51445A.


Background Color

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

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

This div background color is #51445A.


Border color

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

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

This div border color is #51445A.


Opacity

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

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

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

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

This text has shadow with #51445A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51445A on black background.


Color preview on white background

This text has color #51445A on white background.



Black color preview on #51445A background

This text has black color on #51445A background.


White color preview on #51445A background

This text has white color on #51445A background.