COLOR #47AF93

HEX: #47AF93
RGB: (71,175,147)

Color info

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

RGB color model

#47AF93 color RGB value is (71,175,147).

  • red value is 71;
  • green value is 175;
  • blue value is 147.
RGB:
(71,175,147)
(28%,69%,58%)

RGB channels and saturation

R 71 of 255 = 28%
G 175 of 255 = 69%
B 147 of 255 = 58%

71
175
147

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

Portions of RGB colors in percentages

R + G + B =
71 + 175 + 147 = 393 (100%)
R 71 of 393 ~ 18.07%
G 175 of 393 ~ 44.53%
B 147 of 393 ~ 37.4%

%18.07
%44.53
%37.4

CMYK color model

#47AF93 color CMYK value is (59,0,16,31).

  • cyan value is 59.43%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK:
(59,0,16,31)
C59M0Y16K31 
(59%,0%,16%,31%)
(0.59/0.00/0.16/0.31)	

CMYK percentages

%59.43
%0
%16
%31.37

Codes

Color #47AF93 in popluar color models

47AF93
RGB71175147
HSL164°42.28%48.24%
HSB/HSV164°59.43%68.63%
CMYK59.43%0.00%16.00%
31.37%

Color #47AF93 in popluar number systems.

HEX47AF93
Decimal71175147
Binary10001111010111110010011
Octal107257223

Shades and tints

Shades of #47AF93

#47AF93
(71,175,147)
#41A086
(65,160,134)
#3B9179
(59,145,121)
#35826C
(53,130,108)
#2F735F
(47,115,95)
#296452
(41,100,82)
#235545
(35,85,69)
#1D4638
(29,70,56)
#17372B
(23,55,43)
#11281E
(17,40,30)
#0B1911
(11,25,17)
#000000
(0,0,0)

Tints of #47AF93

#47AF93
(71,175,147)
#57B69C
(87,182,156)
#67BDA5
(103,189,165)
#77C4AE
(119,196,174)
#87CBB7
(135,203,183)
#97D2C0
(151,210,192)
#A7D9C9
(167,217,201)
#B7E0D2
(183,224,210)
#C7E7DB
(199,231,219)
#D7EEE4
(215,238,228)
#E7F5ED
(231,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47AF93 color. Also use rgb(71,175,147) instead hex code.

Text Font Color

.myTextColor { color: #47AF93; }

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

This text font color is #47AF93.


Background Color

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

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

This div background color is #47AF93.


Border color

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

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

This div border color is #47AF93.


Opacity

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

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

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

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

This text has shadow with #47AF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AF93 on black background.


Color preview on white background

This text has color #47AF93 on white background.



Black color preview on #47AF93 background

This text has black color on #47AF93 background.


White color preview on #47AF93 background

This text has white color on #47AF93 background.