COLOR #477D7F

HEX: #477D7F RGB: (71,125,127)

Color info

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

RGB color model

#477D7F color RGB value is (71,125,127).

RGB: (71,125,127) (28%, 49%, 50%)

RGB channels and saturation

R 71 of 255 = 28%
G 125 of 255 = 49%
B 127 of 255 = 50%

71
125
127

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

Portions of RGB colors in percentages

R + G + B = 71 + 125 + 127 = 323 (100%)
R 71 of 323 ~ 21.98%
G 125 of 323 ~ 38.7%
B 127 of 323 ~ 39.32'%

%21.98
%38.7
%39.32

CMYK color model

#477D7F color CMYK value is (44,2,0,50).

  • cyan value is 44.09%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (44,2,0,50)
C44M2Y0K50 (44%, 2%, 0%, 50%)
(0.44 / 0.02 / 0.00 / 0.50)

CMYK percentages

%44.09
%1.57
%0
%50.2

Codes

Color #477D7F in popluar color models

47 7D 7F
RGB 71 125 127
HSL 182° 28.28% 38.82%
HSB/HSV 182° 44.09% 49.80%
CMYK 44.09% 1.57% 0.00%
50.20%

Color #477D7F in popluar number systems.

HEX 47 7D 7F
Decimal 71 125 127
Binary 1000111 1111101 1111111
Octal 107 175 177

Shades and tints

Shades of #477D7F

#477D7F
(71,125,127)
#417274
(65,114,116)
#3B6769
(59,103,105)
#355C5E
(53,92,94)
#2F5153
(47,81,83)
#294648
(41,70,72)
#233B3D
(35,59,61)
#1D3032
(29,48,50)
#172527
(23,37,39)
#111A1C
(17,26,28)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #477D7F

#477D7F
(71,125,127)
#57888A
(87,136,138)
#679395
(103,147,149)
#779EA0
(119,158,160)
#87A9AB
(135,169,171)
#97B4B6
(151,180,182)
#A7BFC1
(167,191,193)
#B7CACC
(183,202,204)
#C7D5D7
(199,213,215)
#D7E0E2
(215,224,226)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477D7F; }

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

This text font color is #477D7F.

Background Color

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

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

This div background color is #477D7F.

Border color

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

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

This div border color is #477D7F.

Opacity

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

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

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

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

This text has shadow with #477D7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #477D7F.

Preview

Color preview on black background

This text has color #477D7F on black background.


Color preview on white background

This text has color #477D7F on white background.


Black color preview on #477D7F background

This text has black color on #477D7F background.


White color preview on #477D7F background

This text has white color on #477D7F background.


Related colors

Complementary color

Complementary color for #hex is #B88280.


I love getcolorcode.com

Triadic colors

1 #7F477D and #7D7F47 with #477D7F are triadic colors.

2 #7F7D47 and #7D477F with #477D7F are triadic colors.