COLOR #51878B

HEX: #51878B
RGB: (81,135,139)

Color info

#51878B contains red, green and blue colors in about the same proportion. Web safe color of #51878B is #669999 (or #699).

RGB color model

#51878B color RGB value is (81,135,139).

  • red value is 81;
  • green value is 135;
  • blue value is 139.
RGB:
(81,135,139)
(32%,53%,55%)

RGB channels and saturation

R 81 of 255 = 32%
G 135 of 255 = 53%
B 139 of 255 = 55%

81
135
139

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

Portions of RGB colors in percentages

R + G + B =
81 + 135 + 139 = 355 (100%)
R 81 of 355 ~ 22.82%
G 135 of 355 ~ 38.03%
B 139 of 355 ~ 39.15%

%22.82
%38.03
%39.15

CMYK color model

#51878B color CMYK value is (42,3,0,45).

  • cyan value is 41.73%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(42,3,0,45)
C42M3Y0K45 
(42%,3%,0%,45%)
(0.42/0.03/0.00/0.45)	

CMYK percentages

%41.73
%2.88
%0
%45.49

Codes

Color #51878B in popluar color models

51878B
RGB81135139
HSL184°26.36%43.14%
HSB/HSV184°41.73%54.51%
CMYK41.73%2.88%0.00%
45.49%

Color #51878B in popluar number systems.

HEX51878B
Decimal81135139
Binary10100011000011110001011
Octal121207213

Shades and tints

Shades of #51878B

#51878B
(81,135,139)
#4A7B7F
(74,123,127)
#436F73
(67,111,115)
#3C6367
(60,99,103)
#35575B
(53,87,91)
#2E4B4F
(46,75,79)
#273F43
(39,63,67)
#203337
(32,51,55)
#19272B
(25,39,43)
#121B1F
(18,27,31)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #51878B

#51878B
(81,135,139)
#609195
(96,145,149)
#6F9B9F
(111,155,159)
#7EA5A9
(126,165,169)
#8DAFB3
(141,175,179)
#9CB9BD
(156,185,189)
#ABC3C7
(171,195,199)
#BACDD1
(186,205,209)
#C9D7DB
(201,215,219)
#D8E1E5
(216,225,229)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51878B color. Also use rgb(81,135,139) instead hex code.

Text Font Color

.myTextColor { color: #51878B; }

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

This text font color is #51878B.


Background Color

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

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

This div background color is #51878B.


Border color

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

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

This div border color is #51878B.


Opacity

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

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

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

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

This text has shadow with #51878B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51878B on black background.


Color preview on white background

This text has color #51878B on white background.



Black color preview on #51878B background

This text has black color on #51878B background.


White color preview on #51878B background

This text has white color on #51878B background.