COLOR #47838C

HEX: #47838C
RGB: (71,131,140)

Color info

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

RGB color model

#47838C color RGB value is (71,131,140).

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

RGB channels and saturation

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

71
131
140

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

Portions of RGB colors in percentages

R + G + B =
71 + 131 + 140 = 342 (100%)
R 71 of 342 ~ 20.76%
G 131 of 342 ~ 38.3%
B 140 of 342 ~ 40.94%

%20.76
%38.3
%40.94

CMYK color model

#47838C color CMYK value is (49,6,0,45).

  • cyan value is 49.29%
  • magenta value is 6.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(49,6,0,45)
C49M6Y0K45 
(49%,6%,0%,45%)
(0.49/0.06/0.00/0.45)	

CMYK percentages

%49.29
%6.43
%0
%45.1

Codes

Color #47838C in popluar color models

47838C
RGB71131140
HSL188°32.70%41.37%
HSB/HSV188°49.29%54.90%
CMYK49.29%6.43%0.00%
45.10%

Color #47838C in popluar number systems.

HEX47838C
Decimal71131140
Binary10001111000001110001100
Octal107203214

Shades and tints

Shades of #47838C

#47838C
(71,131,140)
#417880
(65,120,128)
#3B6D74
(59,109,116)
#356268
(53,98,104)
#2F575C
(47,87,92)
#294C50
(41,76,80)
#234144
(35,65,68)
#1D3638
(29,54,56)
#172B2C
(23,43,44)
#112020
(17,32,32)
#0B1514
(11,21,20)
#000000
(0,0,0)

Tints of #47838C

#47838C
(71,131,140)
#578E96
(87,142,150)
#6799A0
(103,153,160)
#77A4AA
(119,164,170)
#87AFB4
(135,175,180)
#97BABE
(151,186,190)
#A7C5C8
(167,197,200)
#B7D0D2
(183,208,210)
#C7DBDC
(199,219,220)
#D7E6E6
(215,230,230)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47838C; }

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

This text font color is #47838C.


Background Color

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

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

This div background color is #47838C.


Border color

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

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

This div border color is #47838C.


Opacity

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

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

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

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

This text has shadow with #47838C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47838C on black background.


Color preview on white background

This text has color #47838C on white background.



Black color preview on #47838C background

This text has black color on #47838C background.


White color preview on #47838C background

This text has white color on #47838C background.