COLOR #47B074

HEX: #47B074 RGB: (71,176,116)

Color info

#47B074 contains mainly green color. Web safe color of #47B074 is #339966 (or #396).

RGB color model

#47B074 color RGB value is (71,176,116).

RGB: (71,176,116) (28%, 69%, 45%)

RGB channels and saturation

R 71 of 255 = 28%
G 176 of 255 = 69%
B 116 of 255 = 45%

71
176
116

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

Portions of RGB colors in percentages

R + G + B = 71 + 176 + 116 = 363 (100%)
R 71 of 363 ~ 19.56%
G 176 of 363 ~ 48.48%
B 116 of 363 ~ 31.96'%

%19.56
%48.48
%31.96

CMYK color model

#47B074 color CMYK value is (60,0,34,31).

  • cyan value is 59.66%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 30.98%
CMYK: (60,0,34,31) C60M0Y34K31 (60%,0%,34%,31%) (0.60/0.00/0.34/0.31) 

CMYK percentages

%59.66
%0
%34.09
%30.98

Codes

Color #47B074 in popluar color models

47 B0 74
RGB 71 176 116
HSL 146° 42.51% 48.43%
HSB/HSV 146° 59.66% 69.02%
CMYK 59.66% 0.00% 34.09%
30.98%

Color #47B074 in popluar number systems.

HEX 47 B0 74
Decimal 71 176 116
Binary 1000111 10110000 1110100
Octal 107 260 164

Shades and tints

Shades of #47B074

#47B074
(71,176,116)
#41A06A
(65,160,106)
#3B9060
(59,144,96)
#358056
(53,128,86)
#2F704C
(47,112,76)
#296042
(41,96,66)
#235038
(35,80,56)
#1D402E
(29,64,46)
#173024
(23,48,36)
#11201A
(17,32,26)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #47B074

#47B074
(71,176,116)
#57B780
(87,183,128)
#67BE8C
(103,190,140)
#77C598
(119,197,152)
#87CCA4
(135,204,164)
#97D3B0
(151,211,176)
#A7DABC
(167,218,188)
#B7E1C8
(183,225,200)
#C7E8D4
(199,232,212)
#D7EFE0
(215,239,224)
#E7F6EC
(231,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47B074; }

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

This text font color is #47B074.

Background Color

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

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

This div background color is #47B074.

Border color

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

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

This div border color is #47B074.

Opacity

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

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

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

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

This text has shadow with #47B074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47B074.

Preview

Color preview on black background

This text has color #47B074 on black background.


Color preview on white background

This text has color #47B074 on white background.


Black color preview on #47B074 background

This text has black color on #47B074 background.


White color preview on #47B074 background

This text has white color on #47B074 background.


Related colors

Complementary color

Complementary color for #hex is #B84F8B.


I love getcolorcode.com

Triadic colors

1 #7447B0 and #B07447 with #47B074 are triadic colors.

2 #74B047 and #B04774 with #47B074 are triadic colors.