COLOR #472C45

HEX: #472C45
RGB: (71,44,69)

Color info

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

RGB color model

#472C45 color RGB value is (71,44,69).

  • red value is 71;
  • green value is 44;
  • blue value is 69.
RGB:
(71,44,69)
(28%,17%,27%)

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 69 of 255 = 27%

71
44
69

R + G + B ~ 24%. #472C45 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 69 = 184 (100%)
R 71 of 184 ~ 38.59%
G 44 of 184 ~ 23.91%
B 69 of 184 ~ 37.5%

%38.59
%23.91
%37.5

CMYK color model

#472C45 color CMYK value is (0,38,3,72).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 2.82%
  • key color value is 72.16%
CMYK:
(0,38,3,72)
C0M38Y3K72 
(0%,38%,3%,72%)
(0.00/0.38/0.03/0.72)	

CMYK percentages

%0
%38.03
%2.82
%72.16

Codes

Color #472C45 in popluar color models

472C45
RGB714469
HSL304°23.48%22.55%
HSB/HSV304°38.03%27.84%
CMYK0.00%38.03%2.82%
72.16%

Color #472C45 in popluar number systems.

HEX472C45
Decimal714469
Binary10001111011001000101
Octal10754105

Shades and tints

Shades of #472C45

#472C45
(71,44,69)
#41283F
(65,40,63)
#3B2439
(59,36,57)
#352033
(53,32,51)
#2F1C2D
(47,28,45)
#291827
(41,24,39)
#231421
(35,20,33)
#1D101B
(29,16,27)
#170C15
(23,12,21)
#11080F
(17,8,15)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #472C45

#472C45
(71,44,69)
#573F55
(87,63,85)
#675265
(103,82,101)
#776575
(119,101,117)
#877885
(135,120,133)
#978B95
(151,139,149)
#A79EA5
(167,158,165)
#B7B1B5
(183,177,181)
#C7C4C5
(199,196,197)
#D7D7D5
(215,215,213)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472C45 color. Also use rgb(71,44,69) instead hex code.

Text Font Color

.myTextColor { color: #472C45; }

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

This text font color is #472C45.


Background Color

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

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

This div background color is #472C45.


Border color

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

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

This div border color is #472C45.


Opacity

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

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

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

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

This text has shadow with #472C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C45 on black background.


Color preview on white background

This text has color #472C45 on white background.



Black color preview on #472C45 background

This text has black color on #472C45 background.


White color preview on #472C45 background

This text has white color on #472C45 background.