COLOR #51497A

HEX: #51497A
RGB: (81,73,122)

Color info

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

RGB color model

#51497A color RGB value is (81,73,122).

  • red value is 81;
  • green value is 73;
  • blue value is 122.
RGB:
(81,73,122)
(32%,29%,48%)

RGB channels and saturation

R 81 of 255 = 32%
G 73 of 255 = 29%
B 122 of 255 = 48%

81
73
122

R + G + B ~ 36%. #51497A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 122 = 276 (100%)
R 81 of 276 ~ 29.35%
G 73 of 276 ~ 26.45%
B 122 of 276 ~ 44.2%

%29.35
%26.45
%44.2

CMYK color model

#51497A color CMYK value is (34,40,0,52).

  • cyan value is 33.61%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(34,40,0,52)
C34M40Y0K52 
(34%,40%,0%,52%)
(0.34/0.40/0.00/0.52)	

CMYK percentages

%33.61
%40.16
%0
%52.16

Codes

Color #51497A in popluar color models

51497A
RGB8173122
HSL250°25.13%38.24%
HSB/HSV250°40.16%47.84%
CMYK33.61%40.16%0.00%
52.16%

Color #51497A in popluar number systems.

HEX51497A
Decimal8173122
Binary101000110010011111010
Octal121111172

Shades and tints

Shades of #51497A

#51497A
(81,73,122)
#4A436F
(74,67,111)
#433D64
(67,61,100)
#3C3759
(60,55,89)
#35314E
(53,49,78)
#2E2B43
(46,43,67)
#272538
(39,37,56)
#201F2D
(32,31,45)
#191922
(25,25,34)
#121317
(18,19,23)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #51497A

#51497A
(81,73,122)
#605986
(96,89,134)
#6F6992
(111,105,146)
#7E799E
(126,121,158)
#8D89AA
(141,137,170)
#9C99B6
(156,153,182)
#ABA9C2
(171,169,194)
#BAB9CE
(186,185,206)
#C9C9DA
(201,201,218)
#D8D9E6
(216,217,230)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51497A color. Also use rgb(81,73,122) instead hex code.

Text Font Color

.myTextColor { color: #51497A; }

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

This text font color is #51497A.


Background Color

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

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

This div background color is #51497A.


Border color

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

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

This div border color is #51497A.


Opacity

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

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

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

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

This text has shadow with #51497A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51497A on black background.


Color preview on white background

This text has color #51497A on white background.



Black color preview on #51497A background

This text has black color on #51497A background.


White color preview on #51497A background

This text has white color on #51497A background.