COLOR #476F5C

HEX: #476F5C
RGB: (71,111,92)

Color info

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

RGB color model

#476F5C color RGB value is (71,111,92).

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

RGB channels and saturation

R 71 of 255 = 28%
G 111 of 255 = 44%
B 92 of 255 = 36%

71
111
92

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

Portions of RGB colors in percentages

R + G + B =
71 + 111 + 92 = 274 (100%)
R 71 of 274 ~ 25.91%
G 111 of 274 ~ 40.51%
B 92 of 274 ~ 33.58%

%25.91
%40.51
%33.58

CMYK color model

#476F5C color CMYK value is (36,0,17,56).

  • cyan value is 36.04%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 56.47%
CMYK:
(36,0,17,56)
C36M0Y17K56 
(36%,0%,17%,56%)
(0.36/0.00/0.17/0.56)	

CMYK percentages

%36.04
%0
%17.12
%56.47

Codes

Color #476F5C in popluar color models

476F5C
RGB7111192
HSL152°21.98%35.69%
HSB/HSV152°36.04%43.53%
CMYK36.04%0.00%17.12%
56.47%

Color #476F5C in popluar number systems.

HEX476F5C
Decimal7111192
Binary100011111011111011100
Octal107157134

Shades and tints

Shades of #476F5C

#476F5C
(71,111,92)
#416554
(65,101,84)
#3B5B4C
(59,91,76)
#355144
(53,81,68)
#2F473C
(47,71,60)
#293D34
(41,61,52)
#23332C
(35,51,44)
#1D2924
(29,41,36)
#171F1C
(23,31,28)
#111514
(17,21,20)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #476F5C

#476F5C
(71,111,92)
#577C6A
(87,124,106)
#678978
(103,137,120)
#779686
(119,150,134)
#87A394
(135,163,148)
#97B0A2
(151,176,162)
#A7BDB0
(167,189,176)
#B7CABE
(183,202,190)
#C7D7CC
(199,215,204)
#D7E4DA
(215,228,218)
#E7F1E8
(231,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476F5C color. Also use rgb(71,111,92) instead hex code.

Text Font Color

.myTextColor { color: #476F5C; }

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

This text font color is #476F5C.


Background Color

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

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

This div background color is #476F5C.


Border color

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

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

This div border color is #476F5C.


Opacity

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

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

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

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

This text has shadow with #476F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476F5C on black background.


Color preview on white background

This text has color #476F5C on white background.



Black color preview on #476F5C background

This text has black color on #476F5C background.


White color preview on #476F5C background

This text has white color on #476F5C background.