COLOR #47B89C

HEX: #47B89C
RGB: (71,184,156)

Color info

#47B89C contains mainly green and blue colors. Web safe color of #47B89C is #33CC99 (or #3C9).

RGB color model

#47B89C color RGB value is (71,184,156).

  • red value is 71;
  • green value is 184;
  • blue value is 156.
RGB:
(71,184,156)
(28%,72%,61%)

RGB channels and saturation

R 71 of 255 = 28%
G 184 of 255 = 72%
B 156 of 255 = 61%

71
184
156

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

Portions of RGB colors in percentages

R + G + B =
71 + 184 + 156 = 411 (100%)
R 71 of 411 ~ 17.27%
G 184 of 411 ~ 44.77%
B 156 of 411 ~ 37.96%

%17.27
%44.77
%37.96

CMYK color model

#47B89C color CMYK value is (61,0,15,28).

  • cyan value is 61.41%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 27.84%
CMYK:
(61,0,15,28)
C61M0Y15K28 
(61%,0%,15%,28%)
(0.61/0.00/0.15/0.28)	

CMYK percentages

%61.41
%0
%15.22
%27.84

Codes

Color #47B89C in popluar color models

47B89C
RGB71184156
HSL165°44.31%50.00%
HSB/HSV165°61.41%72.16%
CMYK61.41%0.00%15.22%
27.84%

Color #47B89C in popluar number systems.

HEX47B89C
Decimal71184156
Binary10001111011100010011100
Octal107270234

Shades and tints

Shades of #47B89C

#47B89C
(71,184,156)
#41A88E
(65,168,142)
#3B9880
(59,152,128)
#358872
(53,136,114)
#2F7864
(47,120,100)
#296856
(41,104,86)
#235848
(35,88,72)
#1D483A
(29,72,58)
#17382C
(23,56,44)
#11281E
(17,40,30)
#0B1810
(11,24,16)
#000000
(0,0,0)

Tints of #47B89C

#47B89C
(71,184,156)
#57BEA5
(87,190,165)
#67C4AE
(103,196,174)
#77CAB7
(119,202,183)
#87D0C0
(135,208,192)
#97D6C9
(151,214,201)
#A7DCD2
(167,220,210)
#B7E2DB
(183,226,219)
#C7E8E4
(199,232,228)
#D7EEED
(215,238,237)
#E7F4F6
(231,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47B89C color. Also use rgb(71,184,156) instead hex code.

Text Font Color

.myTextColor { color: #47B89C; }

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

This text font color is #47B89C.


Background Color

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

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

This div background color is #47B89C.


Border color

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

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

This div border color is #47B89C.


Opacity

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

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

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

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

This text has shadow with #47B89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47B89C on black background.


Color preview on white background

This text has color #47B89C on white background.



Black color preview on #47B89C background

This text has black color on #47B89C background.


White color preview on #47B89C background

This text has white color on #47B89C background.