COLOR #474748

HEX: #474748
RGB: (71,71,72)

Color info

#474748 contains red, green and blue colors in about the same proportion. Web safe color of #474748 is #333333 (or #333).

RGB color model

#474748 color RGB value is (71,71,72).

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

RGB channels and saturation

R 71 of 255 = 28%
G 71 of 255 = 28%
B 72 of 255 = 28%

71
71
72

R + G + B ~ 28%. #474748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 72 = 214 (100%)
R 71 of 214 ~ 33.18%
G 71 of 214 ~ 33.18%
B 72 of 214 ~ 33.64%

%33.18
%33.18
%33.64

CMYK color model

#474748 color CMYK value is (1,1,0,72).

  • cyan value is 1.39%
  • magenta value is 1.39%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(1,1,0,72)
C1M1Y0K72 
(1%,1%,0%,72%)
(0.01/0.01/0.00/0.72)	

CMYK percentages

%1.39
%1.39
%0
%71.76

Codes

Color #474748 in popluar color models

474748
RGB717172
HSL240°0.70%28.04%
HSB/HSV240°1.39%28.24%
CMYK1.39%1.39%0.00%
71.76%

Color #474748 in popluar number systems.

HEX474748
Decimal717172
Binary100011110001111001000
Octal107107110

Shades and tints

Shades of #474748

#474748
(71,71,72)
#414142
(65,65,66)
#3B3B3C
(59,59,60)
#353536
(53,53,54)
#2F2F30
(47,47,48)
#29292A
(41,41,42)
#232324
(35,35,36)
#1D1D1E
(29,29,30)
#171718
(23,23,24)
#111112
(17,17,18)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #474748

#474748
(71,71,72)
#575758
(87,87,88)
#676768
(103,103,104)
#777778
(119,119,120)
#878788
(135,135,136)
#979798
(151,151,152)
#A7A7A8
(167,167,168)
#B7B7B8
(183,183,184)
#C7C7C8
(199,199,200)
#D7D7D8
(215,215,216)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474748; }

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

This text font color is #474748.


Background Color

.myBgColor { background-color: #474748; }

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

This div background color is #474748.


Border color

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

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

This div border color is #474748.


Opacity

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

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

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

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

This text has shadow with #474748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474748 on black background.


Color preview on white background

This text has color #474748 on white background.



Black color preview on #474748 background

This text has black color on #474748 background.


White color preview on #474748 background

This text has white color on #474748 background.