COLOR #473041

HEX: #473041
RGB: (71,48,65)

Color info

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

RGB color model

#473041 color RGB value is (71,48,65).

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

RGB channels and saturation

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

71
48
65

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

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 65 = 184 (100%)
R 71 of 184 ~ 38.59%
G 48 of 184 ~ 26.09%
B 65 of 184 ~ 35.33%

%38.59
%26.09
%35.33

CMYK color model

#473041 color CMYK value is (0,32,8,72).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(0,32,8,72)
C0M32Y8K72 
(0%,32%,8%,72%)
(0.00/0.32/0.08/0.72)	

CMYK percentages

%0
%32.39
%8.45
%72.16

Codes

Color #473041 in popluar color models

473041
RGB714865
HSL316°19.33%23.33%
HSB/HSV316°32.39%27.84%
CMYK0.00%32.39%8.45%
72.16%

Color #473041 in popluar number systems.

HEX473041
Decimal714865
Binary10001111100001000001
Octal10760101

Shades and tints

Shades of #473041

#473041
(71,48,65)
#412C3C
(65,44,60)
#3B2837
(59,40,55)
#352432
(53,36,50)
#2F202D
(47,32,45)
#291C28
(41,28,40)
#231823
(35,24,35)
#1D141E
(29,20,30)
#171019
(23,16,25)
#110C14
(17,12,20)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #473041

#473041
(71,48,65)
#574252
(87,66,82)
#675463
(103,84,99)
#776674
(119,102,116)
#877885
(135,120,133)
#978A96
(151,138,150)
#A79CA7
(167,156,167)
#B7AEB8
(183,174,184)
#C7C0C9
(199,192,201)
#D7D2DA
(215,210,218)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473041; }

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

This text font color is #473041.


Background Color

.myBgColor { background-color: #473041; }

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

This div background color is #473041.


Border color

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

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

This div border color is #473041.


Opacity

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

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

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

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

This text has shadow with #473041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473041 on black background.


Color preview on white background

This text has color #473041 on white background.



Black color preview on #473041 background

This text has black color on #473041 background.


White color preview on #473041 background

This text has white color on #473041 background.