COLOR #476E74

HEX: #476E74
RGB: (71,110,116)

Color info

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

RGB color model

#476E74 color RGB value is (71,110,116).

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

RGB channels and saturation

R 71 of 255 = 28%
G 110 of 255 = 43%
B 116 of 255 = 45%

71
110
116

R + G + B ~ 39%. #476E74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 110 + 116 = 297 (100%)
R 71 of 297 ~ 23.91%
G 110 of 297 ~ 37.04%
B 116 of 297 ~ 39.06%

%23.91
%37.04
%39.06

CMYK color model

#476E74 color CMYK value is (39,5,0,55).

  • cyan value is 38.79%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (39,5,0,55) C39M5Y0K55 (39%,5%,0%,55%) (0.39/0.05/0.00/0.55)

CMYK percentages

%38.79
%5.17
%0
%54.51

Codes

Color #476E74 in popluar color models

476E74
RGB71110116
HSL188°24.06%36.67%
HSB/HSV188°38.79%45.49%
CMYK38.79%5.17%0.00%
54.51%

Color #476E74 in popluar number systems.

HEX476E74
Decimal71110116
Binary100011111011101110100
Octal107156164

Shades and tints

Shades of #476E74

#476E74
(71,110,116)
#41646A
(65,100,106)
#3B5A60
(59,90,96)
#355056
(53,80,86)
#2F464C
(47,70,76)
#293C42
(41,60,66)
#233238
(35,50,56)
#1D282E
(29,40,46)
#171E24
(23,30,36)
#11141A
(17,20,26)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #476E74

#476E74
(71,110,116)
#577B80
(87,123,128)
#67888C
(103,136,140)
#779598
(119,149,152)
#87A2A4
(135,162,164)
#97AFB0
(151,175,176)
#A7BCBC
(167,188,188)
#B7C9C8
(183,201,200)
#C7D6D4
(199,214,212)
#D7E3E0
(215,227,224)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476E74; }

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

This text font color is #476E74.


Background Color

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

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

This div background color is #476E74.


Border color

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

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

This div border color is #476E74.


Opacity

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

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

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

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

This text has shadow with #476E74 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #476E74 on black background.


Color preview on white background

This text has color #476E74 on white background.



Black color preview on #476E74 background

This text has black color on #476E74 background.


White color preview on #476E74 background

This text has white color on #476E74 background.