COLOR #476E6C

HEX: #476E6C
RGB: (71,110,108)

Color info

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

RGB color model

#476E6C color RGB value is (71,110,108).

  • red value is 71;
  • green value is 110;
  • blue value is 108.
RGB:
(71,110,108)
(28%,43%,42%)

RGB channels and saturation

R 71 of 255 = 28%
G 110 of 255 = 43%
B 108 of 255 = 42%

71
110
108

R + G + B ~ 38%. #476E6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 110 + 108 = 289 (100%)
R 71 of 289 ~ 24.57%
G 110 of 289 ~ 38.06%
B 108 of 289 ~ 37.37%

%24.57
%38.06
%37.37

CMYK color model

#476E6C color CMYK value is (35,0,2,57).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 56.86%
CMYK:
(35,0,2,57)
C35M0Y2K57 
(35%,0%,2%,57%)
(0.35/0.00/0.02/0.57)	

CMYK percentages

%35.45
%0
%1.82
%56.86

Codes

Color #476E6C in popluar color models

476E6C
RGB71110108
HSL177°21.55%35.49%
HSB/HSV177°35.45%43.14%
CMYK35.45%0.00%1.82%
56.86%

Color #476E6C in popluar number systems.

HEX476E6C
Decimal71110108
Binary100011111011101101100
Octal107156154

Shades and tints

Shades of #476E6C

#476E6C
(71,110,108)
#416463
(65,100,99)
#3B5A5A
(59,90,90)
#355051
(53,80,81)
#2F4648
(47,70,72)
#293C3F
(41,60,63)
#233236
(35,50,54)
#1D282D
(29,40,45)
#171E24
(23,30,36)
#11141B
(17,20,27)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #476E6C

#476E6C
(71,110,108)
#577B79
(87,123,121)
#678886
(103,136,134)
#779593
(119,149,147)
#87A2A0
(135,162,160)
#97AFAD
(151,175,173)
#A7BCBA
(167,188,186)
#B7C9C7
(183,201,199)
#C7D6D4
(199,214,212)
#D7E3E1
(215,227,225)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476E6C color. Also use rgb(71,110,108) instead hex code.

Text Font Color

.myTextColor { color: #476E6C; }

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

This text font color is #476E6C.


Background Color

.myBgColor { background-color: #476E6C; }

<div style="background-color:#476E6C">Inner text</div>

This div background color is #476E6C.


Border color

.myBorderColor { border: 1px solid #476E6C; }

<div style="border:3px solid #476E6C">Div</div>

This div border color is #476E6C.


Opacity

.myOpacity80 { color: #476E6C; opacity: 0.8; }

<p style="color:#476E6C;opacity:0.8;">80%</p>

Text with #476E6C 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 #476E6C;}

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

This text has shadow with #476E6C color.

.textShadow {text-shadow: 3px 3px 1px #476E6C, 3px 3px 1px red;}

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

This text has shadow with #476E6C primary color and red secondary color.


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

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

This text has shadow with #476E6C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E6C on black background.


Color preview on white background

This text has color #476E6C on white background.



Black color preview on #476E6C background

This text has black color on #476E6C background.


White color preview on #476E6C background

This text has white color on #476E6C background.