COLOR #474A48

HEX: #474A48
RGB: (71,74,72)

Color info

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

RGB color model

#474A48 color RGB value is (71,74,72).

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

RGB channels and saturation

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

71
74
72

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

Portions of RGB colors in percentages

R + G + B =
71 + 74 + 72 = 217 (100%)
R 71 of 217 ~ 32.72%
G 74 of 217 ~ 34.1%
B 72 of 217 ~ 33.18%

%32.72
%34.1
%33.18

CMYK color model

#474A48 color CMYK value is (4,0,3,71).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 70.98%
CMYK:
(4,0,3,71)
C4M0Y3K71 
(4%,0%,3%,71%)
(0.04/0.00/0.03/0.71)	

CMYK percentages

%4.05
%0
%2.7
%70.98

Codes

Color #474A48 in popluar color models

474A48
RGB717472
HSL140°2.07%28.43%
HSB/HSV140°4.05%29.02%
CMYK4.05%0.00%2.70%
70.98%

Color #474A48 in popluar number systems.

HEX474A48
Decimal717472
Binary100011110010101001000
Octal107112110

Shades and tints

Shades of #474A48

#474A48
(71,74,72)
#414442
(65,68,66)
#3B3E3C
(59,62,60)
#353836
(53,56,54)
#2F3230
(47,50,48)
#292C2A
(41,44,42)
#232624
(35,38,36)
#1D201E
(29,32,30)
#171A18
(23,26,24)
#111412
(17,20,18)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #474A48

#474A48
(71,74,72)
#575A58
(87,90,88)
#676A68
(103,106,104)
#777A78
(119,122,120)
#878A88
(135,138,136)
#979A98
(151,154,152)
#A7AAA8
(167,170,168)
#B7BAB8
(183,186,184)
#C7CAC8
(199,202,200)
#D7DAD8
(215,218,216)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474A48; }

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

This text font color is #474A48.


Background Color

.myBgColor { background-color: #474A48; }

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

This div background color is #474A48.


Border color

.myBorderColor { border: 1px solid #474A48; }

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

This div border color is #474A48.


Opacity

.myOpacity80 { color: #474A48; opacity: 0.8; }

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

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

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

This text has shadow with #474A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A48 on black background.


Color preview on white background

This text has color #474A48 on white background.



Black color preview on #474A48 background

This text has black color on #474A48 background.


White color preview on #474A48 background

This text has white color on #474A48 background.