COLOR #473547

HEX: #473547
RGB: (71,53,71)

Color info

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

RGB color model

#473547 color RGB value is (71,53,71).

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

RGB channels and saturation

R 71 of 255 = 28%
G 53 of 255 = 21%
B 71 of 255 = 28%

71
53
71

R + G + B ~ 26%. #473547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 53 + 71 = 195 (100%)
R 71 of 195 ~ 36.41%
G 53 of 195 ~ 27.18%
B 71 of 195 ~ 36.41%

%36.41
%27.18
%36.41

CMYK color model

#473547 color CMYK value is (0,25,0,72).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(0,25,0,72)
C0M25Y0K72 
(0%,25%,0%,72%)
(0.00/0.25/0.00/0.72)	

CMYK percentages

%0
%25.35
%0
%72.16

Codes

Color #473547 in popluar color models

473547
RGB715371
HSL300°14.52%24.31%
HSB/HSV300°25.35%27.84%
CMYK0.00%25.35%0.00%
72.16%

Color #473547 in popluar number systems.

HEX473547
Decimal715371
Binary10001111101011000111
Octal10765107

Shades and tints

Shades of #473547

#473547
(71,53,71)
#413141
(65,49,65)
#3B2D3B
(59,45,59)
#352935
(53,41,53)
#2F252F
(47,37,47)
#292129
(41,33,41)
#231D23
(35,29,35)
#1D191D
(29,25,29)
#171517
(23,21,23)
#111111
(17,17,17)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #473547

#473547
(71,53,71)
#574757
(87,71,87)
#675967
(103,89,103)
#776B77
(119,107,119)
#877D87
(135,125,135)
#978F97
(151,143,151)
#A7A1A7
(167,161,167)
#B7B3B7
(183,179,183)
#C7C5C7
(199,197,199)
#D7D7D7
(215,215,215)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473547; }

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

This text font color is #473547.


Background Color

.myBgColor { background-color: #473547; }

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

This div background color is #473547.


Border color

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

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

This div border color is #473547.


Opacity

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

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

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

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

This text has shadow with #473547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473547 on black background.


Color preview on white background

This text has color #473547 on white background.



Black color preview on #473547 background

This text has black color on #473547 background.


White color preview on #473547 background

This text has white color on #473547 background.