COLOR #51787A

HEX: #51787A
RGB: (81,120,122)

Color info

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

RGB color model

#51787A color RGB value is (81,120,122).

  • red value is 81;
  • green value is 120;
  • blue value is 122.
RGB:
(81,120,122)
(32%,47%,48%)

RGB channels and saturation

R 81 of 255 = 32%
G 120 of 255 = 47%
B 122 of 255 = 48%

81
120
122

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

Portions of RGB colors in percentages

R + G + B =
81 + 120 + 122 = 323 (100%)
R 81 of 323 ~ 25.08%
G 120 of 323 ~ 37.15%
B 122 of 323 ~ 37.77%

%25.08
%37.15
%37.77

CMYK color model

#51787A color CMYK value is (34,2,0,52).

  • cyan value is 33.61%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(34,2,0,52)
C34M2Y0K52 
(34%,2%,0%,52%)
(0.34/0.02/0.00/0.52)	

CMYK percentages

%33.61
%1.64
%0
%52.16

Codes

Color #51787A in popluar color models

51787A
RGB81120122
HSL183°20.20%39.80%
HSB/HSV183°33.61%47.84%
CMYK33.61%1.64%0.00%
52.16%

Color #51787A in popluar number systems.

HEX51787A
Decimal81120122
Binary101000111110001111010
Octal121170172

Shades and tints

Shades of #51787A

#51787A
(81,120,122)
#4A6E6F
(74,110,111)
#436464
(67,100,100)
#3C5A59
(60,90,89)
#35504E
(53,80,78)
#2E4643
(46,70,67)
#273C38
(39,60,56)
#20322D
(32,50,45)
#192822
(25,40,34)
#121E17
(18,30,23)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #51787A

#51787A
(81,120,122)
#608486
(96,132,134)
#6F9092
(111,144,146)
#7E9C9E
(126,156,158)
#8DA8AA
(141,168,170)
#9CB4B6
(156,180,182)
#ABC0C2
(171,192,194)
#BACCCE
(186,204,206)
#C9D8DA
(201,216,218)
#D8E4E6
(216,228,230)
#E7F0F2
(231,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51787A color. Also use rgb(81,120,122) instead hex code.

Text Font Color

.myTextColor { color: #51787A; }

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

This text font color is #51787A.


Background Color

.myBgColor { background-color: #51787A; }

<div style="background-color:#51787A">Inner text</div>

This div background color is #51787A.


Border color

.myBorderColor { border: 1px solid #51787A; }

<div style="border:3px solid #51787A">Div</div>

This div border color is #51787A.


Opacity

.myOpacity80 { color: #51787A; opacity: 0.8; }

<p style="color:#51787A;opacity:0.8;">80%</p>

Text with #51787A 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 #51787A;}

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

This text has shadow with #51787A color.

.textShadow {text-shadow: 3px 3px 1px #51787A, 3px 3px 1px red;}

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

This text has shadow with #51787A primary color and red secondary color.


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

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

This text has shadow with #51787A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51787A on black background.


Color preview on white background

This text has color #51787A on white background.



Black color preview on #51787A background

This text has black color on #51787A background.


White color preview on #51787A background

This text has white color on #51787A background.