COLOR #475964

HEX: #475964
RGB: (71,89,100)

Color info

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

RGB color model

#475964 color RGB value is (71,89,100).

  • red value is 71;
  • green value is 89;
  • blue value is 100.
RGB: (71,89,100) (28%,35%,39%)

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 100 of 255 = 39%

71
89
100

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

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 100 = 260 (100%)
R 71 of 260 ~ 27.31%
G 89 of 260 ~ 34.23%
B 100 of 260 ~ 38.46%

%27.31
%34.23
%38.46

CMYK color model

#475964 color CMYK value is (29,11,0,61).

  • cyan value is 29.00%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK: (29,11,0,61) C29M11Y0K61 (29%,11%,0%,61%) (0.29/0.11/0.00/0.61)

CMYK percentages

%29
%11
%0
%60.78

Codes

Color #475964 in popluar color models

475964
RGB7189100
HSL203°16.96%33.53%
HSB/HSV203°29.00%39.22%
CMYK29.00%11.00%0.00%
60.78%

Color #475964 in popluar number systems.

HEX475964
Decimal7189100
Binary100011110110011100100
Octal107131144

Shades and tints

Shades of #475964

#475964
(71,89,100)
#41515B
(65,81,91)
#3B4952
(59,73,82)
#354149
(53,65,73)
#2F3940
(47,57,64)
#293137
(41,49,55)
#23292E
(35,41,46)
#1D2125
(29,33,37)
#17191C
(23,25,28)
#111113
(17,17,19)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #475964

#475964
(71,89,100)
#576872
(87,104,114)
#677780
(103,119,128)
#77868E
(119,134,142)
#87959C
(135,149,156)
#97A4AA
(151,164,170)
#A7B3B8
(167,179,184)
#B7C2C6
(183,194,198)
#C7D1D4
(199,209,212)
#D7E0E2
(215,224,226)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475964; }

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

This text font color is #475964.


Background Color

.myBgColor { background-color: #475964; }

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

This div background color is #475964.


Border color

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

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

This div border color is #475964.


Opacity

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

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

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

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

This text has shadow with #475964 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #475964 on black background.


Color preview on white background

This text has color #475964 on white background.



Black color preview on #475964 background

This text has black color on #475964 background.


White color preview on #475964 background

This text has white color on #475964 background.