COLOR #475962

HEX: #475962
RGB: (71,89,98)

Color info

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

RGB color model

#475962 color RGB value is (71,89,98).

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

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 98 of 255 = 38%

71
89
98

R + G + B ~ 34%. #475962 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 98 = 258 (100%)
R 71 of 258 ~ 27.52%
G 89 of 258 ~ 34.5%
B 98 of 258 ~ 37.98%

%27.52
%34.5
%37.98

CMYK color model

#475962 color CMYK value is (28,9,0,62).

  • cyan value is 27.55%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(28,9,0,62)
C28M9Y0K62 
(28%,9%,0%,62%)
(0.28/0.09/0.00/0.62)	

CMYK percentages

%27.55
%9.18
%0
%61.57

Codes

Color #475962 in popluar color models

475962
RGB718998
HSL200°15.98%33.14%
HSB/HSV200°27.55%38.43%
CMYK27.55%9.18%0.00%
61.57%

Color #475962 in popluar number systems.

HEX475962
Decimal718998
Binary100011110110011100010
Octal107131142

Shades and tints

Shades of #475962

#475962
(71,89,98)
#41515A
(65,81,90)
#3B4952
(59,73,82)
#35414A
(53,65,74)
#2F3942
(47,57,66)
#29313A
(41,49,58)
#232932
(35,41,50)
#1D212A
(29,33,42)
#171922
(23,25,34)
#11111A
(17,17,26)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #475962

#475962
(71,89,98)
#576870
(87,104,112)
#67777E
(103,119,126)
#77868C
(119,134,140)
#87959A
(135,149,154)
#97A4A8
(151,164,168)
#A7B3B6
(167,179,182)
#B7C2C4
(183,194,196)
#C7D1D2
(199,209,210)
#D7E0E0
(215,224,224)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475962; }

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

This text font color is #475962.


Background Color

.myBgColor { background-color: #475962; }

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

This div background color is #475962.


Border color

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

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

This div border color is #475962.


Opacity

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

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

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

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

This text has shadow with #475962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475962 on black background.


Color preview on white background

This text has color #475962 on white background.



Black color preview on #475962 background

This text has black color on #475962 background.


White color preview on #475962 background

This text has white color on #475962 background.