COLOR #47777A

HEX: #47777A
RGB: (71,119,122)

Color info

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

RGB color model

#47777A color RGB value is (71,119,122).

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

RGB channels and saturation

R 71 of 255 = 28%
G 119 of 255 = 47%
B 122 of 255 = 48%

71
119
122

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

Portions of RGB colors in percentages

R + G + B =
71 + 119 + 122 = 312 (100%)
R 71 of 312 ~ 22.76%
G 119 of 312 ~ 38.14%
B 122 of 312 ~ 39.1%

%22.76
%38.14
%39.1

CMYK color model

#47777A color CMYK value is (42,2,0,52).

  • cyan value is 41.80%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(42,2,0,52)
C42M2Y0K52 
(42%,2%,0%,52%)
(0.42/0.02/0.00/0.52)	

CMYK percentages

%41.8
%2.46
%0
%52.16

Codes

Color #47777A in popluar color models

47777A
RGB71119122
HSL184°26.42%37.84%
HSB/HSV184°41.80%47.84%
CMYK41.80%2.46%0.00%
52.16%

Color #47777A in popluar number systems.

HEX47777A
Decimal71119122
Binary100011111101111111010
Octal107167172

Shades and tints

Shades of #47777A

#47777A
(71,119,122)
#416D6F
(65,109,111)
#3B6364
(59,99,100)
#355959
(53,89,89)
#2F4F4E
(47,79,78)
#294543
(41,69,67)
#233B38
(35,59,56)
#1D312D
(29,49,45)
#172722
(23,39,34)
#111D17
(17,29,23)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #47777A

#47777A
(71,119,122)
#578386
(87,131,134)
#678F92
(103,143,146)
#779B9E
(119,155,158)
#87A7AA
(135,167,170)
#97B3B6
(151,179,182)
#A7BFC2
(167,191,194)
#B7CBCE
(183,203,206)
#C7D7DA
(199,215,218)
#D7E3E6
(215,227,230)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47777A; }

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

This text font color is #47777A.


Background Color

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

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

This div background color is #47777A.


Border color

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

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

This div border color is #47777A.


Opacity

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

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

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

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

This text has shadow with #47777A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47777A on black background.


Color preview on white background

This text has color #47777A on white background.



Black color preview on #47777A background

This text has black color on #47777A background.


White color preview on #47777A background

This text has white color on #47777A background.