COLOR #51737B

HEX: #51737B
RGB: (81,115,123)

Color info

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

RGB color model

#51737B color RGB value is (81,115,123).

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

RGB channels and saturation

R 81 of 255 = 32%
G 115 of 255 = 45%
B 123 of 255 = 48%

81
115
123

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

Portions of RGB colors in percentages

R + G + B =
81 + 115 + 123 = 319 (100%)
R 81 of 319 ~ 25.39%
G 115 of 319 ~ 36.05%
B 123 of 319 ~ 38.56%

%25.39
%36.05
%38.56

CMYK color model

#51737B color CMYK value is (34,7,0,52).

  • cyan value is 34.15%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(34,7,0,52)
C34M7Y0K52 
(34%,7%,0%,52%)
(0.34/0.07/0.00/0.52)	

CMYK percentages

%34.15
%6.5
%0
%51.76

Codes

Color #51737B in popluar color models

51737B
RGB81115123
HSL191°20.59%40.00%
HSB/HSV191°34.15%48.24%
CMYK34.15%6.50%0.00%
51.76%

Color #51737B in popluar number systems.

HEX51737B
Decimal81115123
Binary101000111100111111011
Octal121163173

Shades and tints

Shades of #51737B

#51737B
(81,115,123)
#4A6970
(74,105,112)
#435F65
(67,95,101)
#3C555A
(60,85,90)
#354B4F
(53,75,79)
#2E4144
(46,65,68)
#273739
(39,55,57)
#202D2E
(32,45,46)
#192323
(25,35,35)
#121918
(18,25,24)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #51737B

#51737B
(81,115,123)
#607F87
(96,127,135)
#6F8B93
(111,139,147)
#7E979F
(126,151,159)
#8DA3AB
(141,163,171)
#9CAFB7
(156,175,183)
#ABBBC3
(171,187,195)
#BAC7CF
(186,199,207)
#C9D3DB
(201,211,219)
#D8DFE7
(216,223,231)
#E7EBF3
(231,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51737B; }

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

This text font color is #51737B.


Background Color

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

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

This div background color is #51737B.


Border color

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

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

This div border color is #51737B.


Opacity

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

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

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

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

This text has shadow with #51737B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51737B on black background.


Color preview on white background

This text has color #51737B on white background.



Black color preview on #51737B background

This text has black color on #51737B background.


White color preview on #51737B background

This text has white color on #51737B background.