COLOR #51727B

HEX: #51727B
RGB: (81,114,123)

Color info

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

RGB color model

#51727B color RGB value is (81,114,123).

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

RGB channels and saturation

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

81
114
123

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

Portions of RGB colors in percentages

R + G + B =
81 + 114 + 123 = 318 (100%)
R 81 of 318 ~ 25.47%
G 114 of 318 ~ 35.85%
B 123 of 318 ~ 38.68%

%25.47
%35.85
%38.68

CMYK color model

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

  • cyan value is 34.15%
  • magenta value is 7.32%
  • 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
%7.32
%0
%51.76

Codes

Color #51727B in popluar color models

51727B
RGB81114123
HSL193°20.59%40.00%
HSB/HSV193°34.15%48.24%
CMYK34.15%7.32%0.00%
51.76%

Color #51727B in popluar number systems.

HEX51727B
Decimal81114123
Binary101000111100101111011
Octal121162173

Shades and tints

Shades of #51727B

#51727B
(81,114,123)
#4A6870
(74,104,112)
#435E65
(67,94,101)
#3C545A
(60,84,90)
#354A4F
(53,74,79)
#2E4044
(46,64,68)
#273639
(39,54,57)
#202C2E
(32,44,46)
#192223
(25,34,35)
#121818
(18,24,24)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #51727B

#51727B
(81,114,123)
#607E87
(96,126,135)
#6F8A93
(111,138,147)
#7E969F
(126,150,159)
#8DA2AB
(141,162,171)
#9CAEB7
(156,174,183)
#ABBAC3
(171,186,195)
#BAC6CF
(186,198,207)
#C9D2DB
(201,210,219)
#D8DEE7
(216,222,231)
#E7EAF3
(231,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51727B; }

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

This text font color is #51727B.


Background Color

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

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

This div background color is #51727B.


Border color

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

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

This div border color is #51727B.


Opacity

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

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

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

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

This text has shadow with #51727B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51727B on black background.


Color preview on white background

This text has color #51727B on white background.



Black color preview on #51727B background

This text has black color on #51727B background.


White color preview on #51727B background

This text has white color on #51727B background.