COLOR #475958

HEX: #475958
RGB: (71,89,88)

Color info

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

RGB color model

#475958 color RGB value is (71,89,88).

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

RGB channels and saturation

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

71
89
88

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

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 88 = 248 (100%)
R 71 of 248 ~ 28.63%
G 89 of 248 ~ 35.89%
B 88 of 248 ~ 35.48%

%28.63
%35.89
%35.48

CMYK color model

#475958 color CMYK value is (20,0,1,65).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 1.12%
  • key color value is 65.10%
CMYK:
(20,0,1,65)
C20M0Y1K65 
(20%,0%,1%,65%)
(0.20/0.00/0.01/0.65)	

CMYK percentages

%20.22
%0
%1.12
%65.1

Codes

Color #475958 in popluar color models

475958
RGB718988
HSL177°11.25%31.37%
HSB/HSV177°20.22%34.90%
CMYK20.22%0.00%1.12%
65.10%

Color #475958 in popluar number systems.

HEX475958
Decimal718988
Binary100011110110011011000
Octal107131130

Shades and tints

Shades of #475958

#475958
(71,89,88)
#415150
(65,81,80)
#3B4948
(59,73,72)
#354140
(53,65,64)
#2F3938
(47,57,56)
#293130
(41,49,48)
#232928
(35,41,40)
#1D2120
(29,33,32)
#171918
(23,25,24)
#111110
(17,17,16)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #475958

#475958
(71,89,88)
#576867
(87,104,103)
#677776
(103,119,118)
#778685
(119,134,133)
#879594
(135,149,148)
#97A4A3
(151,164,163)
#A7B3B2
(167,179,178)
#B7C2C1
(183,194,193)
#C7D1D0
(199,209,208)
#D7E0DF
(215,224,223)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475958; }

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

This text font color is #475958.


Background Color

.myBgColor { background-color: #475958; }

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

This div background color is #475958.


Border color

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

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

This div border color is #475958.


Opacity

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

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

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

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

This text has shadow with #475958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475958 on black background.


Color preview on white background

This text has color #475958 on white background.



Black color preview on #475958 background

This text has black color on #475958 background.


White color preview on #475958 background

This text has white color on #475958 background.