COLOR #475861

HEX: #475861
RGB: (71,88,97)

Color info

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

RGB color model

#475861 color RGB value is (71,88,97).

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

RGB channels and saturation

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

71
88
97

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

Portions of RGB colors in percentages

R + G + B =
71 + 88 + 97 = 256 (100%)
R 71 of 256 ~ 27.73%
G 88 of 256 ~ 34.38%
B 97 of 256 ~ 37.89%

%27.73
%34.38
%37.89

CMYK color model

#475861 color CMYK value is (27,9,0,62).

  • cyan value is 26.80%
  • magenta value is 9.28%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(27,9,0,62)
C27M9Y0K62 
(27%,9%,0%,62%)
(0.27/0.09/0.00/0.62)	

CMYK percentages

%26.8
%9.28
%0
%61.96

Codes

Color #475861 in popluar color models

475861
RGB718897
HSL201°15.48%32.94%
HSB/HSV201°26.80%38.04%
CMYK26.80%9.28%0.00%
61.96%

Color #475861 in popluar number systems.

HEX475861
Decimal718897
Binary100011110110001100001
Octal107130141

Shades and tints

Shades of #475861

#475861
(71,88,97)
#415059
(65,80,89)
#3B4851
(59,72,81)
#354049
(53,64,73)
#2F3841
(47,56,65)
#293039
(41,48,57)
#232831
(35,40,49)
#1D2029
(29,32,41)
#171821
(23,24,33)
#111019
(17,16,25)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #475861

#475861
(71,88,97)
#57676F
(87,103,111)
#67767D
(103,118,125)
#77858B
(119,133,139)
#879499
(135,148,153)
#97A3A7
(151,163,167)
#A7B2B5
(167,178,181)
#B7C1C3
(183,193,195)
#C7D0D1
(199,208,209)
#D7DFDF
(215,223,223)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475861; }

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

This text font color is #475861.


Background Color

.myBgColor { background-color: #475861; }

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

This div background color is #475861.


Border color

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

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

This div border color is #475861.


Opacity

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

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

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

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

This text has shadow with #475861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475861 on black background.


Color preview on white background

This text has color #475861 on white background.



Black color preview on #475861 background

This text has black color on #475861 background.


White color preview on #475861 background

This text has white color on #475861 background.