COLOR #474348

HEX: #474348
RGB: (71,67,72)

Color info

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

RGB color model

#474348 color RGB value is (71,67,72).

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

RGB channels and saturation

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

71
67
72

R + G + B ~ 27%. #474348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 67 + 72 = 210 (100%)
R 71 of 210 ~ 33.81%
G 67 of 210 ~ 31.9%
B 72 of 210 ~ 34.29%

%33.81
%31.9
%34.29

CMYK color model

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

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

CMYK percentages

%1.39
%6.94
%0
%71.76

Codes

Color #474348 in popluar color models

474348
RGB716772
HSL288°3.60%27.25%
HSB/HSV288°6.94%28.24%
CMYK1.39%6.94%0.00%
71.76%

Color #474348 in popluar number systems.

HEX474348
Decimal716772
Binary100011110000111001000
Octal107103110

Shades and tints

Shades of #474348

#474348
(71,67,72)
#413D42
(65,61,66)
#3B373C
(59,55,60)
#353136
(53,49,54)
#2F2B30
(47,43,48)
#29252A
(41,37,42)
#231F24
(35,31,36)
#1D191E
(29,25,30)
#171318
(23,19,24)
#110D12
(17,13,18)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #474348

#474348
(71,67,72)
#575458
(87,84,88)
#676568
(103,101,104)
#777678
(119,118,120)
#878788
(135,135,136)
#979898
(151,152,152)
#A7A9A8
(167,169,168)
#B7BAB8
(183,186,184)
#C7CBC8
(199,203,200)
#D7DCD8
(215,220,216)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474348; }

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

This text font color is #474348.


Background Color

.myBgColor { background-color: #474348; }

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

This div background color is #474348.


Border color

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

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

This div border color is #474348.


Opacity

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

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

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

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

This text has shadow with #474348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474348 on black background.


Color preview on white background

This text has color #474348 on white background.



Black color preview on #474348 background

This text has black color on #474348 background.


White color preview on #474348 background

This text has white color on #474348 background.