COLOR #51759C

HEX: #51759C
RGB: (81,117,156)

Color info

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

RGB color model

#51759C color RGB value is (81,117,156).

  • red value is 81;
  • green value is 117;
  • blue value is 156.
RGB:
(81,117,156)
(32%,46%,61%)

RGB channels and saturation

R 81 of 255 = 32%
G 117 of 255 = 46%
B 156 of 255 = 61%

81
117
156

R + G + B ~ 46%. #51759C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 117 + 156 = 354 (100%)
R 81 of 354 ~ 22.88%
G 117 of 354 ~ 33.05%
B 156 of 354 ~ 44.07%

%22.88
%33.05
%44.07

CMYK color model

#51759C color CMYK value is (48,25,0,39).

  • cyan value is 48.08%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(48,25,0,39)
C48M25Y0K39 
(48%,25%,0%,39%)
(0.48/0.25/0.00/0.39)	

CMYK percentages

%48.08
%25
%0
%38.82

Codes

Color #51759C in popluar color models

51759C
RGB81117156
HSL211°31.65%46.47%
HSB/HSV211°48.08%61.18%
CMYK48.08%25.00%0.00%
38.82%

Color #51759C in popluar number systems.

HEX51759C
Decimal81117156
Binary1010001111010110011100
Octal121165234

Shades and tints

Shades of #51759C

#51759C
(81,117,156)
#4A6B8E
(74,107,142)
#436180
(67,97,128)
#3C5772
(60,87,114)
#354D64
(53,77,100)
#2E4356
(46,67,86)
#273948
(39,57,72)
#202F3A
(32,47,58)
#19252C
(25,37,44)
#121B1E
(18,27,30)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #51759C

#51759C
(81,117,156)
#6081A5
(96,129,165)
#6F8DAE
(111,141,174)
#7E99B7
(126,153,183)
#8DA5C0
(141,165,192)
#9CB1C9
(156,177,201)
#ABBDD2
(171,189,210)
#BAC9DB
(186,201,219)
#C9D5E4
(201,213,228)
#D8E1ED
(216,225,237)
#E7EDF6
(231,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51759C color. Also use rgb(81,117,156) instead hex code.

Text Font Color

.myTextColor { color: #51759C; }

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

This text font color is #51759C.


Background Color

.myBgColor { background-color: #51759C; }

<div style="background-color:#51759C">Inner text</div>

This div background color is #51759C.


Border color

.myBorderColor { border: 1px solid #51759C; }

<div style="border:3px solid #51759C">Div</div>

This div border color is #51759C.


Opacity

.myOpacity80 { color: #51759C; opacity: 0.8; }

<p style="color:#51759C;opacity:0.8;">80%</p>

Text with #51759C 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 #51759C;}

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

This text has shadow with #51759C color.

.textShadow {text-shadow: 3px 3px 1px #51759C, 3px 3px 1px red;}

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

This text has shadow with #51759C primary color and red secondary color.


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

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

This text has shadow with #51759C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51759C on black background.


Color preview on white background

This text has color #51759C on white background.



Black color preview on #51759C background

This text has black color on #51759C background.


White color preview on #51759C background

This text has white color on #51759C background.