COLOR #476767

HEX: #476767 RGB: (71,103,103)

Color info

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

RGB color model

#476767 color RGB value is (71,103,103).

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

RGB channels and saturation

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

71
103
103

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

Portions of RGB colors in percentages

R + G + B = 71 + 103 + 103 = 277 (100%)
R 71 of 277 ~ 25.63%
G 103 of 277 ~ 37.18%
B 103 of 277 ~ 37.18'%

%25.63
%37.18
%37.18

CMYK color model

#476767 color CMYK value is (31,0,0,60).

  • cyan value is 31.07%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (31,0,0,60)
C31M0Y0K60 (31%, 0%, 0%, 60%)
(0.31 / 0.00 / 0.00 / 0.60)

CMYK percentages

%31.07
%0
%0
%59.61

Codes

Color #476767 in popluar color models

47 67 67
RGB 71 103 103
HSL 180° 18.39% 34.12%
HSB/HSV 180° 31.07% 40.39%
CMYK 31.07% 0.00% 0.00%
59.61%

Color #476767 in popluar number systems.

HEX 47 67 67
Decimal 71 103 103
Binary 1000111 1100111 1100111
Octal 107 147 147

Shades and tints

Shades of #476767

#476767
(71,103,103)
#415E5E
(65,94,94)
#3B5555
(59,85,85)
#354C4C
(53,76,76)
#2F4343
(47,67,67)
#293A3A
(41,58,58)
#233131
(35,49,49)
#1D2828
(29,40,40)
#171F1F
(23,31,31)
#111616
(17,22,22)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #476767

#476767
(71,103,103)
#577474
(87,116,116)
#678181
(103,129,129)
#778E8E
(119,142,142)
#879B9B
(135,155,155)
#97A8A8
(151,168,168)
#A7B5B5
(167,181,181)
#B7C2C2
(183,194,194)
#C7CFCF
(199,207,207)
#D7DCDC
(215,220,220)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476767; }

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

This text font color is #476767.

Background Color

.myBgColor { background-color: #476767; }

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

This div background color is #476767.

Border color

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

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

This div border color is #476767.

Opacity

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

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

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

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

This text has shadow with #476767 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #476767.

Preview

Color preview on black background

This text has color #476767 on black background.


Color preview on white background

This text has color #476767 on white background.


Black color preview on #476767 background

This text has black color on #476767 background.


White color preview on #476767 background

This text has white color on #476767 background.


Related colors

Complementary color

Complementary color for #hex is #B89898.


I love getcolorcode.com