COLOR #51649D

HEX: #51649D
RGB: (81,100,157)

Color info

#51649D contains mainly green and blue colors. Web safe color of #51649D is #666699 (or #669).

RGB color model

#51649D color RGB value is (81,100,157).

  • red value is 81;
  • green value is 100;
  • blue value is 157.
RGB:
(81,100,157)
(32%,39%,62%)

RGB channels and saturation

R 81 of 255 = 32%
G 100 of 255 = 39%
B 157 of 255 = 62%

81
100
157

R + G + B ~ 44%. #51649D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 100 + 157 = 338 (100%)
R 81 of 338 ~ 23.96%
G 100 of 338 ~ 29.59%
B 157 of 338 ~ 46.45%

%23.96
%29.59
%46.45

CMYK color model

#51649D color CMYK value is (48,36,0,38).

  • cyan value is 48.41%
  • magenta value is 36.31%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(48,36,0,38)
C48M36Y0K38 
(48%,36%,0%,38%)
(0.48/0.36/0.00/0.38)	

CMYK percentages

%48.41
%36.31
%0
%38.43

Codes

Color #51649D in popluar color models

51649D
RGB81100157
HSL225°31.93%46.67%
HSB/HSV225°48.41%61.57%
CMYK48.41%36.31%0.00%
38.43%

Color #51649D in popluar number systems.

HEX51649D
Decimal81100157
Binary1010001110010010011101
Octal121144235

Shades and tints

Shades of #51649D

#51649D
(81,100,157)
#4A5B8F
(74,91,143)
#435281
(67,82,129)
#3C4973
(60,73,115)
#354065
(53,64,101)
#2E3757
(46,55,87)
#272E49
(39,46,73)
#20253B
(32,37,59)
#191C2D
(25,28,45)
#12131F
(18,19,31)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #51649D

#51649D
(81,100,157)
#6072A5
(96,114,165)
#6F80AD
(111,128,173)
#7E8EB5
(126,142,181)
#8D9CBD
(141,156,189)
#9CAAC5
(156,170,197)
#ABB8CD
(171,184,205)
#BAC6D5
(186,198,213)
#C9D4DD
(201,212,221)
#D8E2E5
(216,226,229)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51649D color. Also use rgb(81,100,157) instead hex code.

Text Font Color

.myTextColor { color: #51649D; }

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

This text font color is #51649D.


Background Color

.myBgColor { background-color: #51649D; }

<div style="background-color:#51649D">Inner text</div>

This div background color is #51649D.


Border color

.myBorderColor { border: 1px solid #51649D; }

<div style="border:3px solid #51649D">Div</div>

This div border color is #51649D.


Opacity

.myOpacity80 { color: #51649D; opacity: 0.8; }

<p style="color:#51649D;opacity:0.8;">80%</p>

Text with #51649D 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 #51649D;}

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

This text has shadow with #51649D color.

.textShadow {text-shadow: 3px 3px 1px #51649D, 3px 3px 1px red;}

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

This text has shadow with #51649D primary color and red secondary color.


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

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

This text has shadow with #51649D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51649D on black background.


Color preview on white background

This text has color #51649D on white background.



Black color preview on #51649D background

This text has black color on #51649D background.


White color preview on #51649D background

This text has white color on #51649D background.