COLOR #51647C

HEX: #51647C
RGB: (81,100,124)

Color info

#51647C contains red, green and blue colors in about the same proportion. Web safe color of #51647C is #666666 (or #666).

RGB color model

#51647C color RGB value is (81,100,124).

  • red value is 81;
  • green value is 100;
  • blue value is 124.
RGB:
(81,100,124)
(32%,39%,49%)

RGB channels and saturation

R 81 of 255 = 32%
G 100 of 255 = 39%
B 124 of 255 = 49%

81
100
124

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

Portions of RGB colors in percentages

R + G + B =
81 + 100 + 124 = 305 (100%)
R 81 of 305 ~ 26.56%
G 100 of 305 ~ 32.79%
B 124 of 305 ~ 40.66%

%26.56
%32.79
%40.66

CMYK color model

#51647C color CMYK value is (35,19,0,51).

  • cyan value is 34.68%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(35,19,0,51)
C35M19Y0K51 
(35%,19%,0%,51%)
(0.35/0.19/0.00/0.51)	

CMYK percentages

%34.68
%19.35
%0
%51.37

Codes

Color #51647C in popluar color models

51647C
RGB81100124
HSL213°20.98%40.20%
HSB/HSV213°34.68%48.63%
CMYK34.68%19.35%0.00%
51.37%

Color #51647C in popluar number systems.

HEX51647C
Decimal81100124
Binary101000111001001111100
Octal121144174

Shades and tints

Shades of #51647C

#51647C
(81,100,124)
#4A5B71
(74,91,113)
#435266
(67,82,102)
#3C495B
(60,73,91)
#354050
(53,64,80)
#2E3745
(46,55,69)
#272E3A
(39,46,58)
#20252F
(32,37,47)
#191C24
(25,28,36)
#121319
(18,19,25)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #51647C

#51647C
(81,100,124)
#607287
(96,114,135)
#6F8092
(111,128,146)
#7E8E9D
(126,142,157)
#8D9CA8
(141,156,168)
#9CAAB3
(156,170,179)
#ABB8BE
(171,184,190)
#BAC6C9
(186,198,201)
#C9D4D4
(201,212,212)
#D8E2DF
(216,226,223)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51647C color. Also use rgb(81,100,124) instead hex code.

Text Font Color

.myTextColor { color: #51647C; }

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

This text font color is #51647C.


Background Color

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

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

This div background color is #51647C.


Border color

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

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

This div border color is #51647C.


Opacity

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

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

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

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

This text has shadow with #51647C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51647C on black background.


Color preview on white background

This text has color #51647C on white background.



Black color preview on #51647C background

This text has black color on #51647C background.


White color preview on #51647C background

This text has white color on #51647C background.