COLOR #51817B

HEX: #51817B RGB: (81,129,123)

Color info

#51817B contains red, green and blue colors in about the same proportion. Web safe color of #51817B is #669966 (or #696).

RGB color model

#51817B color RGB value is (81,129,123).

RGB: (81,129,123) (32%, 51%, 48%)

RGB channels and saturation

R 81 of 255 = 32%
G 129 of 255 = 51%
B 123 of 255 = 48%

81
129
123

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

Portions of RGB colors in percentages

R + G + B = 81 + 129 + 123 = 333 (100%)
R 81 of 333 ~ 24.32%
G 129 of 333 ~ 38.74%
B 123 of 333 ~ 36.94'%

%24.32
%38.74
%36.94

CMYK color model

#51817B color CMYK value is (37,0,5,49).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 49.41%

CMYK: (37,0,5,49)
C37M0Y5K49 (37%, 0%, 5%, 49%)
(0.37 / 0.00 / 0.05 / 0.49)

CMYK percentages

%37.21
%0
%4.65
%49.41

Codes

Color #51817B in popluar color models

51 81 7B
RGB 81 129 123
HSL 173° 22.86% 41.18%
HSB/HSV 173° 37.21% 50.59%
CMYK 37.21% 0.00% 4.65%
49.41%

Color #51817B in popluar number systems.

HEX 51 81 7B
Decimal 81 129 123
Binary 1010001 10000001 1111011
Octal 121 201 173

Shades and tints

Shades of #51817B

#51817B
(81,129,123)
#4A7670
(74,118,112)
#436B65
(67,107,101)
#3C605A
(60,96,90)
#35554F
(53,85,79)
#2E4A44
(46,74,68)
#273F39
(39,63,57)
#20342E
(32,52,46)
#192923
(25,41,35)
#121E18
(18,30,24)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #51817B

#51817B
(81,129,123)
#608C87
(96,140,135)
#6F9793
(111,151,147)
#7EA29F
(126,162,159)
#8DADAB
(141,173,171)
#9CB8B7
(156,184,183)
#ABC3C3
(171,195,195)
#BACECF
(186,206,207)
#C9D9DB
(201,217,219)
#D8E4E7
(216,228,231)
#E7EFF3
(231,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51817B; }

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

This text font color is #51817B.

Background Color

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

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

This div background color is #51817B.

Border color

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

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

This div border color is #51817B.

Opacity

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

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

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

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

This text has shadow with #51817B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51817B.

Preview

Color preview on black background

This text has color #51817B on black background.


Color preview on white background

This text has color #51817B on white background.


Black color preview on #51817B background

This text has black color on #51817B background.


White color preview on #51817B background

This text has white color on #51817B background.


Related colors

Complementary color

Complementary color for #hex is #AE7E84.


I love getcolorcode.com

Triadic colors

1 #7B5181 and #817B51 with #51817B are triadic colors.

2 #7B8151 and #81517B with #51817B are triadic colors.