COLOR #476B60

HEX: #476B60
RGB: (71,107,96)

Color info

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

RGB color model

#476B60 color RGB value is (71,107,96).

  • red value is 71;
  • green value is 107;
  • blue value is 96.
RGB:
(71,107,96)
(28%,42%,38%)

RGB channels and saturation

R 71 of 255 = 28%
G 107 of 255 = 42%
B 96 of 255 = 38%

71
107
96

R + G + B ~ 36%. #476B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 107 + 96 = 274 (100%)
R 71 of 274 ~ 25.91%
G 107 of 274 ~ 39.05%
B 96 of 274 ~ 35.04%

%25.91
%39.05
%35.04

CMYK color model

#476B60 color CMYK value is (34,0,10,58).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 10.28%
  • key color value is 58.04%
CMYK:
(34,0,10,58)
C34M0Y10K58 
(34%,0%,10%,58%)
(0.34/0.00/0.10/0.58)	

CMYK percentages

%33.64
%0
%10.28
%58.04

Codes

Color #476B60 in popluar color models

476B60
RGB7110796
HSL162°20.22%34.90%
HSB/HSV162°33.64%41.96%
CMYK33.64%0.00%10.28%
58.04%

Color #476B60 in popluar number systems.

HEX476B60
Decimal7110796
Binary100011111010111100000
Octal107153140

Shades and tints

Shades of #476B60

#476B60
(71,107,96)
#416258
(65,98,88)
#3B5950
(59,89,80)
#355048
(53,80,72)
#2F4740
(47,71,64)
#293E38
(41,62,56)
#233530
(35,53,48)
#1D2C28
(29,44,40)
#172320
(23,35,32)
#111A18
(17,26,24)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #476B60

#476B60
(71,107,96)
#57786E
(87,120,110)
#67857C
(103,133,124)
#77928A
(119,146,138)
#879F98
(135,159,152)
#97ACA6
(151,172,166)
#A7B9B4
(167,185,180)
#B7C6C2
(183,198,194)
#C7D3D0
(199,211,208)
#D7E0DE
(215,224,222)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476B60 color. Also use rgb(71,107,96) instead hex code.

Text Font Color

.myTextColor { color: #476B60; }

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

This text font color is #476B60.


Background Color

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

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

This div background color is #476B60.


Border color

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

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

This div border color is #476B60.


Opacity

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

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

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

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

This text has shadow with #476B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476B60 on black background.


Color preview on white background

This text has color #476B60 on white background.



Black color preview on #476B60 background

This text has black color on #476B60 background.


White color preview on #476B60 background

This text has white color on #476B60 background.