COLOR #47B083

HEX: #47B083 RGB: (71,176,131)

Color info

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

RGB color model

#47B083 color RGB value is (71,176,131).

RGB: (71,176,131) (28%, 69%, 51%)

RGB channels and saturation

R 71 of 255 = 28%
G 176 of 255 = 69%
B 131 of 255 = 51%

71
176
131

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

Portions of RGB colors in percentages

R + G + B = 71 + 176 + 131 = 378 (100%)
R 71 of 378 ~ 18.78%
G 176 of 378 ~ 46.56%
B 131 of 378 ~ 34.66'%

%18.78
%46.56
%34.66

CMYK color model

#47B083 color CMYK value is (60,0,26,31).

  • cyan value is 59.66%
  • magenta value is 0.00%
  • yellow value is 25.57%
  • key color value is 30.98%

CMYK: (60,0,26,31)
C60M0Y26K31 (60%, 0%, 26%, 31%)
(0.60 / 0.00 / 0.26 / 0.31)

CMYK percentages

%59.66
%0
%25.57
%30.98

Codes

Color #47B083 in popluar color models

47 B0 83
RGB 71 176 131
HSL 154° 42.51% 48.43%
HSB/HSV 154° 59.66% 69.02%
CMYK 59.66% 0.00% 25.57%
30.98%

Color #47B083 in popluar number systems.

HEX 47 B0 83
Decimal 71 176 131
Binary 1000111 10110000 10000011
Octal 107 260 203

Shades and tints

Shades of #47B083

#47B083
(71,176,131)
#41A078
(65,160,120)
#3B906D
(59,144,109)
#358062
(53,128,98)
#2F7057
(47,112,87)
#29604C
(41,96,76)
#235041
(35,80,65)
#1D4036
(29,64,54)
#17302B
(23,48,43)
#112020
(17,32,32)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #47B083

#47B083
(71,176,131)
#57B78E
(87,183,142)
#67BE99
(103,190,153)
#77C5A4
(119,197,164)
#87CCAF
(135,204,175)
#97D3BA
(151,211,186)
#A7DAC5
(167,218,197)
#B7E1D0
(183,225,208)
#C7E8DB
(199,232,219)
#D7EFE6
(215,239,230)
#E7F6F1
(231,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47B083 color. Also use rgb(71,176,131) instead hex code.

Text Font Color

.myTextColor { color: #47B083; }

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

This text font color is #47B083.

Background Color

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

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

This div background color is #47B083.

Border color

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

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

This div border color is #47B083.

Opacity

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

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

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

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

This text has shadow with #47B083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47B083.

Preview

Color preview on black background

This text has color #47B083 on black background.


Color preview on white background

This text has color #47B083 on white background.


Black color preview on #47B083 background

This text has black color on #47B083 background.


White color preview on #47B083 background

This text has white color on #47B083 background.


Related colors

Complementary color

Complementary color for #hex is #B84F7C.


I love getcolorcode.com

Triadic colors

1 #8347B0 and #B08347 with #47B083 are triadic colors.

2 #83B047 and #B04783 with #47B083 are triadic colors.