COLOR #47737B

HEX: #47737B
RGB: (71,115,123)

Color info

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

RGB color model

#47737B color RGB value is (71,115,123).

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

RGB channels and saturation

R 71 of 255 = 28%
G 115 of 255 = 45%
B 123 of 255 = 48%

71
115
123

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

Portions of RGB colors in percentages

R + G + B =
71 + 115 + 123 = 309 (100%)
R 71 of 309 ~ 22.98%
G 115 of 309 ~ 37.22%
B 123 of 309 ~ 39.81%

%22.98
%37.22
%39.81

CMYK color model

#47737B color CMYK value is (42,7,0,52).

  • cyan value is 42.28%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(42,7,0,52)
C42M7Y0K52 
(42%,7%,0%,52%)
(0.42/0.07/0.00/0.52)	

CMYK percentages

%42.28
%6.5
%0
%51.76

Codes

Color #47737B in popluar color models

47737B
RGB71115123
HSL189°26.80%38.04%
HSB/HSV189°42.28%48.24%
CMYK42.28%6.50%0.00%
51.76%

Color #47737B in popluar number systems.

HEX47737B
Decimal71115123
Binary100011111100111111011
Octal107163173

Shades and tints

Shades of #47737B

#47737B
(71,115,123)
#416970
(65,105,112)
#3B5F65
(59,95,101)
#35555A
(53,85,90)
#2F4B4F
(47,75,79)
#294144
(41,65,68)
#233739
(35,55,57)
#1D2D2E
(29,45,46)
#172323
(23,35,35)
#111918
(17,25,24)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #47737B

#47737B
(71,115,123)
#577F87
(87,127,135)
#678B93
(103,139,147)
#77979F
(119,151,159)
#87A3AB
(135,163,171)
#97AFB7
(151,175,183)
#A7BBC3
(167,187,195)
#B7C7CF
(183,199,207)
#C7D3DB
(199,211,219)
#D7DFE7
(215,223,231)
#E7EBF3
(231,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47737B; }

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

This text font color is #47737B.


Background Color

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

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

This div background color is #47737B.


Border color

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

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

This div border color is #47737B.


Opacity

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

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

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

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

This text has shadow with #47737B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47737B on black background.


Color preview on white background

This text has color #47737B on white background.



Black color preview on #47737B background

This text has black color on #47737B background.


White color preview on #47737B background

This text has white color on #47737B background.