COLOR #477B6F

HEX: #477B6F
RGB: (71,123,111)

Color info

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

RGB color model

#477B6F color RGB value is (71,123,111).

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

RGB channels and saturation

R 71 of 255 = 28%
G 123 of 255 = 48%
B 111 of 255 = 44%

71
123
111

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

Portions of RGB colors in percentages

R + G + B =
71 + 123 + 111 = 305 (100%)
R 71 of 305 ~ 23.28%
G 123 of 305 ~ 40.33%
B 111 of 305 ~ 36.39%

%23.28
%40.33
%36.39

CMYK color model

#477B6F color CMYK value is (42,0,10,52).

  • cyan value is 42.28%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 51.76%
CMYK:
(42,0,10,52)
C42M0Y10K52 
(42%,0%,10%,52%)
(0.42/0.00/0.10/0.52)	

CMYK percentages

%42.28
%0
%9.76
%51.76

Codes

Color #477B6F in popluar color models

477B6F
RGB71123111
HSL166°26.80%38.04%
HSB/HSV166°42.28%48.24%
CMYK42.28%0.00%9.76%
51.76%

Color #477B6F in popluar number systems.

HEX477B6F
Decimal71123111
Binary100011111110111101111
Octal107173157

Shades and tints

Shades of #477B6F

#477B6F
(71,123,111)
#417065
(65,112,101)
#3B655B
(59,101,91)
#355A51
(53,90,81)
#2F4F47
(47,79,71)
#29443D
(41,68,61)
#233933
(35,57,51)
#1D2E29
(29,46,41)
#17231F
(23,35,31)
#111815
(17,24,21)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #477B6F

#477B6F
(71,123,111)
#57877C
(87,135,124)
#679389
(103,147,137)
#779F96
(119,159,150)
#87ABA3
(135,171,163)
#97B7B0
(151,183,176)
#A7C3BD
(167,195,189)
#B7CFCA
(183,207,202)
#C7DBD7
(199,219,215)
#D7E7E4
(215,231,228)
#E7F3F1
(231,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477B6F; }

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

This text font color is #477B6F.


Background Color

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

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

This div background color is #477B6F.


Border color

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

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

This div border color is #477B6F.


Opacity

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

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

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

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

This text has shadow with #477B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477B6F on black background.


Color preview on white background

This text has color #477B6F on white background.



Black color preview on #477B6F background

This text has black color on #477B6F background.


White color preview on #477B6F background

This text has white color on #477B6F background.