COLOR #475168

HEX: #475168
RGB: (71,81,104)

Color info

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

RGB color model

#475168 color RGB value is (71,81,104).

  • red value is 71;
  • green value is 81;
  • blue value is 104.
RGB:
(71,81,104)
(28%,32%,41%)

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 104 of 255 = 41%

71
81
104

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

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 104 = 256 (100%)
R 71 of 256 ~ 27.73%
G 81 of 256 ~ 31.64%
B 104 of 256 ~ 40.63%

%27.73
%31.64
%40.63

CMYK color model

#475168 color CMYK value is (32,22,0,59).

  • cyan value is 31.73%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(32,22,0,59)
C32M22Y0K59 
(32%,22%,0%,59%)
(0.32/0.22/0.00/0.59)	

CMYK percentages

%31.73
%22.12
%0
%59.22

Codes

Color #475168 in popluar color models

475168
RGB7181104
HSL222°18.86%34.31%
HSB/HSV222°31.73%40.78%
CMYK31.73%22.12%0.00%
59.22%

Color #475168 in popluar number systems.

HEX475168
Decimal7181104
Binary100011110100011101000
Octal107121150

Shades and tints

Shades of #475168

#475168
(71,81,104)
#414A5F
(65,74,95)
#3B4356
(59,67,86)
#353C4D
(53,60,77)
#2F3544
(47,53,68)
#292E3B
(41,46,59)
#232732
(35,39,50)
#1D2029
(29,32,41)
#171920
(23,25,32)
#111217
(17,18,23)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #475168

#475168
(71,81,104)
#576075
(87,96,117)
#676F82
(103,111,130)
#777E8F
(119,126,143)
#878D9C
(135,141,156)
#979CA9
(151,156,169)
#A7ABB6
(167,171,182)
#B7BAC3
(183,186,195)
#C7C9D0
(199,201,208)
#D7D8DD
(215,216,221)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475168; }

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

This text font color is #475168.


Background Color

.myBgColor { background-color: #475168; }

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

This div background color is #475168.


Border color

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

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

This div border color is #475168.


Opacity

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

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

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

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

This text has shadow with #475168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475168 on black background.


Color preview on white background

This text has color #475168 on white background.



Black color preview on #475168 background

This text has black color on #475168 background.


White color preview on #475168 background

This text has white color on #475168 background.