COLOR #473141

HEX: #473141
RGB: (71,49,65)

Color info

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

RGB color model

#473141 color RGB value is (71,49,65).

  • red value is 71;
  • green value is 49;
  • blue value is 65.
RGB:
(71,49,65)
(28%,19%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 65 of 255 = 25%

71
49
65

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

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 65 = 185 (100%)
R 71 of 185 ~ 38.38%
G 49 of 185 ~ 26.49%
B 65 of 185 ~ 35.14%

%38.38
%26.49
%35.14

CMYK color model

#473141 color CMYK value is (0,31,8,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(0,31,8,72)
C0M31Y8K72 
(0%,31%,8%,72%)
(0.00/0.31/0.08/0.72)	

CMYK percentages

%0
%30.99
%8.45
%72.16

Codes

Color #473141 in popluar color models

473141
RGB714965
HSL316°18.33%23.53%
HSB/HSV316°30.99%27.84%
CMYK0.00%30.99%8.45%
72.16%

Color #473141 in popluar number systems.

HEX473141
Decimal714965
Binary10001111100011000001
Octal10761101

Shades and tints

Shades of #473141

#473141
(71,49,65)
#412D3C
(65,45,60)
#3B2937
(59,41,55)
#352532
(53,37,50)
#2F212D
(47,33,45)
#291D28
(41,29,40)
#231923
(35,25,35)
#1D151E
(29,21,30)
#171119
(23,17,25)
#110D14
(17,13,20)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #473141

#473141
(71,49,65)
#574352
(87,67,82)
#675563
(103,85,99)
#776774
(119,103,116)
#877985
(135,121,133)
#978B96
(151,139,150)
#A79DA7
(167,157,167)
#B7AFB8
(183,175,184)
#C7C1C9
(199,193,201)
#D7D3DA
(215,211,218)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473141; }

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

This text font color is #473141.


Background Color

.myBgColor { background-color: #473141; }

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

This div background color is #473141.


Border color

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

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

This div border color is #473141.


Opacity

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

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

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

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

This text has shadow with #473141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473141 on black background.


Color preview on white background

This text has color #473141 on white background.



Black color preview on #473141 background

This text has black color on #473141 background.


White color preview on #473141 background

This text has white color on #473141 background.