COLOR #475752

HEX: #475752
RGB: (71,87,82)

Color info

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

RGB color model

#475752 color RGB value is (71,87,82).

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

RGB channels and saturation

R 71 of 255 = 28%
G 87 of 255 = 34%
B 82 of 255 = 32%

71
87
82

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

Portions of RGB colors in percentages

R + G + B =
71 + 87 + 82 = 240 (100%)
R 71 of 240 ~ 29.58%
G 87 of 240 ~ 36.25%
B 82 of 240 ~ 34.17%

%29.58
%36.25
%34.17

CMYK color model

#475752 color CMYK value is (18,0,6,66).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 65.88%
CMYK:
(18,0,6,66)
C18M0Y6K66 
(18%,0%,6%,66%)
(0.18/0.00/0.06/0.66)	

CMYK percentages

%18.39
%0
%5.75
%65.88

Codes

Color #475752 in popluar color models

475752
RGB718782
HSL161°10.13%30.98%
HSB/HSV161°18.39%34.12%
CMYK18.39%0.00%5.75%
65.88%

Color #475752 in popluar number systems.

HEX475752
Decimal718782
Binary100011110101111010010
Octal107127122

Shades and tints

Shades of #475752

#475752
(71,87,82)
#41504B
(65,80,75)
#3B4944
(59,73,68)
#35423D
(53,66,61)
#2F3B36
(47,59,54)
#29342F
(41,52,47)
#232D28
(35,45,40)
#1D2621
(29,38,33)
#171F1A
(23,31,26)
#111813
(17,24,19)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #475752

#475752
(71,87,82)
#576661
(87,102,97)
#677570
(103,117,112)
#77847F
(119,132,127)
#87938E
(135,147,142)
#97A29D
(151,162,157)
#A7B1AC
(167,177,172)
#B7C0BB
(183,192,187)
#C7CFCA
(199,207,202)
#D7DED9
(215,222,217)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475752; }

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

This text font color is #475752.


Background Color

.myBgColor { background-color: #475752; }

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

This div background color is #475752.


Border color

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

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

This div border color is #475752.


Opacity

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

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

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

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

This text has shadow with #475752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475752 on black background.


Color preview on white background

This text has color #475752 on white background.



Black color preview on #475752 background

This text has black color on #475752 background.


White color preview on #475752 background

This text has white color on #475752 background.