COLOR #47A28D

HEX: #47A28D RGB: (71,162,141)

Color info

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

RGB color model

#47A28D color RGB value is (71,162,141).

RGB: (71,162,141) (28%, 64%, 55%)

RGB channels and saturation

R 71 of 255 = 28%
G 162 of 255 = 64%
B 141 of 255 = 55%

71
162
141

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

Portions of RGB colors in percentages

R + G + B = 71 + 162 + 141 = 374 (100%)
R 71 of 374 ~ 18.98%
G 162 of 374 ~ 43.32%
B 141 of 374 ~ 37.7'%

%18.98
%43.32
%37.7

CMYK color model

#47A28D color CMYK value is (56,0,13,36).

  • cyan value is 56.17%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 36.47%
CMYK: (56,0,13,36) C56M0Y13K36 (56%,0%,13%,36%) (0.56/0.00/0.13/0.36) 

CMYK percentages

%56.17
%0
%12.96
%36.47

Codes

Color #47A28D in popluar color models

47 A2 8D
RGB 71 162 141
HSL 166° 39.06% 45.69%
HSB/HSV 166° 56.17% 63.53%
CMYK 56.17% 0.00% 12.96%
36.47%

Color #47A28D in popluar number systems.

HEX 47 A2 8D
Decimal 71 162 141
Binary 1000111 10100010 10001101
Octal 107 242 215

Shades and tints

Shades of #47A28D

#47A28D
(71,162,141)
#419481
(65,148,129)
#3B8675
(59,134,117)
#357869
(53,120,105)
#2F6A5D
(47,106,93)
#295C51
(41,92,81)
#234E45
(35,78,69)
#1D4039
(29,64,57)
#17322D
(23,50,45)
#112421
(17,36,33)
#0B1615
(11,22,21)
#000000
(0,0,0)

Tints of #47A28D

#47A28D
(71,162,141)
#57AA97
(87,170,151)
#67B2A1
(103,178,161)
#77BAAB
(119,186,171)
#87C2B5
(135,194,181)
#97CABF
(151,202,191)
#A7D2C9
(167,210,201)
#B7DAD3
(183,218,211)
#C7E2DD
(199,226,221)
#D7EAE7
(215,234,231)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A28D color. Also use rgb(71,162,141) instead hex code.

Text Font Color

.myTextColor { color: #47A28D; }

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

This text font color is #47A28D.

Background Color

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

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

This div background color is #47A28D.

Border color

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

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

This div border color is #47A28D.

Opacity

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

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

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

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

This text has shadow with #47A28D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47A28D.

Preview

Color preview on black background

This text has color #47A28D on black background.


Color preview on white background

This text has color #47A28D on white background.


Black color preview on #47A28D background

This text has black color on #47A28D background.


White color preview on #47A28D background

This text has white color on #47A28D background.


Related colors

Complementary color

Complementary color for #hex is #B85D72.


I love getcolorcode.com

Triadic colors

1 #8D47A2 and #A28D47 with #47A28D are triadic colors.

2 #8DA247 and #A2478D with #47A28D are triadic colors.