COLOR #47777C

HEX: #47777C
RGB: (71,119,124)

Color info

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

RGB color model

#47777C color RGB value is (71,119,124).

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

RGB channels and saturation

R 71 of 255 = 28%
G 119 of 255 = 47%
B 124 of 255 = 49%

71
119
124

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

Portions of RGB colors in percentages

R + G + B =
71 + 119 + 124 = 314 (100%)
R 71 of 314 ~ 22.61%
G 119 of 314 ~ 37.9%
B 124 of 314 ~ 39.49%

%22.61
%37.9
%39.49

CMYK color model

#47777C color CMYK value is (43,4,0,51).

  • cyan value is 42.74%
  • magenta value is 4.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(43,4,0,51)
C43M4Y0K51 
(43%,4%,0%,51%)
(0.43/0.04/0.00/0.51)	

CMYK percentages

%42.74
%4.03
%0
%51.37

Codes

Color #47777C in popluar color models

47777C
RGB71119124
HSL186°27.18%38.24%
HSB/HSV186°42.74%48.63%
CMYK42.74%4.03%0.00%
51.37%

Color #47777C in popluar number systems.

HEX47777C
Decimal71119124
Binary100011111101111111100
Octal107167174

Shades and tints

Shades of #47777C

#47777C
(71,119,124)
#416D71
(65,109,113)
#3B6366
(59,99,102)
#35595B
(53,89,91)
#2F4F50
(47,79,80)
#294545
(41,69,69)
#233B3A
(35,59,58)
#1D312F
(29,49,47)
#172724
(23,39,36)
#111D19
(17,29,25)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #47777C

#47777C
(71,119,124)
#578387
(87,131,135)
#678F92
(103,143,146)
#779B9D
(119,155,157)
#87A7A8
(135,167,168)
#97B3B3
(151,179,179)
#A7BFBE
(167,191,190)
#B7CBC9
(183,203,201)
#C7D7D4
(199,215,212)
#D7E3DF
(215,227,223)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47777C; }

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

This text font color is #47777C.


Background Color

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

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

This div background color is #47777C.


Border color

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

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

This div border color is #47777C.


Opacity

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

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

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

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

This text has shadow with #47777C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47777C on black background.


Color preview on white background

This text has color #47777C on white background.



Black color preview on #47777C background

This text has black color on #47777C background.


White color preview on #47777C background

This text has white color on #47777C background.