COLOR #477F6F

HEX: #477F6F
RGB: (71,127,111)

Color info

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

RGB color model

#477F6F color RGB value is (71,127,111).

  • red value is 71;
  • green value is 127;
  • blue value is 111.
RGB:
(71,127,111)
(28%,50%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 127 of 255 = 50%
B 111 of 255 = 44%

71
127
111

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

Portions of RGB colors in percentages

R + G + B =
71 + 127 + 111 = 309 (100%)
R 71 of 309 ~ 22.98%
G 127 of 309 ~ 41.1%
B 111 of 309 ~ 35.92%

%22.98
%41.1
%35.92

CMYK color model

#477F6F color CMYK value is (44,0,13,50).

  • cyan value is 44.09%
  • magenta value is 0.00%
  • yellow value is 12.60%
  • key color value is 50.20%
CMYK:
(44,0,13,50)
C44M0Y13K50 
(44%,0%,13%,50%)
(0.44/0.00/0.13/0.50)	

CMYK percentages

%44.09
%0
%12.6
%50.2

Codes

Color #477F6F in popluar color models

477F6F
RGB71127111
HSL163°28.28%38.82%
HSB/HSV163°44.09%49.80%
CMYK44.09%0.00%12.60%
50.20%

Color #477F6F in popluar number systems.

HEX477F6F
Decimal71127111
Binary100011111111111101111
Octal107177157

Shades and tints

Shades of #477F6F

#477F6F
(71,127,111)
#417465
(65,116,101)
#3B695B
(59,105,91)
#355E51
(53,94,81)
#2F5347
(47,83,71)
#29483D
(41,72,61)
#233D33
(35,61,51)
#1D3229
(29,50,41)
#17271F
(23,39,31)
#111C15
(17,28,21)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #477F6F

#477F6F
(71,127,111)
#578A7C
(87,138,124)
#679589
(103,149,137)
#77A096
(119,160,150)
#87ABA3
(135,171,163)
#97B6B0
(151,182,176)
#A7C1BD
(167,193,189)
#B7CCCA
(183,204,202)
#C7D7D7
(199,215,215)
#D7E2E4
(215,226,228)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477F6F color. Also use rgb(71,127,111) instead hex code.

Text Font Color

.myTextColor { color: #477F6F; }

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

This text font color is #477F6F.


Background Color

.myBgColor { background-color: #477F6F; }

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

This div background color is #477F6F.


Border color

.myBorderColor { border: 1px solid #477F6F; }

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

This div border color is #477F6F.


Opacity

.myOpacity80 { color: #477F6F; opacity: 0.8; }

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

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

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

This text has shadow with #477F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477F6F on black background.


Color preview on white background

This text has color #477F6F on white background.



Black color preview on #477F6F background

This text has black color on #477F6F background.


White color preview on #477F6F background

This text has white color on #477F6F background.