COLOR #47737C

HEX: #47737C
RGB: (71,115,124)

Color info

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

RGB color model

#47737C color RGB value is (71,115,124).

  • red value is 71;
  • green value is 115;
  • blue value is 124.
RGB:
(71,115,124)
(28%,45%,49%)

RGB channels and saturation

R 71 of 255 = 28%
G 115 of 255 = 45%
B 124 of 255 = 49%

71
115
124

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

Portions of RGB colors in percentages

R + G + B =
71 + 115 + 124 = 310 (100%)
R 71 of 310 ~ 22.9%
G 115 of 310 ~ 37.1%
B 124 of 310 ~ 40%

%22.9
%37.1
%40

CMYK color model

#47737C color CMYK value is (43,7,0,51).

  • cyan value is 42.74%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(43,7,0,51)
C43M7Y0K51 
(43%,7%,0%,51%)
(0.43/0.07/0.00/0.51)	

CMYK percentages

%42.74
%7.26
%0
%51.37

Codes

Color #47737C in popluar color models

47737C
RGB71115124
HSL190°27.18%38.24%
HSB/HSV190°42.74%48.63%
CMYK42.74%7.26%0.00%
51.37%

Color #47737C in popluar number systems.

HEX47737C
Decimal71115124
Binary100011111100111111100
Octal107163174

Shades and tints

Shades of #47737C

#47737C
(71,115,124)
#416971
(65,105,113)
#3B5F66
(59,95,102)
#35555B
(53,85,91)
#2F4B50
(47,75,80)
#294145
(41,65,69)
#23373A
(35,55,58)
#1D2D2F
(29,45,47)
#172324
(23,35,36)
#111919
(17,25,25)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #47737C

#47737C
(71,115,124)
#577F87
(87,127,135)
#678B92
(103,139,146)
#77979D
(119,151,157)
#87A3A8
(135,163,168)
#97AFB3
(151,175,179)
#A7BBBE
(167,187,190)
#B7C7C9
(183,199,201)
#C7D3D4
(199,211,212)
#D7DFDF
(215,223,223)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47737C color. Also use rgb(71,115,124) instead hex code.

Text Font Color

.myTextColor { color: #47737C; }

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

This text font color is #47737C.


Background Color

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

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

This div background color is #47737C.


Border color

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

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

This div border color is #47737C.


Opacity

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

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

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

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

This text has shadow with #47737C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47737C on black background.


Color preview on white background

This text has color #47737C on white background.



Black color preview on #47737C background

This text has black color on #47737C background.


White color preview on #47737C background

This text has white color on #47737C background.