COLOR #475858

HEX: #475858
RGB: (71,88,88)

Color info

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

RGB color model

#475858 color RGB value is (71,88,88).

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

RGB channels and saturation

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

71
88
88

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

Portions of RGB colors in percentages

R + G + B =
71 + 88 + 88 = 247 (100%)
R 71 of 247 ~ 28.74%
G 88 of 247 ~ 35.63%
B 88 of 247 ~ 35.63%

%28.74
%35.63
%35.63

CMYK color model

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

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

CMYK percentages

%19.32
%0
%0
%65.49

Codes

Color #475858 in popluar color models

475858
RGB718888
HSL180°10.69%31.18%
HSB/HSV180°19.32%34.51%
CMYK19.32%0.00%0.00%
65.49%

Color #475858 in popluar number systems.

HEX475858
Decimal718888
Binary100011110110001011000
Octal107130130

Shades and tints

Shades of #475858

#475858
(71,88,88)
#415050
(65,80,80)
#3B4848
(59,72,72)
#354040
(53,64,64)
#2F3838
(47,56,56)
#293030
(41,48,48)
#232828
(35,40,40)
#1D2020
(29,32,32)
#171818
(23,24,24)
#111010
(17,16,16)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #475858

#475858
(71,88,88)
#576767
(87,103,103)
#677676
(103,118,118)
#778585
(119,133,133)
#879494
(135,148,148)
#97A3A3
(151,163,163)
#A7B2B2
(167,178,178)
#B7C1C1
(183,193,193)
#C7D0D0
(199,208,208)
#D7DFDF
(215,223,223)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475858; }

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

This text font color is #475858.


Background Color

.myBgColor { background-color: #475858; }

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

This div background color is #475858.


Border color

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

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

This div border color is #475858.


Opacity

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

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

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

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

This text has shadow with #475858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475858 on black background.


Color preview on white background

This text has color #475858 on white background.



Black color preview on #475858 background

This text has black color on #475858 background.


White color preview on #475858 background

This text has white color on #475858 background.