COLOR #47808E

HEX: #47808E
RGB: (71,128,142)

Color info

#47808E contains mainly green and blue colors. Web safe color of #47808E is #336699 (or #369).

RGB color model

#47808E color RGB value is (71,128,142).

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

RGB channels and saturation

R 71 of 255 = 28%
G 128 of 255 = 50%
B 142 of 255 = 56%

71
128
142

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

Portions of RGB colors in percentages

R + G + B =
71 + 128 + 142 = 341 (100%)
R 71 of 341 ~ 20.82%
G 128 of 341 ~ 37.54%
B 142 of 341 ~ 41.64%

%20.82
%37.54
%41.64

CMYK color model

#47808E color CMYK value is (50,10,0,44).

  • cyan value is 50.00%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(50,10,0,44)
C50M10Y0K44 
(50%,10%,0%,44%)
(0.50/0.10/0.00/0.44)	

CMYK percentages

%50
%9.86
%0
%44.31

Codes

Color #47808E in popluar color models

47808E
RGB71128142
HSL192°33.33%41.76%
HSB/HSV192°50.00%55.69%
CMYK50.00%9.86%0.00%
44.31%

Color #47808E in popluar number systems.

HEX47808E
Decimal71128142
Binary10001111000000010001110
Octal107200216

Shades and tints

Shades of #47808E

#47808E
(71,128,142)
#417582
(65,117,130)
#3B6A76
(59,106,118)
#355F6A
(53,95,106)
#2F545E
(47,84,94)
#294952
(41,73,82)
#233E46
(35,62,70)
#1D333A
(29,51,58)
#17282E
(23,40,46)
#111D22
(17,29,34)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #47808E

#47808E
(71,128,142)
#578B98
(87,139,152)
#6796A2
(103,150,162)
#77A1AC
(119,161,172)
#87ACB6
(135,172,182)
#97B7C0
(151,183,192)
#A7C2CA
(167,194,202)
#B7CDD4
(183,205,212)
#C7D8DE
(199,216,222)
#D7E3E8
(215,227,232)
#E7EEF2
(231,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47808E; }

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

This text font color is #47808E.


Background Color

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

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

This div background color is #47808E.


Border color

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

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

This div border color is #47808E.


Opacity

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

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

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

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

This text has shadow with #47808E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47808E on black background.


Color preview on white background

This text has color #47808E on white background.



Black color preview on #47808E background

This text has black color on #47808E background.


White color preview on #47808E background

This text has white color on #47808E background.