COLOR #47A59B

HEX: #47A59B RGB: (71,165,155)

Color info

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

RGB color model

#47A59B color RGB value is (71,165,155).

RGB: (71,165,155) (28%, 65%, 61%)

RGB channels and saturation

R 71 of 255 = 28%
G 165 of 255 = 65%
B 155 of 255 = 61%

71
165
155

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

Portions of RGB colors in percentages

R + G + B = 71 + 165 + 155 = 391 (100%)
R 71 of 391 ~ 18.16%
G 165 of 391 ~ 42.2%
B 155 of 391 ~ 39.64'%

%18.16
%42.2
%39.64

CMYK color model

#47A59B color CMYK value is (57,0,6,35).

  • cyan value is 56.97%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK: (57,0,6,35) C57M0Y6K35 (57%,0%,6%,35%) (0.57/0.00/0.06/0.35) 

CMYK percentages

%56.97
%0
%6.06
%35.29

Codes

Color #47A59B in popluar color models

47 A5 9B
RGB 71 165 155
HSL 174° 39.83% 46.27%
HSB/HSV 174° 56.97% 64.71%
CMYK 56.97% 0.00% 6.06%
35.29%

Color #47A59B in popluar number systems.

HEX 47 A5 9B
Decimal 71 165 155
Binary 1000111 10100101 10011011
Octal 107 245 233

Shades and tints

Shades of #47A59B

#47A59B
(71,165,155)
#41968D
(65,150,141)
#3B877F
(59,135,127)
#357871
(53,120,113)
#2F6963
(47,105,99)
#295A55
(41,90,85)
#234B47
(35,75,71)
#1D3C39
(29,60,57)
#172D2B
(23,45,43)
#111E1D
(17,30,29)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #47A59B

#47A59B
(71,165,155)
#57ADA4
(87,173,164)
#67B5AD
(103,181,173)
#77BDB6
(119,189,182)
#87C5BF
(135,197,191)
#97CDC8
(151,205,200)
#A7D5D1
(167,213,209)
#B7DDDA
(183,221,218)
#C7E5E3
(199,229,227)
#D7EDEC
(215,237,236)
#E7F5F5
(231,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47A59B; }

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

This text font color is #47A59B.

Background Color

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

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

This div background color is #47A59B.

Border color

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

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

This div border color is #47A59B.

Opacity

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

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

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

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

This text has shadow with #47A59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47A59B.

Preview

Color preview on black background

This text has color #47A59B on black background.


Color preview on white background

This text has color #47A59B on white background.


Black color preview on #47A59B background

This text has black color on #47A59B background.


White color preview on #47A59B background

This text has white color on #47A59B background.


Related colors

Complementary color

Complementary color for #hex is #B85A64.


I love getcolorcode.com

Triadic colors

1 #9B47A5 and #A59B47 with #47A59B are triadic colors.

2 #9BA547 and #A5479B with #47A59B are triadic colors.