COLOR #474752

HEX: #474752
RGB: (71,71,82)

Color info

#474752 contains red, green and blue colors in about the same proportion. Web safe color of #474752 is #333366 (or #336).

RGB color model

#474752 color RGB value is (71,71,82).

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

RGB channels and saturation

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

71
71
82

R + G + B ~ 29%. #474752 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 82 = 224 (100%)
R 71 of 224 ~ 31.7%
G 71 of 224 ~ 31.7%
B 82 of 224 ~ 36.61%

%31.7
%31.7
%36.61

CMYK color model

#474752 color CMYK value is (13,13,0,68).

  • cyan value is 13.41%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(13,13,0,68)
C13M13Y0K68 
(13%,13%,0%,68%)
(0.13/0.13/0.00/0.68)	

CMYK percentages

%13.41
%13.41
%0
%67.84

Codes

Color #474752 in popluar color models

474752
RGB717182
HSL240°7.19%30.00%
HSB/HSV240°13.41%32.16%
CMYK13.41%13.41%0.00%
67.84%

Color #474752 in popluar number systems.

HEX474752
Decimal717182
Binary100011110001111010010
Octal107107122

Shades and tints

Shades of #474752

#474752
(71,71,82)
#41414B
(65,65,75)
#3B3B44
(59,59,68)
#35353D
(53,53,61)
#2F2F36
(47,47,54)
#29292F
(41,41,47)
#232328
(35,35,40)
#1D1D21
(29,29,33)
#17171A
(23,23,26)
#111113
(17,17,19)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #474752

#474752
(71,71,82)
#575761
(87,87,97)
#676770
(103,103,112)
#77777F
(119,119,127)
#87878E
(135,135,142)
#97979D
(151,151,157)
#A7A7AC
(167,167,172)
#B7B7BB
(183,183,187)
#C7C7CA
(199,199,202)
#D7D7D9
(215,215,217)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474752; }

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

This text font color is #474752.


Background Color

.myBgColor { background-color: #474752; }

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

This div background color is #474752.


Border color

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

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

This div border color is #474752.


Opacity

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

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

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

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

This text has shadow with #474752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474752 on black background.


Color preview on white background

This text has color #474752 on white background.



Black color preview on #474752 background

This text has black color on #474752 background.


White color preview on #474752 background

This text has white color on #474752 background.