COLOR #51688B

HEX: #51688B RGB: (81,104,139)

Color info

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

RGB color model

#51688B color RGB value is (81,104,139).

RGB: (81,104,139) (32%, 41%, 55%)

RGB channels and saturation

R 81 of 255 = 32%
G 104 of 255 = 41%
B 139 of 255 = 55%

81
104
139

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

Portions of RGB colors in percentages

R + G + B = 81 + 104 + 139 = 324 (100%)
R 81 of 324 ~ 25%
G 104 of 324 ~ 32.1%
B 139 of 324 ~ 42.9'%

%25
%32.1
%42.9

CMYK color model

#51688B color CMYK value is (42,25,0,45).

  • cyan value is 41.73%
  • magenta value is 25.18%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (42,25,0,45)
C42M25Y0K45 (42%, 25%, 0%, 45%)
(0.42 / 0.25 / 0.00 / 0.45)

CMYK percentages

%41.73
%25.18
%0
%45.49

Codes

Color #51688B in popluar color models

51 68 8B
RGB 81 104 139
HSL 216° 26.36% 43.14%
HSB/HSV 216° 41.73% 54.51%
CMYK 41.73% 25.18% 0.00%
45.49%

Color #51688B in popluar number systems.

HEX 51 68 8B
Decimal 81 104 139
Binary 1010001 1101000 10001011
Octal 121 150 213

Shades and tints

Shades of #51688B

#51688B
(81,104,139)
#4A5F7F
(74,95,127)
#435673
(67,86,115)
#3C4D67
(60,77,103)
#35445B
(53,68,91)
#2E3B4F
(46,59,79)
#273243
(39,50,67)
#202937
(32,41,55)
#19202B
(25,32,43)
#12171F
(18,23,31)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #51688B

#51688B
(81,104,139)
#607595
(96,117,149)
#6F829F
(111,130,159)
#7E8FA9
(126,143,169)
#8D9CB3
(141,156,179)
#9CA9BD
(156,169,189)
#ABB6C7
(171,182,199)
#BAC3D1
(186,195,209)
#C9D0DB
(201,208,219)
#D8DDE5
(216,221,229)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51688B; }

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

This text font color is #51688B.

Background Color

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

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

This div background color is #51688B.

Border color

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

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

This div border color is #51688B.

Opacity

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

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

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

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

This text has shadow with #51688B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51688B.

Preview

Color preview on black background

This text has color #51688B on black background.


Color preview on white background

This text has color #51688B on white background.


Black color preview on #51688B background

This text has black color on #51688B background.


White color preview on #51688B background

This text has white color on #51688B background.


Related colors

Complementary color

Complementary color for #hex is #AE9774.


I love getcolorcode.com

Triadic colors

1 #8B5168 and #688B51 with #51688B are triadic colors.

2 #8B6851 and #68518B with #51688B are triadic colors.