COLOR #51668E

HEX: #51668E
RGB: (81,102,142)

Color info

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

RGB color model

#51668E color RGB value is (81,102,142).

  • red value is 81;
  • green value is 102;
  • blue value is 142.
RGB:
(81,102,142)
(32%,40%,56%)

RGB channels and saturation

R 81 of 255 = 32%
G 102 of 255 = 40%
B 142 of 255 = 56%

81
102
142

R + G + B ~ 43%. #51668E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 102 + 142 = 325 (100%)
R 81 of 325 ~ 24.92%
G 102 of 325 ~ 31.38%
B 142 of 325 ~ 43.69%

%24.92
%31.38
%43.69

CMYK color model

#51668E color CMYK value is (43,28,0,44).

  • cyan value is 42.96%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(43,28,0,44)
C43M28Y0K44 
(43%,28%,0%,44%)
(0.43/0.28/0.00/0.44)	

CMYK percentages

%42.96
%28.17
%0
%44.31

Codes

Color #51668E in popluar color models

51668E
RGB81102142
HSL219°27.35%43.73%
HSB/HSV219°42.96%55.69%
CMYK42.96%28.17%0.00%
44.31%

Color #51668E in popluar number systems.

HEX51668E
Decimal81102142
Binary1010001110011010001110
Octal121146216

Shades and tints

Shades of #51668E

#51668E
(81,102,142)
#4A5D82
(74,93,130)
#435476
(67,84,118)
#3C4B6A
(60,75,106)
#35425E
(53,66,94)
#2E3952
(46,57,82)
#273046
(39,48,70)
#20273A
(32,39,58)
#191E2E
(25,30,46)
#121522
(18,21,34)
#0B0C16
(11,12,22)
#000000
(0,0,0)

Tints of #51668E

#51668E
(81,102,142)
#607398
(96,115,152)
#6F80A2
(111,128,162)
#7E8DAC
(126,141,172)
#8D9AB6
(141,154,182)
#9CA7C0
(156,167,192)
#ABB4CA
(171,180,202)
#BAC1D4
(186,193,212)
#C9CEDE
(201,206,222)
#D8DBE8
(216,219,232)
#E7E8F2
(231,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51668E color. Also use rgb(81,102,142) instead hex code.

Text Font Color

.myTextColor { color: #51668E; }

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

This text font color is #51668E.


Background Color

.myBgColor { background-color: #51668E; }

<div style="background-color:#51668E">Inner text</div>

This div background color is #51668E.


Border color

.myBorderColor { border: 1px solid #51668E; }

<div style="border:3px solid #51668E">Div</div>

This div border color is #51668E.


Opacity

.myOpacity80 { color: #51668E; opacity: 0.8; }

<p style="color:#51668E;opacity:0.8;">80%</p>

Text with #51668E 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 #51668E;}

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

This text has shadow with #51668E color.

.textShadow {text-shadow: 3px 3px 1px #51668E, 3px 3px 1px red;}

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

This text has shadow with #51668E primary color and red secondary color.


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

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

This text has shadow with #51668E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51668E on black background.


Color preview on white background

This text has color #51668E on white background.



Black color preview on #51668E background

This text has black color on #51668E background.


White color preview on #51668E background

This text has white color on #51668E background.