COLOR #51637B

HEX: #51637B
RGB: (81,99,123)

Color info

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

RGB color model

#51637B color RGB value is (81,99,123).

  • red value is 81;
  • green value is 99;
  • blue value is 123.
RGB:
(81,99,123)
(32%,39%,48%)

RGB channels and saturation

R 81 of 255 = 32%
G 99 of 255 = 39%
B 123 of 255 = 48%

81
99
123

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

Portions of RGB colors in percentages

R + G + B =
81 + 99 + 123 = 303 (100%)
R 81 of 303 ~ 26.73%
G 99 of 303 ~ 32.67%
B 123 of 303 ~ 40.59%

%26.73
%32.67
%40.59

CMYK color model

#51637B color CMYK value is (34,20,0,52).

  • cyan value is 34.15%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(34,20,0,52)
C34M20Y0K52 
(34%,20%,0%,52%)
(0.34/0.20/0.00/0.52)	

CMYK percentages

%34.15
%19.51
%0
%51.76

Codes

Color #51637B in popluar color models

51637B
RGB8199123
HSL214°20.59%40.00%
HSB/HSV214°34.15%48.24%
CMYK34.15%19.51%0.00%
51.76%

Color #51637B in popluar number systems.

HEX51637B
Decimal8199123
Binary101000111000111111011
Octal121143173

Shades and tints

Shades of #51637B

#51637B
(81,99,123)
#4A5A70
(74,90,112)
#435165
(67,81,101)
#3C485A
(60,72,90)
#353F4F
(53,63,79)
#2E3644
(46,54,68)
#272D39
(39,45,57)
#20242E
(32,36,46)
#191B23
(25,27,35)
#121218
(18,18,24)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #51637B

#51637B
(81,99,123)
#607187
(96,113,135)
#6F7F93
(111,127,147)
#7E8D9F
(126,141,159)
#8D9BAB
(141,155,171)
#9CA9B7
(156,169,183)
#ABB7C3
(171,183,195)
#BAC5CF
(186,197,207)
#C9D3DB
(201,211,219)
#D8E1E7
(216,225,231)
#E7EFF3
(231,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51637B color. Also use rgb(81,99,123) instead hex code.

Text Font Color

.myTextColor { color: #51637B; }

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

This text font color is #51637B.


Background Color

.myBgColor { background-color: #51637B; }

<div style="background-color:#51637B">Inner text</div>

This div background color is #51637B.


Border color

.myBorderColor { border: 1px solid #51637B; }

<div style="border:3px solid #51637B">Div</div>

This div border color is #51637B.


Opacity

.myOpacity80 { color: #51637B; opacity: 0.8; }

<p style="color:#51637B;opacity:0.8;">80%</p>

Text with #51637B 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 #51637B;}

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

This text has shadow with #51637B color.

.textShadow {text-shadow: 3px 3px 1px #51637B, 3px 3px 1px red;}

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

This text has shadow with #51637B primary color and red secondary color.


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

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

This text has shadow with #51637B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51637B on black background.


Color preview on white background

This text has color #51637B on white background.



Black color preview on #51637B background

This text has black color on #51637B background.


White color preview on #51637B background

This text has white color on #51637B background.