COLOR #47998C

HEX: #47998C RGB: (71,153,140)

Color info

#47998C contains mainly green and blue colors. Web safe color of #47998C is #339999 (or #399).

RGB color model

#47998C color RGB value is (71,153,140).

RGB: (71,153,140) (28%, 60%, 55%)

RGB channels and saturation

R 71 of 255 = 28%
G 153 of 255 = 60%
B 140 of 255 = 55%

71
153
140

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

Portions of RGB colors in percentages

R + G + B = 71 + 153 + 140 = 364 (100%)
R 71 of 364 ~ 19.51%
G 153 of 364 ~ 42.03%
B 140 of 364 ~ 38.46'%

%19.51
%42.03
%38.46

CMYK color model

#47998C color CMYK value is (54,0,8,40).

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

CMYK: (54,0,8,40)
C54M0Y8K40 (54%, 0%, 8%, 40%)
(0.54 / 0.00 / 0.08 / 0.40)

CMYK percentages

%53.59
%0
%8.5
%40

Codes

Color #47998C in popluar color models

47 99 8C
RGB 71 153 140
HSL 170° 36.61% 43.92%
HSB/HSV 170° 53.59% 60.00%
CMYK 53.59% 0.00% 8.50%
40.00%

Color #47998C in popluar number systems.

HEX 47 99 8C
Decimal 71 153 140
Binary 1000111 10011001 10001100
Octal 107 231 214

Shades and tints

Shades of #47998C

#47998C
(71,153,140)
#418C80
(65,140,128)
#3B7F74
(59,127,116)
#357268
(53,114,104)
#2F655C
(47,101,92)
#295850
(41,88,80)
#234B44
(35,75,68)
#1D3E38
(29,62,56)
#17312C
(23,49,44)
#112420
(17,36,32)
#0B1714
(11,23,20)
#000000
(0,0,0)

Tints of #47998C

#47998C
(71,153,140)
#57A296
(87,162,150)
#67ABA0
(103,171,160)
#77B4AA
(119,180,170)
#87BDB4
(135,189,180)
#97C6BE
(151,198,190)
#A7CFC8
(167,207,200)
#B7D8D2
(183,216,210)
#C7E1DC
(199,225,220)
#D7EAE6
(215,234,230)
#E7F3F0
(231,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47998C; }

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

This text font color is #47998C.

Background Color

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

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

This div background color is #47998C.

Border color

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

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

This div border color is #47998C.

Opacity

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

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

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

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

This text has shadow with #47998C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47998C.

Preview

Color preview on black background

This text has color #47998C on black background.


Color preview on white background

This text has color #47998C on white background.


Black color preview on #47998C background

This text has black color on #47998C background.


White color preview on #47998C background

This text has white color on #47998C background.


Related colors

Complementary color

Complementary color for #hex is #B86673.


I love getcolorcode.com

Triadic colors

1 #8C4799 and #998C47 with #47998C are triadic colors.

2 #8C9947 and #99478C with #47998C are triadic colors.