COLOR #476766

HEX: #476766
RGB: (71,103,102)

Color info

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

RGB color model

#476766 color RGB value is (71,103,102).

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

RGB channels and saturation

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

71
103
102

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

Portions of RGB colors in percentages

R + G + B =
71 + 103 + 102 = 276 (100%)
R 71 of 276 ~ 25.72%
G 103 of 276 ~ 37.32%
B 102 of 276 ~ 36.96%

%25.72
%37.32
%36.96

CMYK color model

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

  • cyan value is 31.07%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 59.61%
CMYK:
(31,0,1,60)
C31M0Y1K60 
(31%,0%,1%,60%)
(0.31/0.00/0.01/0.60)	

CMYK percentages

%31.07
%0
%0.97
%59.61

Codes

Color #476766 in popluar color models

476766
RGB71103102
HSL178°18.39%34.12%
HSB/HSV178°31.07%40.39%
CMYK31.07%0.00%0.97%
59.61%

Color #476766 in popluar number systems.

HEX476766
Decimal71103102
Binary100011111001111100110
Octal107147146

Shades and tints

Shades of #476766

#476766
(71,103,102)
#415E5D
(65,94,93)
#3B5554
(59,85,84)
#354C4B
(53,76,75)
#2F4342
(47,67,66)
#293A39
(41,58,57)
#233130
(35,49,48)
#1D2827
(29,40,39)
#171F1E
(23,31,30)
#111615
(17,22,21)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #476766

#476766
(71,103,102)
#577473
(87,116,115)
#678180
(103,129,128)
#778E8D
(119,142,141)
#879B9A
(135,155,154)
#97A8A7
(151,168,167)
#A7B5B4
(167,181,180)
#B7C2C1
(183,194,193)
#C7CFCE
(199,207,206)
#D7DCDB
(215,220,219)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476766; }

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

This text font color is #476766.


Background Color

.myBgColor { background-color: #476766; }

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

This div background color is #476766.


Border color

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

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

This div border color is #476766.


Opacity

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

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

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

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

This text has shadow with #476766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476766 on black background.


Color preview on white background

This text has color #476766 on white background.



Black color preview on #476766 background

This text has black color on #476766 background.


White color preview on #476766 background

This text has white color on #476766 background.