COLOR #47707D

HEX: #47707D
RGB: (71,112,125)

Color info

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

RGB color model

#47707D color RGB value is (71,112,125).

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

RGB channels and saturation

R 71 of 255 = 28%
G 112 of 255 = 44%
B 125 of 255 = 49%

71
112
125

R + G + B ~ 40%. #47707D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 112 + 125 = 308 (100%)
R 71 of 308 ~ 23.05%
G 112 of 308 ~ 36.36%
B 125 of 308 ~ 40.58%

%23.05
%36.36
%40.58

CMYK color model

#47707D color CMYK value is (43,10,0,51).

  • cyan value is 43.20%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(43,10,0,51)
C43M10Y0K51 
(43%,10%,0%,51%)
(0.43/0.10/0.00/0.51)	

CMYK percentages

%43.2
%10.4
%0
%50.98

Codes

Color #47707D in popluar color models

47707D
RGB71112125
HSL194°27.55%38.43%
HSB/HSV194°43.20%49.02%
CMYK43.20%10.40%0.00%
50.98%

Color #47707D in popluar number systems.

HEX47707D
Decimal71112125
Binary100011111100001111101
Octal107160175

Shades and tints

Shades of #47707D

#47707D
(71,112,125)
#416672
(65,102,114)
#3B5C67
(59,92,103)
#35525C
(53,82,92)
#2F4851
(47,72,81)
#293E46
(41,62,70)
#23343B
(35,52,59)
#1D2A30
(29,42,48)
#172025
(23,32,37)
#11161A
(17,22,26)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #47707D

#47707D
(71,112,125)
#577D88
(87,125,136)
#678A93
(103,138,147)
#77979E
(119,151,158)
#87A4A9
(135,164,169)
#97B1B4
(151,177,180)
#A7BEBF
(167,190,191)
#B7CBCA
(183,203,202)
#C7D8D5
(199,216,213)
#D7E5E0
(215,229,224)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47707D; }

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

This text font color is #47707D.


Background Color

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

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

This div background color is #47707D.


Border color

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

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

This div border color is #47707D.


Opacity

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

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

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

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

This text has shadow with #47707D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47707D on black background.


Color preview on white background

This text has color #47707D on white background.



Black color preview on #47707D background

This text has black color on #47707D background.


White color preview on #47707D background

This text has white color on #47707D background.