COLOR #47828C

HEX: #47828C
RGB: (71,130,140)

Color info

#47828C contains mainly green and blue colors. Web safe color of #47828C is #339999 (or #399).

RGB color model

#47828C color RGB value is (71,130,140).

  • red value is 71;
  • green value is 130;
  • blue value is 140.
RGB:
(71,130,140)
(28%,51%,55%)

RGB channels and saturation

R 71 of 255 = 28%
G 130 of 255 = 51%
B 140 of 255 = 55%

71
130
140

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

Portions of RGB colors in percentages

R + G + B =
71 + 130 + 140 = 341 (100%)
R 71 of 341 ~ 20.82%
G 130 of 341 ~ 38.12%
B 140 of 341 ~ 41.06%

%20.82
%38.12
%41.06

CMYK color model

#47828C color CMYK value is (49,7,0,45).

  • cyan value is 49.29%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(49,7,0,45)
C49M7Y0K45 
(49%,7%,0%,45%)
(0.49/0.07/0.00/0.45)	

CMYK percentages

%49.29
%7.14
%0
%45.1

Codes

Color #47828C in popluar color models

47828C
RGB71130140
HSL189°32.70%41.37%
HSB/HSV189°49.29%54.90%
CMYK49.29%7.14%0.00%
45.10%

Color #47828C in popluar number systems.

HEX47828C
Decimal71130140
Binary10001111000001010001100
Octal107202214

Shades and tints

Shades of #47828C

#47828C
(71,130,140)
#417780
(65,119,128)
#3B6C74
(59,108,116)
#356168
(53,97,104)
#2F565C
(47,86,92)
#294B50
(41,75,80)
#234044
(35,64,68)
#1D3538
(29,53,56)
#172A2C
(23,42,44)
#111F20
(17,31,32)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #47828C

#47828C
(71,130,140)
#578D96
(87,141,150)
#6798A0
(103,152,160)
#77A3AA
(119,163,170)
#87AEB4
(135,174,180)
#97B9BE
(151,185,190)
#A7C4C8
(167,196,200)
#B7CFD2
(183,207,210)
#C7DADC
(199,218,220)
#D7E5E6
(215,229,230)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47828C color. Also use rgb(71,130,140) instead hex code.

Text Font Color

.myTextColor { color: #47828C; }

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

This text font color is #47828C.


Background Color

.myBgColor { background-color: #47828C; }

<div style="background-color:#47828C">Inner text</div>

This div background color is #47828C.


Border color

.myBorderColor { border: 1px solid #47828C; }

<div style="border:3px solid #47828C">Div</div>

This div border color is #47828C.


Opacity

.myOpacity80 { color: #47828C; opacity: 0.8; }

<p style="color:#47828C;opacity:0.8;">80%</p>

Text with #47828C 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 #47828C;}

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

This text has shadow with #47828C color.

.textShadow {text-shadow: 3px 3px 1px #47828C, 3px 3px 1px red;}

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

This text has shadow with #47828C primary color and red secondary color.


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

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

This text has shadow with #47828C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47828C on black background.


Color preview on white background

This text has color #47828C on white background.



Black color preview on #47828C background

This text has black color on #47828C background.


White color preview on #47828C background

This text has white color on #47828C background.