COLOR #476965

HEX: #476965
RGB: (71,105,101)

Color info

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

RGB color model

#476965 color RGB value is (71,105,101).

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

RGB channels and saturation

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

71
105
101

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

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 101 = 277 (100%)
R 71 of 277 ~ 25.63%
G 105 of 277 ~ 37.91%
B 101 of 277 ~ 36.46%

%25.63
%37.91
%36.46

CMYK color model

#476965 color CMYK value is (32,0,4,59).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 58.82%
CMYK:
(32,0,4,59)
C32M0Y4K59 
(32%,0%,4%,59%)
(0.32/0.00/0.04/0.59)	

CMYK percentages

%32.38
%0
%3.81
%58.82

Codes

Color #476965 in popluar color models

476965
RGB71105101
HSL173°19.32%34.51%
HSB/HSV173°32.38%41.18%
CMYK32.38%0.00%3.81%
58.82%

Color #476965 in popluar number systems.

HEX476965
Decimal71105101
Binary100011111010011100101
Octal107151145

Shades and tints

Shades of #476965

#476965
(71,105,101)
#41605C
(65,96,92)
#3B5753
(59,87,83)
#354E4A
(53,78,74)
#2F4541
(47,69,65)
#293C38
(41,60,56)
#23332F
(35,51,47)
#1D2A26
(29,42,38)
#17211D
(23,33,29)
#111814
(17,24,20)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #476965

#476965
(71,105,101)
#577673
(87,118,115)
#678381
(103,131,129)
#77908F
(119,144,143)
#879D9D
(135,157,157)
#97AAAB
(151,170,171)
#A7B7B9
(167,183,185)
#B7C4C7
(183,196,199)
#C7D1D5
(199,209,213)
#D7DEE3
(215,222,227)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476965; }

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

This text font color is #476965.


Background Color

.myBgColor { background-color: #476965; }

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

This div background color is #476965.


Border color

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

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

This div border color is #476965.


Opacity

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

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

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

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

This text has shadow with #476965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476965 on black background.


Color preview on white background

This text has color #476965 on white background.



Black color preview on #476965 background

This text has black color on #476965 background.


White color preview on #476965 background

This text has white color on #476965 background.