COLOR #477E69

HEX: #477E69
RGB: (71,126,105)

Color info

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

RGB color model

#477E69 color RGB value is (71,126,105).

  • red value is 71;
  • green value is 126;
  • blue value is 105.
RGB:
(71,126,105)
(28%,49%,41%)

RGB channels and saturation

R 71 of 255 = 28%
G 126 of 255 = 49%
B 105 of 255 = 41%

71
126
105

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

Portions of RGB colors in percentages

R + G + B =
71 + 126 + 105 = 302 (100%)
R 71 of 302 ~ 23.51%
G 126 of 302 ~ 41.72%
B 105 of 302 ~ 34.77%

%23.51
%41.72
%34.77

CMYK color model

#477E69 color CMYK value is (44,0,17,51).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 50.59%
CMYK:
(44,0,17,51)
C44M0Y17K51 
(44%,0%,17%,51%)
(0.44/0.00/0.17/0.51)	

CMYK percentages

%43.65
%0
%16.67
%50.59

Codes

Color #477E69 in popluar color models

477E69
RGB71126105
HSL157°27.92%38.63%
HSB/HSV157°43.65%49.41%
CMYK43.65%0.00%16.67%
50.59%

Color #477E69 in popluar number systems.

HEX477E69
Decimal71126105
Binary100011111111101101001
Octal107176151

Shades and tints

Shades of #477E69

#477E69
(71,126,105)
#417360
(65,115,96)
#3B6857
(59,104,87)
#355D4E
(53,93,78)
#2F5245
(47,82,69)
#29473C
(41,71,60)
#233C33
(35,60,51)
#1D312A
(29,49,42)
#172621
(23,38,33)
#111B18
(17,27,24)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #477E69

#477E69
(71,126,105)
#578976
(87,137,118)
#679483
(103,148,131)
#779F90
(119,159,144)
#87AA9D
(135,170,157)
#97B5AA
(151,181,170)
#A7C0B7
(167,192,183)
#B7CBC4
(183,203,196)
#C7D6D1
(199,214,209)
#D7E1DE
(215,225,222)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477E69; }

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

This text font color is #477E69.


Background Color

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

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

This div background color is #477E69.


Border color

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

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

This div border color is #477E69.


Opacity

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

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

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

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

This text has shadow with #477E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477E69 on black background.


Color preview on white background

This text has color #477E69 on white background.



Black color preview on #477E69 background

This text has black color on #477E69 background.


White color preview on #477E69 background

This text has white color on #477E69 background.