COLOR #51818D

HEX: #51818D
RGB: (81,129,141)

Color info

#51818D contains mainly green and blue colors. Web safe color of #51818D is #669999 (or #699).

RGB color model

#51818D color RGB value is (81,129,141).

  • red value is 81;
  • green value is 129;
  • blue value is 141.
RGB:
(81,129,141)
(32%,51%,55%)

RGB channels and saturation

R 81 of 255 = 32%
G 129 of 255 = 51%
B 141 of 255 = 55%

81
129
141

R + G + B ~ 46%. #51818D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 129 + 141 = 351 (100%)
R 81 of 351 ~ 23.08%
G 129 of 351 ~ 36.75%
B 141 of 351 ~ 40.17%

%23.08
%36.75
%40.17

CMYK color model

#51818D color CMYK value is (43,9,0,45).

  • cyan value is 42.55%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(43,9,0,45)
C43M9Y0K45 
(43%,9%,0%,45%)
(0.43/0.09/0.00/0.45)	

CMYK percentages

%42.55
%8.51
%0
%44.71

Codes

Color #51818D in popluar color models

51818D
RGB81129141
HSL192°27.03%43.53%
HSB/HSV192°42.55%55.29%
CMYK42.55%8.51%0.00%
44.71%

Color #51818D in popluar number systems.

HEX51818D
Decimal81129141
Binary10100011000000110001101
Octal121201215

Shades and tints

Shades of #51818D

#51818D
(81,129,141)
#4A7681
(74,118,129)
#436B75
(67,107,117)
#3C6069
(60,96,105)
#35555D
(53,85,93)
#2E4A51
(46,74,81)
#273F45
(39,63,69)
#203439
(32,52,57)
#19292D
(25,41,45)
#121E21
(18,30,33)
#0B1315
(11,19,21)
#000000
(0,0,0)

Tints of #51818D

#51818D
(81,129,141)
#608C97
(96,140,151)
#6F97A1
(111,151,161)
#7EA2AB
(126,162,171)
#8DADB5
(141,173,181)
#9CB8BF
(156,184,191)
#ABC3C9
(171,195,201)
#BACED3
(186,206,211)
#C9D9DD
(201,217,221)
#D8E4E7
(216,228,231)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51818D color. Also use rgb(81,129,141) instead hex code.

Text Font Color

.myTextColor { color: #51818D; }

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

This text font color is #51818D.


Background Color

.myBgColor { background-color: #51818D; }

<div style="background-color:#51818D">Inner text</div>

This div background color is #51818D.


Border color

.myBorderColor { border: 1px solid #51818D; }

<div style="border:3px solid #51818D">Div</div>

This div border color is #51818D.


Opacity

.myOpacity80 { color: #51818D; opacity: 0.8; }

<p style="color:#51818D;opacity:0.8;">80%</p>

Text with #51818D 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 #51818D;}

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

This text has shadow with #51818D color.

.textShadow {text-shadow: 3px 3px 1px #51818D, 3px 3px 1px red;}

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

This text has shadow with #51818D primary color and red secondary color.


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

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

This text has shadow with #51818D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51818D on black background.


Color preview on white background

This text has color #51818D on white background.



Black color preview on #51818D background

This text has black color on #51818D background.


White color preview on #51818D background

This text has white color on #51818D background.