COLOR #475459

HEX: #475459
RGB: (71,84,89)

Color info

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

RGB color model

#475459 color RGB value is (71,84,89).

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

RGB channels and saturation

R 71 of 255 = 28%
G 84 of 255 = 33%
B 89 of 255 = 35%

71
84
89

R + G + B ~ 32%. #475459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 84 + 89 = 244 (100%)
R 71 of 244 ~ 29.1%
G 84 of 244 ~ 34.43%
B 89 of 244 ~ 36.48%

%29.1
%34.43
%36.48

CMYK color model

#475459 color CMYK value is (20,6,0,65).

  • cyan value is 20.22%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(20,6,0,65)
C20M6Y0K65 
(20%,6%,0%,65%)
(0.20/0.06/0.00/0.65)	

CMYK percentages

%20.22
%5.62
%0
%65.1

Codes

Color #475459 in popluar color models

475459
RGB718489
HSL197°11.25%31.37%
HSB/HSV197°20.22%34.90%
CMYK20.22%5.62%0.00%
65.10%

Color #475459 in popluar number systems.

HEX475459
Decimal718489
Binary100011110101001011001
Octal107124131

Shades and tints

Shades of #475459

#475459
(71,84,89)
#414D51
(65,77,81)
#3B4649
(59,70,73)
#353F41
(53,63,65)
#2F3839
(47,56,57)
#293131
(41,49,49)
#232A29
(35,42,41)
#1D2321
(29,35,33)
#171C19
(23,28,25)
#111511
(17,21,17)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #475459

#475459
(71,84,89)
#576368
(87,99,104)
#677277
(103,114,119)
#778186
(119,129,134)
#879095
(135,144,149)
#979FA4
(151,159,164)
#A7AEB3
(167,174,179)
#B7BDC2
(183,189,194)
#C7CCD1
(199,204,209)
#D7DBE0
(215,219,224)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475459; }

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

This text font color is #475459.


Background Color

.myBgColor { background-color: #475459; }

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

This div background color is #475459.


Border color

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

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

This div border color is #475459.


Opacity

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

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

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

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

This text has shadow with #475459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475459 on black background.


Color preview on white background

This text has color #475459 on white background.



Black color preview on #475459 background

This text has black color on #475459 background.


White color preview on #475459 background

This text has white color on #475459 background.