COLOR #476565

HEX: #476565 RGB: (71,101,101)

Color info

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

RGB color model

#476565 color RGB value is (71,101,101).

RGB: (71,101,101) (28%, 40%, 40%)

RGB channels and saturation

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

71
101
101

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

Portions of RGB colors in percentages

R + G + B = 71 + 101 + 101 = 273 (100%)
R 71 of 273 ~ 26.01%
G 101 of 273 ~ 37%
B 101 of 273 ~ 37'%

%26.01
%37
%37

CMYK color model

#476565 color CMYK value is (30,0,0,60).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (30,0,0,60)
C30M0Y0K60 (30%, 0%, 0%, 60%)
(0.30 / 0.00 / 0.00 / 0.60)

CMYK percentages

%29.7
%0
%0
%60.39

Codes

Color #476565 in popluar color models

47 65 65
RGB 71 101 101
HSL 180° 17.44% 33.73%
HSB/HSV 180° 29.70% 39.61%
CMYK 29.70% 0.00% 0.00%
60.39%

Color #476565 in popluar number systems.

HEX 47 65 65
Decimal 71 101 101
Binary 1000111 1100101 1100101
Octal 107 145 145

Shades and tints

Shades of #476565

#476565
(71,101,101)
#415C5C
(65,92,92)
#3B5353
(59,83,83)
#354A4A
(53,74,74)
#2F4141
(47,65,65)
#293838
(41,56,56)
#232F2F
(35,47,47)
#1D2626
(29,38,38)
#171D1D
(23,29,29)
#111414
(17,20,20)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #476565

#476565
(71,101,101)
#577373
(87,115,115)
#678181
(103,129,129)
#778F8F
(119,143,143)
#879D9D
(135,157,157)
#97ABAB
(151,171,171)
#A7B9B9
(167,185,185)
#B7C7C7
(183,199,199)
#C7D5D5
(199,213,213)
#D7E3E3
(215,227,227)
#E7F1F1
(231,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476565; }

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

This text font color is #476565.

Background Color

.myBgColor { background-color: #476565; }

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

This div background color is #476565.

Border color

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

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

This div border color is #476565.

Opacity

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

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

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

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

This text has shadow with #476565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #476565.

Preview

Color preview on black background

This text has color #476565 on black background.


Color preview on white background

This text has color #476565 on white background.


Black color preview on #476565 background

This text has black color on #476565 background.


White color preview on #476565 background

This text has white color on #476565 background.


Related colors

Complementary color

Complementary color for #hex is #B89A9A.


I love getcolorcode.com