COLOR #477E6B

HEX: #477E6B RGB: (71,126,107)

Color info

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

RGB color model

#477E6B color RGB value is (71,126,107).

RGB: (71,126,107) (28%, 49%, 42%)

RGB channels and saturation

R 71 of 255 = 28%
G 126 of 255 = 49%
B 107 of 255 = 42%

71
126
107

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

Portions of RGB colors in percentages

R + G + B = 71 + 126 + 107 = 304 (100%)
R 71 of 304 ~ 23.36%
G 126 of 304 ~ 41.45%
B 107 of 304 ~ 35.2'%

%23.36
%41.45
%35.2

CMYK color model

#477E6B color CMYK value is (44,0,15,51).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 50.59%

CMYK: (44,0,15,51)
C44M0Y15K51 (44%, 0%, 15%, 51%)
(0.44 / 0.00 / 0.15 / 0.51)

CMYK percentages

%43.65
%0
%15.08
%50.59

Codes

Color #477E6B in popluar color models

47 7E 6B
RGB 71 126 107
HSL 159° 27.92% 38.63%
HSB/HSV 159° 43.65% 49.41%
CMYK 43.65% 0.00% 15.08%
50.59%

Color #477E6B in popluar number systems.

HEX 47 7E 6B
Decimal 71 126 107
Binary 1000111 1111110 1101011
Octal 107 176 153

Shades and tints

Shades of #477E6B

#477E6B
(71,126,107)
#417362
(65,115,98)
#3B6859
(59,104,89)
#355D50
(53,93,80)
#2F5247
(47,82,71)
#29473E
(41,71,62)
#233C35
(35,60,53)
#1D312C
(29,49,44)
#172623
(23,38,35)
#111B1A
(17,27,26)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #477E6B

#477E6B
(71,126,107)
#578978
(87,137,120)
#679485
(103,148,133)
#779F92
(119,159,146)
#87AA9F
(135,170,159)
#97B5AC
(151,181,172)
#A7C0B9
(167,192,185)
#B7CBC6
(183,203,198)
#C7D6D3
(199,214,211)
#D7E1E0
(215,225,224)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477E6B color. Also use rgb(71,126,107) instead hex code.

Text Font Color

.myTextColor { color: #477E6B; }

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

This text font color is #477E6B.

Background Color

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

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

This div background color is #477E6B.

Border color

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

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

This div border color is #477E6B.

Opacity

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

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

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

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

This text has shadow with #477E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #477E6B.

Preview

Color preview on black background

This text has color #477E6B on black background.


Color preview on white background

This text has color #477E6B on white background.


Black color preview on #477E6B background

This text has black color on #477E6B background.


White color preview on #477E6B background

This text has white color on #477E6B background.


Related colors

Complementary color

Complementary color for #hex is #B88194.


I love getcolorcode.com

Triadic colors

1 #6B477E and #7E6B47 with #477E6B are triadic colors.

2 #6B7E47 and #7E476B with #477E6B are triadic colors.