COLOR #47805E

HEX: #47805E RGB: (71,128,94)

Color info

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

RGB color model

#47805E color RGB value is (71,128,94).

RGB: (71,128,94) (28%, 50%, 37%)

RGB channels and saturation

R 71 of 255 = 28%
G 128 of 255 = 50%
B 94 of 255 = 37%

71
128
94

R + G + B ~ 38%. #47805E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 128 + 94 = 293 (100%)
R 71 of 293 ~ 24.23%
G 128 of 293 ~ 43.69%
B 94 of 293 ~ 32.08'%

%24.23
%43.69
%32.08

CMYK color model

#47805E color CMYK value is (45,0,27,50).

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 26.56%
  • key color value is 49.80%

CMYK: (45,0,27,50)
C45M0Y27K50 (45%, 0%, 27%, 50%)
(0.45 / 0.00 / 0.27 / 0.50)

CMYK percentages

%44.53
%0
%26.56
%49.8

Codes

Color #47805E in popluar color models

47 80 5E
RGB 71 128 94
HSL 144° 28.64% 39.02%
HSB/HSV 144° 44.53% 50.20%
CMYK 44.53% 0.00% 26.56%
49.80%

Color #47805E in popluar number systems.

HEX 47 80 5E
Decimal 71 128 94
Binary 1000111 10000000 1011110
Octal 107 200 136

Shades and tints

Shades of #47805E

#47805E
(71,128,94)
#417556
(65,117,86)
#3B6A4E
(59,106,78)
#355F46
(53,95,70)
#2F543E
(47,84,62)
#294936
(41,73,54)
#233E2E
(35,62,46)
#1D3326
(29,51,38)
#17281E
(23,40,30)
#111D16
(17,29,22)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #47805E

#47805E
(71,128,94)
#578B6C
(87,139,108)
#67967A
(103,150,122)
#77A188
(119,161,136)
#87AC96
(135,172,150)
#97B7A4
(151,183,164)
#A7C2B2
(167,194,178)
#B7CDC0
(183,205,192)
#C7D8CE
(199,216,206)
#D7E3DC
(215,227,220)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47805E; }

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

This text font color is #47805E.

Background Color

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

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

This div background color is #47805E.

Border color

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

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

This div border color is #47805E.

Opacity

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

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

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

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

This text has shadow with #47805E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47805E.

Preview

Color preview on black background

This text has color #47805E on black background.


Color preview on white background

This text has color #47805E on white background.


Black color preview on #47805E background

This text has black color on #47805E background.


White color preview on #47805E background

This text has white color on #47805E background.


Related colors

Complementary color

Complementary color for #hex is #B87FA1.


I love getcolorcode.com

Triadic colors

1 #5E4780 and #805E47 with #47805E are triadic colors.

2 #5E8047 and #80475E with #47805E are triadic colors.