COLOR #51998C

HEX: #51998C RGB: (81,153,140)

Color info

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

RGB color model

#51998C color RGB value is (81,153,140).

RGB: (81,153,140) (32%, 60%, 55%)

RGB channels and saturation

R 81 of 255 = 32%
G 153 of 255 = 60%
B 140 of 255 = 55%

81
153
140

R + G + B ~ 49%. #51998C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 153 + 140 = 374 (100%)
R 81 of 374 ~ 21.66%
G 153 of 374 ~ 40.91%
B 140 of 374 ~ 37.43'%

%21.66
%40.91
%37.43

CMYK color model

#51998C color CMYK value is (47,0,8,40).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 40.00%

CMYK: (47,0,8,40)
C47M0Y8K40 (47%, 0%, 8%, 40%)
(0.47 / 0.00 / 0.08 / 0.40)

CMYK percentages

%47.06
%0
%8.5
%40

Codes

Color #51998C in popluar color models

51 99 8C
RGB 81 153 140
HSL 169° 30.77% 45.88%
HSB/HSV 169° 47.06% 60.00%
CMYK 47.06% 0.00% 8.50%
40.00%

Color #51998C in popluar number systems.

HEX 51 99 8C
Decimal 81 153 140
Binary 1010001 10011001 10001100
Octal 121 231 214

Shades and tints

Shades of #51998C

#51998C
(81,153,140)
#4A8C80
(74,140,128)
#437F74
(67,127,116)
#3C7268
(60,114,104)
#35655C
(53,101,92)
#2E5850
(46,88,80)
#274B44
(39,75,68)
#203E38
(32,62,56)
#19312C
(25,49,44)
#122420
(18,36,32)
#0B1714
(11,23,20)
#000000
(0,0,0)

Tints of #51998C

#51998C
(81,153,140)
#60A296
(96,162,150)
#6FABA0
(111,171,160)
#7EB4AA
(126,180,170)
#8DBDB4
(141,189,180)
#9CC6BE
(156,198,190)
#ABCFC8
(171,207,200)
#BAD8D2
(186,216,210)
#C9E1DC
(201,225,220)
#D8EAE6
(216,234,230)
#E7F3F0
(231,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51998C color. Also use rgb(81,153,140) instead hex code.

Text Font Color

.myTextColor { color: #51998C; }

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

This text font color is #51998C.

Background Color

.myBgColor { background-color: #51998C; }

<div style="background-color:#51998C">Inner text</div>

This div background color is #51998C.

Border color

.myBorderColor { border: 1px solid #51998C; }

<div style="border:3px solid #51998C">Div</div>

This div border color is #51998C.

Opacity

.myOpacity80 { color: #51998C; opacity: 0.8; }

<p style="color:#51998C;opacity:0.8;">80%</p>

Text with #51998C 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 #51998C;}

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

This text has shadow with #51998C color.


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

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

This text has shadow with #51998C primary color and red secondary color.


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

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

This text has shadow with #51998C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #51998C.

Preview

Color preview on black background

This text has color #51998C on black background.


Color preview on white background

This text has color #51998C on white background.


Black color preview on #51998C background

This text has black color on #51998C background.


White color preview on #51998C background

This text has white color on #51998C background.


Related colors

Complementary color

Complementary color for #hex is #AE6673.


I love getcolorcode.com

Triadic colors

1 #8C5199 and #998C51 with #51998C are triadic colors.

2 #8C9951 and #99518C with #51998C are triadic colors.