COLOR #477473

HEX: #477473
RGB: (71,116,115)

Color info

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

RGB color model

#477473 color RGB value is (71,116,115).

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

RGB channels and saturation

R 71 of 255 = 28%
G 116 of 255 = 45%
B 115 of 255 = 45%

71
116
115

R + G + B ~ 39%. #477473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 116 + 115 = 302 (100%)
R 71 of 302 ~ 23.51%
G 116 of 302 ~ 38.41%
B 115 of 302 ~ 38.08%

%23.51
%38.41
%38.08

CMYK color model

#477473 color CMYK value is (39,0,1,55).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 54.51%
CMYK:
(39,0,1,55)
C39M0Y1K55 
(39%,0%,1%,55%)
(0.39/0.00/0.01/0.55)	

CMYK percentages

%38.79
%0
%0.86
%54.51

Codes

Color #477473 in popluar color models

477473
RGB71116115
HSL179°24.06%36.67%
HSB/HSV179°38.79%45.49%
CMYK38.79%0.00%0.86%
54.51%

Color #477473 in popluar number systems.

HEX477473
Decimal71116115
Binary100011111101001110011
Octal107164163

Shades and tints

Shades of #477473

#477473
(71,116,115)
#416A69
(65,106,105)
#3B605F
(59,96,95)
#355655
(53,86,85)
#2F4C4B
(47,76,75)
#294241
(41,66,65)
#233837
(35,56,55)
#1D2E2D
(29,46,45)
#172423
(23,36,35)
#111A19
(17,26,25)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #477473

#477473
(71,116,115)
#57807F
(87,128,127)
#678C8B
(103,140,139)
#779897
(119,152,151)
#87A4A3
(135,164,163)
#97B0AF
(151,176,175)
#A7BCBB
(167,188,187)
#B7C8C7
(183,200,199)
#C7D4D3
(199,212,211)
#D7E0DF
(215,224,223)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477473; }

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

This text font color is #477473.


Background Color

.myBgColor { background-color: #477473; }

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

This div background color is #477473.


Border color

.myBorderColor { border: 1px solid #477473; }

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

This div border color is #477473.


Opacity

.myOpacity80 { color: #477473; opacity: 0.8; }

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

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

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

This text has shadow with #477473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477473 on black background.


Color preview on white background

This text has color #477473 on white background.



Black color preview on #477473 background

This text has black color on #477473 background.


White color preview on #477473 background

This text has white color on #477473 background.