COLOR #477476

HEX: #477476
RGB: (71,116,118)

Color info

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

RGB color model

#477476 color RGB value is (71,116,118).

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

RGB channels and saturation

R 71 of 255 = 28%
G 116 of 255 = 45%
B 118 of 255 = 46%

71
116
118

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

Portions of RGB colors in percentages

R + G + B =
71 + 116 + 118 = 305 (100%)
R 71 of 305 ~ 23.28%
G 116 of 305 ~ 38.03%
B 118 of 305 ~ 38.69%

%23.28
%38.03
%38.69

CMYK color model

#477476 color CMYK value is (40,2,0,54).

  • cyan value is 39.83%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(40,2,0,54)
C40M2Y0K54 
(40%,2%,0%,54%)
(0.40/0.02/0.00/0.54)	

CMYK percentages

%39.83
%1.69
%0
%53.73

Codes

Color #477476 in popluar color models

477476
RGB71116118
HSL183°24.87%37.06%
HSB/HSV183°39.83%46.27%
CMYK39.83%1.69%0.00%
53.73%

Color #477476 in popluar number systems.

HEX477476
Decimal71116118
Binary100011111101001110110
Octal107164166

Shades and tints

Shades of #477476

#477476
(71,116,118)
#416A6C
(65,106,108)
#3B6062
(59,96,98)
#355658
(53,86,88)
#2F4C4E
(47,76,78)
#294244
(41,66,68)
#23383A
(35,56,58)
#1D2E30
(29,46,48)
#172426
(23,36,38)
#111A1C
(17,26,28)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #477476

#477476
(71,116,118)
#578082
(87,128,130)
#678C8E
(103,140,142)
#77989A
(119,152,154)
#87A4A6
(135,164,166)
#97B0B2
(151,176,178)
#A7BCBE
(167,188,190)
#B7C8CA
(183,200,202)
#C7D4D6
(199,212,214)
#D7E0E2
(215,224,226)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477476; }

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

This text font color is #477476.


Background Color

.myBgColor { background-color: #477476; }

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

This div background color is #477476.


Border color

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

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

This div border color is #477476.


Opacity

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

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

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

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

This text has shadow with #477476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477476 on black background.


Color preview on white background

This text has color #477476 on white background.



Black color preview on #477476 background

This text has black color on #477476 background.


White color preview on #477476 background

This text has white color on #477476 background.