COLOR #473441

HEX: #473441
RGB: (71,52,65)

Color info

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

RGB color model

#473441 color RGB value is (71,52,65).

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

RGB channels and saturation

R 71 of 255 = 28%
G 52 of 255 = 20%
B 65 of 255 = 25%

71
52
65

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

Portions of RGB colors in percentages

R + G + B =
71 + 52 + 65 = 188 (100%)
R 71 of 188 ~ 37.77%
G 52 of 188 ~ 27.66%
B 65 of 188 ~ 34.57%

%37.77
%27.66
%34.57

CMYK color model

#473441 color CMYK value is (0,27,8,72).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(0,27,8,72)
C0M27Y8K72 
(0%,27%,8%,72%)
(0.00/0.27/0.08/0.72)	

CMYK percentages

%0
%26.76
%8.45
%72.16

Codes

Color #473441 in popluar color models

473441
RGB715265
HSL319°15.45%24.12%
HSB/HSV319°26.76%27.84%
CMYK0.00%26.76%8.45%
72.16%

Color #473441 in popluar number systems.

HEX473441
Decimal715265
Binary10001111101001000001
Octal10764101

Shades and tints

Shades of #473441

#473441
(71,52,65)
#41303C
(65,48,60)
#3B2C37
(59,44,55)
#352832
(53,40,50)
#2F242D
(47,36,45)
#292028
(41,32,40)
#231C23
(35,28,35)
#1D181E
(29,24,30)
#171419
(23,20,25)
#111014
(17,16,20)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #473441

#473441
(71,52,65)
#574652
(87,70,82)
#675863
(103,88,99)
#776A74
(119,106,116)
#877C85
(135,124,133)
#978E96
(151,142,150)
#A7A0A7
(167,160,167)
#B7B2B8
(183,178,184)
#C7C4C9
(199,196,201)
#D7D6DA
(215,214,218)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473441; }

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

This text font color is #473441.


Background Color

.myBgColor { background-color: #473441; }

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

This div background color is #473441.


Border color

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

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

This div border color is #473441.


Opacity

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

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

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

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

This text has shadow with #473441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473441 on black background.


Color preview on white background

This text has color #473441 on white background.



Black color preview on #473441 background

This text has black color on #473441 background.


White color preview on #473441 background

This text has white color on #473441 background.