COLOR #51649C

HEX: #51649C
RGB: (81,100,156)

Color info

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

RGB color model

#51649C color RGB value is (81,100,156).

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

RGB channels and saturation

R 81 of 255 = 32%
G 100 of 255 = 39%
B 156 of 255 = 61%

81
100
156

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

Portions of RGB colors in percentages

R + G + B =
81 + 100 + 156 = 337 (100%)
R 81 of 337 ~ 24.04%
G 100 of 337 ~ 29.67%
B 156 of 337 ~ 46.29%

%24.04
%29.67
%46.29

CMYK color model

#51649C color CMYK value is (48,36,0,39).

  • cyan value is 48.08%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(48,36,0,39)
C48M36Y0K39 
(48%,36%,0%,39%)
(0.48/0.36/0.00/0.39)	

CMYK percentages

%48.08
%35.9
%0
%38.82

Codes

Color #51649C in popluar color models

51649C
RGB81100156
HSL225°31.65%46.47%
HSB/HSV225°48.08%61.18%
CMYK48.08%35.90%0.00%
38.82%

Color #51649C in popluar number systems.

HEX51649C
Decimal81100156
Binary1010001110010010011100
Octal121144234

Shades and tints

Shades of #51649C

#51649C
(81,100,156)
#4A5B8E
(74,91,142)
#435280
(67,82,128)
#3C4972
(60,73,114)
#354064
(53,64,100)
#2E3756
(46,55,86)
#272E48
(39,46,72)
#20253A
(32,37,58)
#191C2C
(25,28,44)
#12131E
(18,19,30)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #51649C

#51649C
(81,100,156)
#6072A5
(96,114,165)
#6F80AE
(111,128,174)
#7E8EB7
(126,142,183)
#8D9CC0
(141,156,192)
#9CAAC9
(156,170,201)
#ABB8D2
(171,184,210)
#BAC6DB
(186,198,219)
#C9D4E4
(201,212,228)
#D8E2ED
(216,226,237)
#E7F0F6
(231,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51649C; }

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

This text font color is #51649C.


Background Color

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

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

This div background color is #51649C.


Border color

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

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

This div border color is #51649C.


Opacity

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

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

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

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

This text has shadow with #51649C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51649C on black background.


Color preview on white background

This text has color #51649C on white background.



Black color preview on #51649C background

This text has black color on #51649C background.


White color preview on #51649C background

This text has white color on #51649C background.