COLOR #475663

HEX: #475663
RGB: (71,86,99)

Color info

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

RGB color model

#475663 color RGB value is (71,86,99).

  • red value is 71;
  • green value is 86;
  • blue value is 99.
RGB:
(71,86,99)
(28%,34%,39%)

RGB channels and saturation

R 71 of 255 = 28%
G 86 of 255 = 34%
B 99 of 255 = 39%

71
86
99

R + G + B ~ 34%. #475663 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 86 + 99 = 256 (100%)
R 71 of 256 ~ 27.73%
G 86 of 256 ~ 33.59%
B 99 of 256 ~ 38.67%

%27.73
%33.59
%38.67

CMYK color model

#475663 color CMYK value is (28,13,0,61).

  • cyan value is 28.28%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(28,13,0,61)
C28M13Y0K61 
(28%,13%,0%,61%)
(0.28/0.13/0.00/0.61)	

CMYK percentages

%28.28
%13.13
%0
%61.18

Codes

Color #475663 in popluar color models

475663
RGB718699
HSL208°16.47%33.33%
HSB/HSV208°28.28%38.82%
CMYK28.28%13.13%0.00%
61.18%

Color #475663 in popluar number systems.

HEX475663
Decimal718699
Binary100011110101101100011
Octal107126143

Shades and tints

Shades of #475663

#475663
(71,86,99)
#414F5A
(65,79,90)
#3B4851
(59,72,81)
#354148
(53,65,72)
#2F3A3F
(47,58,63)
#293336
(41,51,54)
#232C2D
(35,44,45)
#1D2524
(29,37,36)
#171E1B
(23,30,27)
#111712
(17,23,18)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #475663

#475663
(71,86,99)
#576571
(87,101,113)
#67747F
(103,116,127)
#77838D
(119,131,141)
#87929B
(135,146,155)
#97A1A9
(151,161,169)
#A7B0B7
(167,176,183)
#B7BFC5
(183,191,197)
#C7CED3
(199,206,211)
#D7DDE1
(215,221,225)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475663; }

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

This text font color is #475663.


Background Color

.myBgColor { background-color: #475663; }

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

This div background color is #475663.


Border color

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

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

This div border color is #475663.


Opacity

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

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

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

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

This text has shadow with #475663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475663 on black background.


Color preview on white background

This text has color #475663 on white background.



Black color preview on #475663 background

This text has black color on #475663 background.


White color preview on #475663 background

This text has white color on #475663 background.