COLOR #51658B

HEX: #51658B
RGB: (81,101,139)

Color info

#51658B contains red, green and blue colors in about the same proportion. Web safe color of #51658B is #666699 (or #669).

RGB color model

#51658B color RGB value is (81,101,139).

  • red value is 81;
  • green value is 101;
  • blue value is 139.
RGB:
(81,101,139)
(32%,40%,55%)

RGB channels and saturation

R 81 of 255 = 32%
G 101 of 255 = 40%
B 139 of 255 = 55%

81
101
139

R + G + B ~ 42%. #51658B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 101 + 139 = 321 (100%)
R 81 of 321 ~ 25.23%
G 101 of 321 ~ 31.46%
B 139 of 321 ~ 43.3%

%25.23
%31.46
%43.3

CMYK color model

#51658B color CMYK value is (42,27,0,45).

  • cyan value is 41.73%
  • magenta value is 27.34%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(42,27,0,45)
C42M27Y0K45 
(42%,27%,0%,45%)
(0.42/0.27/0.00/0.45)	

CMYK percentages

%41.73
%27.34
%0
%45.49

Codes

Color #51658B in popluar color models

51658B
RGB81101139
HSL219°26.36%43.14%
HSB/HSV219°41.73%54.51%
CMYK41.73%27.34%0.00%
45.49%

Color #51658B in popluar number systems.

HEX51658B
Decimal81101139
Binary1010001110010110001011
Octal121145213

Shades and tints

Shades of #51658B

#51658B
(81,101,139)
#4A5C7F
(74,92,127)
#435373
(67,83,115)
#3C4A67
(60,74,103)
#35415B
(53,65,91)
#2E384F
(46,56,79)
#272F43
(39,47,67)
#202637
(32,38,55)
#191D2B
(25,29,43)
#12141F
(18,20,31)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #51658B

#51658B
(81,101,139)
#607395
(96,115,149)
#6F819F
(111,129,159)
#7E8FA9
(126,143,169)
#8D9DB3
(141,157,179)
#9CABBD
(156,171,189)
#ABB9C7
(171,185,199)
#BAC7D1
(186,199,209)
#C9D5DB
(201,213,219)
#D8E3E5
(216,227,229)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51658B color. Also use rgb(81,101,139) instead hex code.

Text Font Color

.myTextColor { color: #51658B; }

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

This text font color is #51658B.


Background Color

.myBgColor { background-color: #51658B; }

<div style="background-color:#51658B">Inner text</div>

This div background color is #51658B.


Border color

.myBorderColor { border: 1px solid #51658B; }

<div style="border:3px solid #51658B">Div</div>

This div border color is #51658B.


Opacity

.myOpacity80 { color: #51658B; opacity: 0.8; }

<p style="color:#51658B;opacity:0.8;">80%</p>

Text with #51658B 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 #51658B;}

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

This text has shadow with #51658B color.

.textShadow {text-shadow: 3px 3px 1px #51658B, 3px 3px 1px red;}

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

This text has shadow with #51658B primary color and red secondary color.


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

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

This text has shadow with #51658B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51658B on black background.


Color preview on white background

This text has color #51658B on white background.



Black color preview on #51658B background

This text has black color on #51658B background.


White color preview on #51658B background

This text has white color on #51658B background.