COLOR #51838F

HEX: #51838F RGB: (81,131,143)

Color info

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

RGB color model

#51838F color RGB value is (81,131,143).

RGB: (81,131,143) (32%, 51%, 56%)

RGB channels and saturation

R 81 of 255 = 32%
G 131 of 255 = 51%
B 143 of 255 = 56%

81
131
143

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

Portions of RGB colors in percentages

R + G + B = 81 + 131 + 143 = 355 (100%)
R 81 of 355 ~ 22.82%
G 131 of 355 ~ 36.9%
B 143 of 355 ~ 40.28'%

%22.82
%36.9
%40.28

CMYK color model

#51838F color CMYK value is (43,8,0,44).

  • cyan value is 43.36%
  • magenta value is 8.39%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (43,8,0,44)
C43M8Y0K44 (43%, 8%, 0%, 44%)
(0.43 / 0.08 / 0.00 / 0.44)

CMYK percentages

%43.36
%8.39
%0
%43.92

Codes

Color #51838F in popluar color models

51 83 8F
RGB 81 131 143
HSL 192° 27.68% 43.92%
HSB/HSV 192° 43.36% 56.08%
CMYK 43.36% 8.39% 0.00%
43.92%

Color #51838F in popluar number systems.

HEX 51 83 8F
Decimal 81 131 143
Binary 1010001 10000011 10001111
Octal 121 203 217

Shades and tints

Shades of #51838F

#51838F
(81,131,143)
#4A7882
(74,120,130)
#436D75
(67,109,117)
#3C6268
(60,98,104)
#35575B
(53,87,91)
#2E4C4E
(46,76,78)
#274141
(39,65,65)
#203634
(32,54,52)
#192B27
(25,43,39)
#12201A
(18,32,26)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #51838F

#51838F
(81,131,143)
#608E99
(96,142,153)
#6F99A3
(111,153,163)
#7EA4AD
(126,164,173)
#8DAFB7
(141,175,183)
#9CBAC1
(156,186,193)
#ABC5CB
(171,197,203)
#BAD0D5
(186,208,213)
#C9DBDF
(201,219,223)
#D8E6E9
(216,230,233)
#E7F1F3
(231,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51838F color. Also use rgb(81,131,143) instead hex code.

Text Font Color

.myTextColor { color: #51838F; }

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

This text font color is #51838F.

Background Color

.myBgColor { background-color: #51838F; }

<div style="background-color:#51838F">Inner text</div>

This div background color is #51838F.

Border color

.myBorderColor { border: 1px solid #51838F; }

<div style="border:3px solid #51838F">Div</div>

This div border color is #51838F.

Opacity

.myOpacity80 { color: #51838F; opacity: 0.8; }

<p style="color:#51838F;opacity:0.8;">80%</p>

Text with #51838F 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 #51838F;}

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

This text has shadow with #51838F color.


.textShadow {text-shadow: 3px 3px 1px #51838F', 3px 3px 1px red;}

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

This text has shadow with #51838F primary color and red secondary color.


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

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

This text has shadow with #51838F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51838F; -webkit-box-shadow: 1px 1px 3px 2px #51838F; box-shadow:1px 1px 3px 2px #51838F;">
Div content here
</div>

This div box has shadow with color #51838F.

Preview

Color preview on black background

This text has color #51838F on black background.


Color preview on white background

This text has color #51838F on white background.


Black color preview on #51838F background

This text has black color on #51838F background.


White color preview on #51838F background

This text has white color on #51838F background.


Related colors

Complementary color

Complementary color for #hex is #AE7C70.


I love getcolorcode.com

Triadic colors

1 #8F5183 and #838F51 with #51838F are triadic colors.

2 #8F8351 and #83518F with #51838F are triadic colors.