COLOR #47627D

HEX: #47627D
RGB: (71,98,125)

Color info

#47627D contains red, green and blue colors in about the same proportion. Web safe color of #47627D is #336666 (or #366).

RGB color model

#47627D color RGB value is (71,98,125).

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

RGB channels and saturation

R 71 of 255 = 28%
G 98 of 255 = 38%
B 125 of 255 = 49%

71
98
125

R + G + B ~ 38%. #47627D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 125 = 294 (100%)
R 71 of 294 ~ 24.15%
G 98 of 294 ~ 33.33%
B 125 of 294 ~ 42.52%

%24.15
%33.33
%42.52

CMYK color model

#47627D color CMYK value is (43,22,0,51).

  • cyan value is 43.20%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(43,22,0,51)
C43M22Y0K51 
(43%,22%,0%,51%)
(0.43/0.22/0.00/0.51)	

CMYK percentages

%43.2
%21.6
%0
%50.98

Codes

Color #47627D in popluar color models

47627D
RGB7198125
HSL210°27.55%38.43%
HSB/HSV210°43.20%49.02%
CMYK43.20%21.60%0.00%
50.98%

Color #47627D in popluar number systems.

HEX47627D
Decimal7198125
Binary100011111000101111101
Octal107142175

Shades and tints

Shades of #47627D

#47627D
(71,98,125)
#415A72
(65,90,114)
#3B5267
(59,82,103)
#354A5C
(53,74,92)
#2F4251
(47,66,81)
#293A46
(41,58,70)
#23323B
(35,50,59)
#1D2A30
(29,42,48)
#172225
(23,34,37)
#111A1A
(17,26,26)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #47627D

#47627D
(71,98,125)
#577088
(87,112,136)
#677E93
(103,126,147)
#778C9E
(119,140,158)
#879AA9
(135,154,169)
#97A8B4
(151,168,180)
#A7B6BF
(167,182,191)
#B7C4CA
(183,196,202)
#C7D2D5
(199,210,213)
#D7E0E0
(215,224,224)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47627D; }

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

This text font color is #47627D.


Background Color

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

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

This div background color is #47627D.


Border color

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

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

This div border color is #47627D.


Opacity

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

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

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

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

This text has shadow with #47627D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47627D on black background.


Color preview on white background

This text has color #47627D on white background.



Black color preview on #47627D background

This text has black color on #47627D background.


White color preview on #47627D background

This text has white color on #47627D background.