COLOR #475058

HEX: #475058
RGB: (71,80,88)

Color info

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

RGB color model

#475058 color RGB value is (71,80,88).

  • red value is 71;
  • green value is 80;
  • blue value is 88.
RGB:
(71,80,88)
(28%,31%,35%)

RGB channels and saturation

R 71 of 255 = 28%
G 80 of 255 = 31%
B 88 of 255 = 35%

71
80
88

R + G + B ~ 31%. #475058 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 80 + 88 = 239 (100%)
R 71 of 239 ~ 29.71%
G 80 of 239 ~ 33.47%
B 88 of 239 ~ 36.82%

%29.71
%33.47
%36.82

CMYK color model

#475058 color CMYK value is (19,9,0,65).

  • cyan value is 19.32%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(19,9,0,65)
C19M9Y0K65 
(19%,9%,0%,65%)
(0.19/0.09/0.00/0.65)	

CMYK percentages

%19.32
%9.09
%0
%65.49

Codes

Color #475058 in popluar color models

475058
RGB718088
HSL208°10.69%31.18%
HSB/HSV208°19.32%34.51%
CMYK19.32%9.09%0.00%
65.49%

Color #475058 in popluar number systems.

HEX475058
Decimal718088
Binary100011110100001011000
Octal107120130

Shades and tints

Shades of #475058

#475058
(71,80,88)
#414950
(65,73,80)
#3B4248
(59,66,72)
#353B40
(53,59,64)
#2F3438
(47,52,56)
#292D30
(41,45,48)
#232628
(35,38,40)
#1D1F20
(29,31,32)
#171818
(23,24,24)
#111110
(17,17,16)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #475058

#475058
(71,80,88)
#575F67
(87,95,103)
#676E76
(103,110,118)
#777D85
(119,125,133)
#878C94
(135,140,148)
#979BA3
(151,155,163)
#A7AAB2
(167,170,178)
#B7B9C1
(183,185,193)
#C7C8D0
(199,200,208)
#D7D7DF
(215,215,223)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475058 color. Also use rgb(71,80,88) instead hex code.

Text Font Color

.myTextColor { color: #475058; }

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

This text font color is #475058.


Background Color

.myBgColor { background-color: #475058; }

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

This div background color is #475058.


Border color

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

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

This div border color is #475058.


Opacity

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

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

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

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

This text has shadow with #475058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475058 on black background.


Color preview on white background

This text has color #475058 on white background.



Black color preview on #475058 background

This text has black color on #475058 background.


White color preview on #475058 background

This text has white color on #475058 background.