COLOR #475161

HEX: #475161
RGB: (71,81,97)

Color info

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

RGB color model

#475161 color RGB value is (71,81,97).

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

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 97 of 255 = 38%

71
81
97

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

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 97 = 249 (100%)
R 71 of 249 ~ 28.51%
G 81 of 249 ~ 32.53%
B 97 of 249 ~ 38.96%

%28.51
%32.53
%38.96

CMYK color model

#475161 color CMYK value is (27,16,0,62).

  • cyan value is 26.80%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(27,16,0,62)
C27M16Y0K62 
(27%,16%,0%,62%)
(0.27/0.16/0.00/0.62)	

CMYK percentages

%26.8
%16.49
%0
%61.96

Codes

Color #475161 in popluar color models

475161
RGB718197
HSL217°15.48%32.94%
HSB/HSV217°26.80%38.04%
CMYK26.80%16.49%0.00%
61.96%

Color #475161 in popluar number systems.

HEX475161
Decimal718197
Binary100011110100011100001
Octal107121141

Shades and tints

Shades of #475161

#475161
(71,81,97)
#414A59
(65,74,89)
#3B4351
(59,67,81)
#353C49
(53,60,73)
#2F3541
(47,53,65)
#292E39
(41,46,57)
#232731
(35,39,49)
#1D2029
(29,32,41)
#171921
(23,25,33)
#111219
(17,18,25)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #475161

#475161
(71,81,97)
#57606F
(87,96,111)
#676F7D
(103,111,125)
#777E8B
(119,126,139)
#878D99
(135,141,153)
#979CA7
(151,156,167)
#A7ABB5
(167,171,181)
#B7BAC3
(183,186,195)
#C7C9D1
(199,201,209)
#D7D8DF
(215,216,223)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475161; }

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

This text font color is #475161.


Background Color

.myBgColor { background-color: #475161; }

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

This div background color is #475161.


Border color

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

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

This div border color is #475161.


Opacity

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

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

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

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

This text has shadow with #475161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475161 on black background.


Color preview on white background

This text has color #475161 on white background.



Black color preview on #475161 background

This text has black color on #475161 background.


White color preview on #475161 background

This text has white color on #475161 background.