COLOR #51688A

HEX: #51688A
RGB: (81,104,138)

Color info

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

RGB color model

#51688A color RGB value is (81,104,138).

  • red value is 81;
  • green value is 104;
  • blue value is 138.
RGB:
(81,104,138)
(32%,41%,54%)

RGB channels and saturation

R 81 of 255 = 32%
G 104 of 255 = 41%
B 138 of 255 = 54%

81
104
138

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

Portions of RGB colors in percentages

R + G + B =
81 + 104 + 138 = 323 (100%)
R 81 of 323 ~ 25.08%
G 104 of 323 ~ 32.2%
B 138 of 323 ~ 42.72%

%25.08
%32.2
%42.72

CMYK color model

#51688A color CMYK value is (41,25,0,46).

  • cyan value is 41.30%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(41,25,0,46)
C41M25Y0K46 
(41%,25%,0%,46%)
(0.41/0.25/0.00/0.46)	

CMYK percentages

%41.3
%24.64
%0
%45.88

Codes

Color #51688A in popluar color models

51688A
RGB81104138
HSL216°26.03%42.94%
HSB/HSV216°41.30%54.12%
CMYK41.30%24.64%0.00%
45.88%

Color #51688A in popluar number systems.

HEX51688A
Decimal81104138
Binary1010001110100010001010
Octal121150212

Shades and tints

Shades of #51688A

#51688A
(81,104,138)
#4A5F7E
(74,95,126)
#435672
(67,86,114)
#3C4D66
(60,77,102)
#35445A
(53,68,90)
#2E3B4E
(46,59,78)
#273242
(39,50,66)
#202936
(32,41,54)
#19202A
(25,32,42)
#12171E
(18,23,30)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #51688A

#51688A
(81,104,138)
#607594
(96,117,148)
#6F829E
(111,130,158)
#7E8FA8
(126,143,168)
#8D9CB2
(141,156,178)
#9CA9BC
(156,169,188)
#ABB6C6
(171,182,198)
#BAC3D0
(186,195,208)
#C9D0DA
(201,208,218)
#D8DDE4
(216,221,228)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51688A; }

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

This text font color is #51688A.


Background Color

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

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

This div background color is #51688A.


Border color

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

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

This div border color is #51688A.


Opacity

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

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

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

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

This text has shadow with #51688A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51688A on black background.


Color preview on white background

This text has color #51688A on white background.



Black color preview on #51688A background

This text has black color on #51688A background.


White color preview on #51688A background

This text has white color on #51688A background.