COLOR #47806E

HEX: #47806E
RGB: (71,128,110)

Color info

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

RGB color model

#47806E color RGB value is (71,128,110).

  • red value is 71;
  • green value is 128;
  • blue value is 110.
RGB:
(71,128,110)
(28%,50%,43%)

RGB channels and saturation

R 71 of 255 = 28%
G 128 of 255 = 50%
B 110 of 255 = 43%

71
128
110

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

Portions of RGB colors in percentages

R + G + B =
71 + 128 + 110 = 309 (100%)
R 71 of 309 ~ 22.98%
G 128 of 309 ~ 41.42%
B 110 of 309 ~ 35.6%

%22.98
%41.42
%35.6

CMYK color model

#47806E color CMYK value is (45,0,14,50).

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 49.80%
CMYK:
(45,0,14,50)
C45M0Y14K50 
(45%,0%,14%,50%)
(0.45/0.00/0.14/0.50)	

CMYK percentages

%44.53
%0
%14.06
%49.8

Codes

Color #47806E in popluar color models

47806E
RGB71128110
HSL161°28.64%39.02%
HSB/HSV161°44.53%50.20%
CMYK44.53%0.00%14.06%
49.80%

Color #47806E in popluar number systems.

HEX47806E
Decimal71128110
Binary1000111100000001101110
Octal107200156

Shades and tints

Shades of #47806E

#47806E
(71,128,110)
#417564
(65,117,100)
#3B6A5A
(59,106,90)
#355F50
(53,95,80)
#2F5446
(47,84,70)
#29493C
(41,73,60)
#233E32
(35,62,50)
#1D3328
(29,51,40)
#17281E
(23,40,30)
#111D14
(17,29,20)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #47806E

#47806E
(71,128,110)
#578B7B
(87,139,123)
#679688
(103,150,136)
#77A195
(119,161,149)
#87ACA2
(135,172,162)
#97B7AF
(151,183,175)
#A7C2BC
(167,194,188)
#B7CDC9
(183,205,201)
#C7D8D6
(199,216,214)
#D7E3E3
(215,227,227)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47806E; }

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

This text font color is #47806E.


Background Color

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

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

This div background color is #47806E.


Border color

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

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

This div border color is #47806E.


Opacity

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

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

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

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

This text has shadow with #47806E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47806E on black background.


Color preview on white background

This text has color #47806E on white background.



Black color preview on #47806E background

This text has black color on #47806E background.


White color preview on #47806E background

This text has white color on #47806E background.