COLOR #47A58B

HEX: #47A58B
RGB: (71,165,139)

Color info

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

RGB color model

#47A58B color RGB value is (71,165,139).

  • red value is 71;
  • green value is 165;
  • blue value is 139.
RGB:
(71,165,139)
(28%,65%,55%)

RGB channels and saturation

R 71 of 255 = 28%
G 165 of 255 = 65%
B 139 of 255 = 55%

71
165
139

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

Portions of RGB colors in percentages

R + G + B =
71 + 165 + 139 = 375 (100%)
R 71 of 375 ~ 18.93%
G 165 of 375 ~ 44%
B 139 of 375 ~ 37.07%

%18.93
%44
%37.07

CMYK color model

#47A58B color CMYK value is (57,0,16,35).

  • cyan value is 56.97%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 35.29%
CMYK:
(57,0,16,35)
C57M0Y16K35 
(57%,0%,16%,35%)
(0.57/0.00/0.16/0.35)	

CMYK percentages

%56.97
%0
%15.76
%35.29

Codes

Color #47A58B in popluar color models

47A58B
RGB71165139
HSL163°39.83%46.27%
HSB/HSV163°56.97%64.71%
CMYK56.97%0.00%15.76%
35.29%

Color #47A58B in popluar number systems.

HEX47A58B
Decimal71165139
Binary10001111010010110001011
Octal107245213

Shades and tints

Shades of #47A58B

#47A58B
(71,165,139)
#41967F
(65,150,127)
#3B8773
(59,135,115)
#357867
(53,120,103)
#2F695B
(47,105,91)
#295A4F
(41,90,79)
#234B43
(35,75,67)
#1D3C37
(29,60,55)
#172D2B
(23,45,43)
#111E1F
(17,30,31)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #47A58B

#47A58B
(71,165,139)
#57AD95
(87,173,149)
#67B59F
(103,181,159)
#77BDA9
(119,189,169)
#87C5B3
(135,197,179)
#97CDBD
(151,205,189)
#A7D5C7
(167,213,199)
#B7DDD1
(183,221,209)
#C7E5DB
(199,229,219)
#D7EDE5
(215,237,229)
#E7F5EF
(231,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A58B color. Also use rgb(71,165,139) instead hex code.

Text Font Color

.myTextColor { color: #47A58B; }

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

This text font color is #47A58B.


Background Color

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

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

This div background color is #47A58B.


Border color

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

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

This div border color is #47A58B.


Opacity

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

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

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

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

This text has shadow with #47A58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A58B on black background.


Color preview on white background

This text has color #47A58B on white background.



Black color preview on #47A58B background

This text has black color on #47A58B background.


White color preview on #47A58B background

This text has white color on #47A58B background.