COLOR #475255

HEX: #475255
RGB: (71,82,85)

Color info

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

RGB color model

#475255 color RGB value is (71,82,85).

  • red value is 71;
  • green value is 82;
  • blue value is 85.
RGB:
(71,82,85)
(28%,32%,33%)

RGB channels and saturation

R 71 of 255 = 28%
G 82 of 255 = 32%
B 85 of 255 = 33%

71
82
85

R + G + B ~ 31%. #475255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 82 + 85 = 238 (100%)
R 71 of 238 ~ 29.83%
G 82 of 238 ~ 34.45%
B 85 of 238 ~ 35.71%

%29.83
%34.45
%35.71

CMYK color model

#475255 color CMYK value is (16,4,0,67).

  • cyan value is 16.47%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(16,4,0,67)
C16M4Y0K67 
(16%,4%,0%,67%)
(0.16/0.04/0.00/0.67)	

CMYK percentages

%16.47
%3.53
%0
%66.67

Codes

Color #475255 in popluar color models

475255
RGB718285
HSL193°8.97%30.59%
HSB/HSV193°16.47%33.33%
CMYK16.47%3.53%0.00%
66.67%

Color #475255 in popluar number systems.

HEX475255
Decimal718285
Binary100011110100101010101
Octal107122125

Shades and tints

Shades of #475255

#475255
(71,82,85)
#414B4E
(65,75,78)
#3B4447
(59,68,71)
#353D40
(53,61,64)
#2F3639
(47,54,57)
#292F32
(41,47,50)
#23282B
(35,40,43)
#1D2124
(29,33,36)
#171A1D
(23,26,29)
#111316
(17,19,22)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #475255

#475255
(71,82,85)
#576164
(87,97,100)
#677073
(103,112,115)
#777F82
(119,127,130)
#878E91
(135,142,145)
#979DA0
(151,157,160)
#A7ACAF
(167,172,175)
#B7BBBE
(183,187,190)
#C7CACD
(199,202,205)
#D7D9DC
(215,217,220)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475255; }

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

This text font color is #475255.


Background Color

.myBgColor { background-color: #475255; }

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

This div background color is #475255.


Border color

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

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

This div border color is #475255.


Opacity

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

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

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

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

This text has shadow with #475255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475255 on black background.


Color preview on white background

This text has color #475255 on white background.



Black color preview on #475255 background

This text has black color on #475255 background.


White color preview on #475255 background

This text has white color on #475255 background.