COLOR #47AC99

HEX: #47AC99
RGB: (71,172,153)

Color info

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

RGB color model

#47AC99 color RGB value is (71,172,153).

  • red value is 71;
  • green value is 172;
  • blue value is 153.
RGB:
(71,172,153)
(28%,67%,60%)

RGB channels and saturation

R 71 of 255 = 28%
G 172 of 255 = 67%
B 153 of 255 = 60%

71
172
153

R + G + B ~ 52%. #47AC99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 172 + 153 = 396 (100%)
R 71 of 396 ~ 17.93%
G 172 of 396 ~ 43.43%
B 153 of 396 ~ 38.64%

%17.93
%43.43
%38.64

CMYK color model

#47AC99 color CMYK value is (59,0,11,33).

  • cyan value is 58.72%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK:
(59,0,11,33)
C59M0Y11K33 
(59%,0%,11%,33%)
(0.59/0.00/0.11/0.33)	

CMYK percentages

%58.72
%0
%11.05
%32.55

Codes

Color #47AC99 in popluar color models

47AC99
RGB71172153
HSL169°41.56%47.65%
HSB/HSV169°58.72%67.45%
CMYK58.72%0.00%11.05%
32.55%

Color #47AC99 in popluar number systems.

HEX47AC99
Decimal71172153
Binary10001111010110010011001
Octal107254231

Shades and tints

Shades of #47AC99

#47AC99
(71,172,153)
#419D8C
(65,157,140)
#3B8E7F
(59,142,127)
#357F72
(53,127,114)
#2F7065
(47,112,101)
#296158
(41,97,88)
#23524B
(35,82,75)
#1D433E
(29,67,62)
#173431
(23,52,49)
#112524
(17,37,36)
#0B1617
(11,22,23)
#000000
(0,0,0)

Tints of #47AC99

#47AC99
(71,172,153)
#57B3A2
(87,179,162)
#67BAAB
(103,186,171)
#77C1B4
(119,193,180)
#87C8BD
(135,200,189)
#97CFC6
(151,207,198)
#A7D6CF
(167,214,207)
#B7DDD8
(183,221,216)
#C7E4E1
(199,228,225)
#D7EBEA
(215,235,234)
#E7F2F3
(231,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47AC99 color. Also use rgb(71,172,153) instead hex code.

Text Font Color

.myTextColor { color: #47AC99; }

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

This text font color is #47AC99.


Background Color

.myBgColor { background-color: #47AC99; }

<div style="background-color:#47AC99">Inner text</div>

This div background color is #47AC99.


Border color

.myBorderColor { border: 1px solid #47AC99; }

<div style="border:3px solid #47AC99">Div</div>

This div border color is #47AC99.


Opacity

.myOpacity80 { color: #47AC99; opacity: 0.8; }

<p style="color:#47AC99;opacity:0.8;">80%</p>

Text with #47AC99 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 #47AC99;}

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

This text has shadow with #47AC99 color.

.textShadow {text-shadow: 3px 3px 1px #47AC99, 3px 3px 1px red;}

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

This text has shadow with #47AC99 primary color and red secondary color.


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

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

This text has shadow with #47AC99 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AC99 on black background.


Color preview on white background

This text has color #47AC99 on white background.



Black color preview on #47AC99 background

This text has black color on #47AC99 background.


White color preview on #47AC99 background

This text has white color on #47AC99 background.