COLOR #472D4D

HEX: #472D4D
RGB: (71,45,77)

Color info

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

RGB color model

#472D4D color RGB value is (71,45,77).

  • red value is 71;
  • green value is 45;
  • blue value is 77.
RGB:
(71,45,77)
(28%,18%,30%)

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 77 of 255 = 30%

71
45
77

R + G + B ~ 25%. #472D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 45 + 77 = 193 (100%)
R 71 of 193 ~ 36.79%
G 45 of 193 ~ 23.32%
B 77 of 193 ~ 39.9%

%36.79
%23.32
%39.9

CMYK color model

#472D4D color CMYK value is (8,42,0,70).

  • cyan value is 7.79%
  • magenta value is 41.56%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(8,42,0,70)
C8M42Y0K70 
(8%,42%,0%,70%)
(0.08/0.42/0.00/0.70)	

CMYK percentages

%7.79
%41.56
%0
%69.8

Codes

Color #472D4D in popluar color models

472D4D
RGB714577
HSL289°26.23%23.92%
HSB/HSV289°41.56%30.20%
CMYK7.79%41.56%0.00%
69.80%

Color #472D4D in popluar number systems.

HEX472D4D
Decimal714577
Binary10001111011011001101
Octal10755115

Shades and tints

Shades of #472D4D

#472D4D
(71,45,77)
#412946
(65,41,70)
#3B253F
(59,37,63)
#352138
(53,33,56)
#2F1D31
(47,29,49)
#29192A
(41,25,42)
#231523
(35,21,35)
#1D111C
(29,17,28)
#170D15
(23,13,21)
#11090E
(17,9,14)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #472D4D

#472D4D
(71,45,77)
#57405D
(87,64,93)
#67536D
(103,83,109)
#77667D
(119,102,125)
#87798D
(135,121,141)
#978C9D
(151,140,157)
#A79FAD
(167,159,173)
#B7B2BD
(183,178,189)
#C7C5CD
(199,197,205)
#D7D8DD
(215,216,221)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472D4D color. Also use rgb(71,45,77) instead hex code.

Text Font Color

.myTextColor { color: #472D4D; }

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

This text font color is #472D4D.


Background Color

.myBgColor { background-color: #472D4D; }

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

This div background color is #472D4D.


Border color

.myBorderColor { border: 1px solid #472D4D; }

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

This div border color is #472D4D.


Opacity

.myOpacity80 { color: #472D4D; opacity: 0.8; }

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

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

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

This text has shadow with #472D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D4D on black background.


Color preview on white background

This text has color #472D4D on white background.



Black color preview on #472D4D background

This text has black color on #472D4D background.


White color preview on #472D4D background

This text has white color on #472D4D background.