COLOR #51679C

HEX: #51679C RGB: (81,103,156)

Color info

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

RGB color model

#51679C color RGB value is (81,103,156).

RGB: (81,103,156) (32%, 40%, 61%)

RGB channels and saturation

R 81 of 255 = 32%
G 103 of 255 = 40%
B 156 of 255 = 61%

81
103
156

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

Portions of RGB colors in percentages

R + G + B = 81 + 103 + 156 = 340 (100%)
R 81 of 340 ~ 23.82%
G 103 of 340 ~ 30.29%
B 156 of 340 ~ 45.88'%

%23.82
%30.29
%45.88

CMYK color model

#51679C color CMYK value is (48,34,0,39).

  • cyan value is 48.08%
  • magenta value is 33.97%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (48,34,0,39)
C48M34Y0K39 (48%, 34%, 0%, 39%)
(0.48 / 0.34 / 0.00 / 0.39)

CMYK percentages

%48.08
%33.97
%0
%38.82

Codes

Color #51679C in popluar color models

51 67 9C
RGB 81 103 156
HSL 222° 31.65% 46.47%
HSB/HSV 222° 48.08% 61.18%
CMYK 48.08% 33.97% 0.00%
38.82%

Color #51679C in popluar number systems.

HEX 51 67 9C
Decimal 81 103 156
Binary 1010001 1100111 10011100
Octal 121 147 234

Shades and tints

Shades of #51679C

#51679C
(81,103,156)
#4A5E8E
(74,94,142)
#435580
(67,85,128)
#3C4C72
(60,76,114)
#354364
(53,67,100)
#2E3A56
(46,58,86)
#273148
(39,49,72)
#20283A
(32,40,58)
#191F2C
(25,31,44)
#12161E
(18,22,30)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #51679C

#51679C
(81,103,156)
#6074A5
(96,116,165)
#6F81AE
(111,129,174)
#7E8EB7
(126,142,183)
#8D9BC0
(141,155,192)
#9CA8C9
(156,168,201)
#ABB5D2
(171,181,210)
#BAC2DB
(186,194,219)
#C9CFE4
(201,207,228)
#D8DCED
(216,220,237)
#E7E9F6
(231,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51679C; }

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

This text font color is #51679C.

Background Color

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

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

This div background color is #51679C.

Border color

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

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

This div border color is #51679C.

Opacity

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

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

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

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

This text has shadow with #51679C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51679C.

Preview

Color preview on black background

This text has color #51679C on black background.


Color preview on white background

This text has color #51679C on white background.


Black color preview on #51679C background

This text has black color on #51679C background.


White color preview on #51679C background

This text has white color on #51679C background.


Related colors

Complementary color

Complementary color for #hex is #AE9863.


I love getcolorcode.com

Triadic colors

1 #9C5167 and #679C51 with #51679C are triadic colors.

2 #9C6751 and #67519C with #51679C are triadic colors.