COLOR #476967

HEX: #476967
RGB: (71,105,103)

Color info

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

RGB color model

#476967 color RGB value is (71,105,103).

  • red value is 71;
  • green value is 105;
  • blue value is 103.
RGB:
(71,105,103)
(28%,41%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 105 of 255 = 41%
B 103 of 255 = 40%

71
105
103

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

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 103 = 279 (100%)
R 71 of 279 ~ 25.45%
G 105 of 279 ~ 37.63%
B 103 of 279 ~ 36.92%

%25.45
%37.63
%36.92

CMYK color model

#476967 color CMYK value is (32,0,2,59).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 58.82%
CMYK:
(32,0,2,59)
C32M0Y2K59 
(32%,0%,2%,59%)
(0.32/0.00/0.02/0.59)	

CMYK percentages

%32.38
%0
%1.9
%58.82

Codes

Color #476967 in popluar color models

476967
RGB71105103
HSL176°19.32%34.51%
HSB/HSV176°32.38%41.18%
CMYK32.38%0.00%1.90%
58.82%

Color #476967 in popluar number systems.

HEX476967
Decimal71105103
Binary100011111010011100111
Octal107151147

Shades and tints

Shades of #476967

#476967
(71,105,103)
#41605E
(65,96,94)
#3B5755
(59,87,85)
#354E4C
(53,78,76)
#2F4543
(47,69,67)
#293C3A
(41,60,58)
#233331
(35,51,49)
#1D2A28
(29,42,40)
#17211F
(23,33,31)
#111816
(17,24,22)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #476967

#476967
(71,105,103)
#577674
(87,118,116)
#678381
(103,131,129)
#77908E
(119,144,142)
#879D9B
(135,157,155)
#97AAA8
(151,170,168)
#A7B7B5
(167,183,181)
#B7C4C2
(183,196,194)
#C7D1CF
(199,209,207)
#D7DEDC
(215,222,220)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476967 color. Also use rgb(71,105,103) instead hex code.

Text Font Color

.myTextColor { color: #476967; }

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

This text font color is #476967.


Background Color

.myBgColor { background-color: #476967; }

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

This div background color is #476967.


Border color

.myBorderColor { border: 1px solid #476967; }

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

This div border color is #476967.


Opacity

.myOpacity80 { color: #476967; opacity: 0.8; }

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

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

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

This text has shadow with #476967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476967 on black background.


Color preview on white background

This text has color #476967 on white background.



Black color preview on #476967 background

This text has black color on #476967 background.


White color preview on #476967 background

This text has white color on #476967 background.