COLOR #475175

HEX: #475175
RGB: (71,81,117)

Color info

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

RGB color model

#475175 color RGB value is (71,81,117).

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

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 117 of 255 = 46%

71
81
117

R + G + B ~ 35%. #475175 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 117 = 269 (100%)
R 71 of 269 ~ 26.39%
G 81 of 269 ~ 30.11%
B 117 of 269 ~ 43.49%

%26.39
%30.11
%43.49

CMYK color model

#475175 color CMYK value is (39,31,0,54).

  • cyan value is 39.32%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(39,31,0,54)
C39M31Y0K54 
(39%,31%,0%,54%)
(0.39/0.31/0.00/0.54)	

CMYK percentages

%39.32
%30.77
%0
%54.12

Codes

Color #475175 in popluar color models

475175
RGB7181117
HSL227°24.47%36.86%
HSB/HSV227°39.32%45.88%
CMYK39.32%30.77%0.00%
54.12%

Color #475175 in popluar number systems.

HEX475175
Decimal7181117
Binary100011110100011110101
Octal107121165

Shades and tints

Shades of #475175

#475175
(71,81,117)
#414A6B
(65,74,107)
#3B4361
(59,67,97)
#353C57
(53,60,87)
#2F354D
(47,53,77)
#292E43
(41,46,67)
#232739
(35,39,57)
#1D202F
(29,32,47)
#171925
(23,25,37)
#11121B
(17,18,27)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #475175

#475175
(71,81,117)
#576081
(87,96,129)
#676F8D
(103,111,141)
#777E99
(119,126,153)
#878DA5
(135,141,165)
#979CB1
(151,156,177)
#A7ABBD
(167,171,189)
#B7BAC9
(183,186,201)
#C7C9D5
(199,201,213)
#D7D8E1
(215,216,225)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475175; }

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

This text font color is #475175.


Background Color

.myBgColor { background-color: #475175; }

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

This div background color is #475175.


Border color

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

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

This div border color is #475175.


Opacity

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

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

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

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

This text has shadow with #475175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475175 on black background.


Color preview on white background

This text has color #475175 on white background.



Black color preview on #475175 background

This text has black color on #475175 background.


White color preview on #475175 background

This text has white color on #475175 background.