COLOR #51798E

HEX: #51798E
RGB: (81,121,142)

Color info

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

RGB color model

#51798E color RGB value is (81,121,142).

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

RGB channels and saturation

R 81 of 255 = 32%
G 121 of 255 = 47%
B 142 of 255 = 56%

81
121
142

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

Portions of RGB colors in percentages

R + G + B =
81 + 121 + 142 = 344 (100%)
R 81 of 344 ~ 23.55%
G 121 of 344 ~ 35.17%
B 142 of 344 ~ 41.28%

%23.55
%35.17
%41.28

CMYK color model

#51798E color CMYK value is (43,15,0,44).

  • cyan value is 42.96%
  • magenta value is 14.79%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(43,15,0,44)
C43M15Y0K44 
(43%,15%,0%,44%)
(0.43/0.15/0.00/0.44)	

CMYK percentages

%42.96
%14.79
%0
%44.31

Codes

Color #51798E in popluar color models

51798E
RGB81121142
HSL201°27.35%43.73%
HSB/HSV201°42.96%55.69%
CMYK42.96%14.79%0.00%
44.31%

Color #51798E in popluar number systems.

HEX51798E
Decimal81121142
Binary1010001111100110001110
Octal121171216

Shades and tints

Shades of #51798E

#51798E
(81,121,142)
#4A6E82
(74,110,130)
#436376
(67,99,118)
#3C586A
(60,88,106)
#354D5E
(53,77,94)
#2E4252
(46,66,82)
#273746
(39,55,70)
#202C3A
(32,44,58)
#19212E
(25,33,46)
#121622
(18,22,34)
#0B0B16
(11,11,22)
#000000
(0,0,0)

Tints of #51798E

#51798E
(81,121,142)
#608598
(96,133,152)
#6F91A2
(111,145,162)
#7E9DAC
(126,157,172)
#8DA9B6
(141,169,182)
#9CB5C0
(156,181,192)
#ABC1CA
(171,193,202)
#BACDD4
(186,205,212)
#C9D9DE
(201,217,222)
#D8E5E8
(216,229,232)
#E7F1F2
(231,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51798E; }

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

This text font color is #51798E.


Background Color

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

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

This div background color is #51798E.


Border color

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

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

This div border color is #51798E.


Opacity

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

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

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

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

This text has shadow with #51798E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51798E on black background.


Color preview on white background

This text has color #51798E on white background.



Black color preview on #51798E background

This text has black color on #51798E background.


White color preview on #51798E background

This text has white color on #51798E background.