COLOR #47806F

HEX: #47806F RGB: (71,128,111)

Color info

#47806F contains red, green and blue colors in about the same proportion. Web safe color of #47806F is #336666 (or #366).

RGB color model

#47806F color RGB value is (71,128,111).

RGB: (71,128,111) (28%, 50%, 44%)

RGB channels and saturation

R 71 of 255 = 28%
G 128 of 255 = 50%
B 111 of 255 = 44%

71
128
111

R + G + B ~ 41%. #47806F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 128 + 111 = 310 (100%)
R 71 of 310 ~ 22.9%
G 128 of 310 ~ 41.29%
B 111 of 310 ~ 35.81'%

%22.9
%41.29
%35.81

CMYK color model

#47806F color CMYK value is (45,0,13,50).

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 13.28%
  • key color value is 49.80%
CMYK: (45,0,13,50) C45M0Y13K50 (45%,0%,13%,50%) (0.45/0.00/0.13/0.50) 

CMYK percentages

%44.53
%0
%13.28
%49.8

Codes

Color #47806F in popluar color models

47 80 6F
RGB 71 128 111
HSL 162° 28.64% 39.02%
HSB/HSV 162° 44.53% 50.20%
CMYK 44.53% 0.00% 13.28%
49.80%

Color #47806F in popluar number systems.

HEX 47 80 6F
Decimal 71 128 111
Binary 1000111 10000000 1101111
Octal 107 200 157

Shades and tints

Shades of #47806F

#47806F
(71,128,111)
#417565
(65,117,101)
#3B6A5B
(59,106,91)
#355F51
(53,95,81)
#2F5447
(47,84,71)
#29493D
(41,73,61)
#233E33
(35,62,51)
#1D3329
(29,51,41)
#17281F
(23,40,31)
#111D15
(17,29,21)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #47806F

#47806F
(71,128,111)
#578B7C
(87,139,124)
#679689
(103,150,137)
#77A196
(119,161,150)
#87ACA3
(135,172,163)
#97B7B0
(151,183,176)
#A7C2BD
(167,194,189)
#B7CDCA
(183,205,202)
#C7D8D7
(199,216,215)
#D7E3E4
(215,227,228)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47806F color. Also use rgb(71,128,111) instead hex code.

Text Font Color

.myTextColor { color: #47806F; }

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

This text font color is #47806F.

Background Color

.myBgColor { background-color: #47806F; }

<div style="background-color:#47806F">Inner text</div>

This div background color is #47806F.

Border color

.myBorderColor { border: 1px solid #47806F; }

<div style="border:3px solid #47806F">Div</div>

This div border color is #47806F.

Opacity

.myOpacity80 { color: #47806F; opacity: 0.8; }

<p style="color:#47806F;opacity:0.8;">80%</p>

Text with #47806F 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 #47806F;}

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

This text has shadow with #47806F color.


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

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

This text has shadow with #47806F primary color and red secondary color.


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

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

This text has shadow with #47806F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #47806F.

Preview

Color preview on black background

This text has color #47806F on black background.


Color preview on white background

This text has color #47806F on white background.


Black color preview on #47806F background

This text has black color on #47806F background.


White color preview on #47806F background

This text has white color on #47806F background.


Related colors

Complementary color

Complementary color for #hex is #B87F90.


I love getcolorcode.com

Triadic colors

1 #6F4780 and #806F47 with #47806F are triadic colors.

2 #6F8047 and #80476F with #47806F are triadic colors.