COLOR #51698F

HEX: #51698F
RGB: (81,105,143)

Color info

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

RGB color model

#51698F color RGB value is (81,105,143).

  • red value is 81;
  • green value is 105;
  • blue value is 143.
RGB:
(81,105,143)
(32%,41%,56%)

RGB channels and saturation

R 81 of 255 = 32%
G 105 of 255 = 41%
B 143 of 255 = 56%

81
105
143

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

Portions of RGB colors in percentages

R + G + B =
81 + 105 + 143 = 329 (100%)
R 81 of 329 ~ 24.62%
G 105 of 329 ~ 31.91%
B 143 of 329 ~ 43.47%

%24.62
%31.91
%43.47

CMYK color model

#51698F color CMYK value is (43,27,0,44).

  • cyan value is 43.36%
  • magenta value is 26.57%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(43,27,0,44)
C43M27Y0K44 
(43%,27%,0%,44%)
(0.43/0.27/0.00/0.44)	

CMYK percentages

%43.36
%26.57
%0
%43.92

Codes

Color #51698F in popluar color models

51698F
RGB81105143
HSL217°27.68%43.92%
HSB/HSV217°43.36%56.08%
CMYK43.36%26.57%0.00%
43.92%

Color #51698F in popluar number systems.

HEX51698F
Decimal81105143
Binary1010001110100110001111
Octal121151217

Shades and tints

Shades of #51698F

#51698F
(81,105,143)
#4A6082
(74,96,130)
#435775
(67,87,117)
#3C4E68
(60,78,104)
#35455B
(53,69,91)
#2E3C4E
(46,60,78)
#273341
(39,51,65)
#202A34
(32,42,52)
#192127
(25,33,39)
#12181A
(18,24,26)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #51698F

#51698F
(81,105,143)
#607699
(96,118,153)
#6F83A3
(111,131,163)
#7E90AD
(126,144,173)
#8D9DB7
(141,157,183)
#9CAAC1
(156,170,193)
#ABB7CB
(171,183,203)
#BAC4D5
(186,196,213)
#C9D1DF
(201,209,223)
#D8DEE9
(216,222,233)
#E7EBF3
(231,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51698F color. Also use rgb(81,105,143) instead hex code.

Text Font Color

.myTextColor { color: #51698F; }

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

This text font color is #51698F.


Background Color

.myBgColor { background-color: #51698F; }

<div style="background-color:#51698F">Inner text</div>

This div background color is #51698F.


Border color

.myBorderColor { border: 1px solid #51698F; }

<div style="border:3px solid #51698F">Div</div>

This div border color is #51698F.


Opacity

.myOpacity80 { color: #51698F; opacity: 0.8; }

<p style="color:#51698F;opacity:0.8;">80%</p>

Text with #51698F 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 #51698F;}

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

This text has shadow with #51698F color.

.textShadow {text-shadow: 3px 3px 1px #51698F, 3px 3px 1px red;}

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

This text has shadow with #51698F primary color and red secondary color.


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

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

This text has shadow with #51698F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51698F on black background.


Color preview on white background

This text has color #51698F on white background.



Black color preview on #51698F background

This text has black color on #51698F background.


White color preview on #51698F background

This text has white color on #51698F background.