COLOR #47829A

HEX: #47829A
RGB: (71,130,154)

Color info

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

RGB color model

#47829A color RGB value is (71,130,154).

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

RGB channels and saturation

R 71 of 255 = 28%
G 130 of 255 = 51%
B 154 of 255 = 60%

71
130
154

R + G + B ~ 46%. #47829A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 130 + 154 = 355 (100%)
R 71 of 355 ~ 20%
G 130 of 355 ~ 36.62%
B 154 of 355 ~ 43.38%

%20
%36.62
%43.38

CMYK color model

#47829A color CMYK value is (54,16,0,40).

  • cyan value is 53.90%
  • magenta value is 15.58%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(54,16,0,40)
C54M16Y0K40 
(54%,16%,0%,40%)
(0.54/0.16/0.00/0.40)	

CMYK percentages

%53.9
%15.58
%0
%39.61

Codes

Color #47829A in popluar color models

47829A
RGB71130154
HSL197°36.89%44.12%
HSB/HSV197°53.90%60.39%
CMYK53.90%15.58%0.00%
39.61%

Color #47829A in popluar number systems.

HEX47829A
Decimal71130154
Binary10001111000001010011010
Octal107202232

Shades and tints

Shades of #47829A

#47829A
(71,130,154)
#41778C
(65,119,140)
#3B6C7E
(59,108,126)
#356170
(53,97,112)
#2F5662
(47,86,98)
#294B54
(41,75,84)
#234046
(35,64,70)
#1D3538
(29,53,56)
#172A2A
(23,42,42)
#111F1C
(17,31,28)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #47829A

#47829A
(71,130,154)
#578DA3
(87,141,163)
#6798AC
(103,152,172)
#77A3B5
(119,163,181)
#87AEBE
(135,174,190)
#97B9C7
(151,185,199)
#A7C4D0
(167,196,208)
#B7CFD9
(183,207,217)
#C7DAE2
(199,218,226)
#D7E5EB
(215,229,235)
#E7F0F4
(231,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47829A color. Also use rgb(71,130,154) instead hex code.

Text Font Color

.myTextColor { color: #47829A; }

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

This text font color is #47829A.


Background Color

.myBgColor { background-color: #47829A; }

<div style="background-color:#47829A">Inner text</div>

This div background color is #47829A.


Border color

.myBorderColor { border: 1px solid #47829A; }

<div style="border:3px solid #47829A">Div</div>

This div border color is #47829A.


Opacity

.myOpacity80 { color: #47829A; opacity: 0.8; }

<p style="color:#47829A;opacity:0.8;">80%</p>

Text with #47829A 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 #47829A;}

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

This text has shadow with #47829A color.

.textShadow {text-shadow: 3px 3px 1px #47829A, 3px 3px 1px red;}

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

This text has shadow with #47829A primary color and red secondary color.


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

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

This text has shadow with #47829A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47829A on black background.


Color preview on white background

This text has color #47829A on white background.



Black color preview on #47829A background

This text has black color on #47829A background.


White color preview on #47829A background

This text has white color on #47829A background.