COLOR #475364

HEX: #475364
RGB: (71,83,100)

Color info

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

RGB color model

#475364 color RGB value is (71,83,100).

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

RGB channels and saturation

R 71 of 255 = 28%
G 83 of 255 = 33%
B 100 of 255 = 39%

71
83
100

R + G + B ~ 33%. #475364 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 83 + 100 = 254 (100%)
R 71 of 254 ~ 27.95%
G 83 of 254 ~ 32.68%
B 100 of 254 ~ 39.37%

%27.95
%32.68
%39.37

CMYK color model

#475364 color CMYK value is (29,17,0,61).

  • cyan value is 29.00%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(29,17,0,61)
C29M17Y0K61 
(29%,17%,0%,61%)
(0.29/0.17/0.00/0.61)	

CMYK percentages

%29
%17
%0
%60.78

Codes

Color #475364 in popluar color models

475364
RGB7183100
HSL215°16.96%33.53%
HSB/HSV215°29.00%39.22%
CMYK29.00%17.00%0.00%
60.78%

Color #475364 in popluar number systems.

HEX475364
Decimal7183100
Binary100011110100111100100
Octal107123144

Shades and tints

Shades of #475364

#475364
(71,83,100)
#414C5B
(65,76,91)
#3B4552
(59,69,82)
#353E49
(53,62,73)
#2F3740
(47,55,64)
#293037
(41,48,55)
#23292E
(35,41,46)
#1D2225
(29,34,37)
#171B1C
(23,27,28)
#111413
(17,20,19)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #475364

#475364
(71,83,100)
#576272
(87,98,114)
#677180
(103,113,128)
#77808E
(119,128,142)
#878F9C
(135,143,156)
#979EAA
(151,158,170)
#A7ADB8
(167,173,184)
#B7BCC6
(183,188,198)
#C7CBD4
(199,203,212)
#D7DAE2
(215,218,226)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475364; }

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

This text font color is #475364.


Background Color

.myBgColor { background-color: #475364; }

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

This div background color is #475364.


Border color

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

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

This div border color is #475364.


Opacity

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

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

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

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

This text has shadow with #475364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475364 on black background.


Color preview on white background

This text has color #475364 on white background.



Black color preview on #475364 background

This text has black color on #475364 background.


White color preview on #475364 background

This text has white color on #475364 background.