COLOR #47847D

HEX: #47847D
RGB: (71,132,125)

Color info

#47847D contains mainly green and blue colors. Web safe color of #47847D is #339966 (or #396).

RGB color model

#47847D color RGB value is (71,132,125).

  • red value is 71;
  • green value is 132;
  • blue value is 125.
RGB:
(71,132,125)
(28%,52%,49%)

RGB channels and saturation

R 71 of 255 = 28%
G 132 of 255 = 52%
B 125 of 255 = 49%

71
132
125

R + G + B ~ 43%. #47847D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 132 + 125 = 328 (100%)
R 71 of 328 ~ 21.65%
G 132 of 328 ~ 40.24%
B 125 of 328 ~ 38.11%

%21.65
%40.24
%38.11

CMYK color model

#47847D color CMYK value is (46,0,5,48).

  • cyan value is 46.21%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 48.24%
CMYK:
(46,0,5,48)
C46M0Y5K48 
(46%,0%,5%,48%)
(0.46/0.00/0.05/0.48)	

CMYK percentages

%46.21
%0
%5.3
%48.24

Codes

Color #47847D in popluar color models

47847D
RGB71132125
HSL173°30.05%39.80%
HSB/HSV173°46.21%51.76%
CMYK46.21%0.00%5.30%
48.24%

Color #47847D in popluar number systems.

HEX47847D
Decimal71132125
Binary1000111100001001111101
Octal107204175

Shades and tints

Shades of #47847D

#47847D
(71,132,125)
#417872
(65,120,114)
#3B6C67
(59,108,103)
#35605C
(53,96,92)
#2F5451
(47,84,81)
#294846
(41,72,70)
#233C3B
(35,60,59)
#1D3030
(29,48,48)
#172425
(23,36,37)
#11181A
(17,24,26)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #47847D

#47847D
(71,132,125)
#578F88
(87,143,136)
#679A93
(103,154,147)
#77A59E
(119,165,158)
#87B0A9
(135,176,169)
#97BBB4
(151,187,180)
#A7C6BF
(167,198,191)
#B7D1CA
(183,209,202)
#C7DCD5
(199,220,213)
#D7E7E0
(215,231,224)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47847D color. Also use rgb(71,132,125) instead hex code.

Text Font Color

.myTextColor { color: #47847D; }

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

This text font color is #47847D.


Background Color

.myBgColor { background-color: #47847D; }

<div style="background-color:#47847D">Inner text</div>

This div background color is #47847D.


Border color

.myBorderColor { border: 1px solid #47847D; }

<div style="border:3px solid #47847D">Div</div>

This div border color is #47847D.


Opacity

.myOpacity80 { color: #47847D; opacity: 0.8; }

<p style="color:#47847D;opacity:0.8;">80%</p>

Text with #47847D 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 #47847D;}

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

This text has shadow with #47847D color.

.textShadow {text-shadow: 3px 3px 1px #47847D, 3px 3px 1px red;}

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

This text has shadow with #47847D primary color and red secondary color.


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

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

This text has shadow with #47847D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47847D on black background.


Color preview on white background

This text has color #47847D on white background.



Black color preview on #47847D background

This text has black color on #47847D background.


White color preview on #47847D background

This text has white color on #47847D background.