COLOR #473444

HEX: #473444
RGB: (71,52,68)

Color info

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

RGB color model

#473444 color RGB value is (71,52,68).

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

RGB channels and saturation

R 71 of 255 = 28%
G 52 of 255 = 20%
B 68 of 255 = 27%

71
52
68

R + G + B ~ 25%. #473444 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 52 + 68 = 191 (100%)
R 71 of 191 ~ 37.17%
G 52 of 191 ~ 27.23%
B 68 of 191 ~ 35.6%

%37.17
%27.23
%35.6

CMYK color model

#473444 color CMYK value is (0,27,4,72).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 4.23%
  • key color value is 72.16%
CMYK:
(0,27,4,72)
C0M27Y4K72 
(0%,27%,4%,72%)
(0.00/0.27/0.04/0.72)	

CMYK percentages

%0
%26.76
%4.23
%72.16

Codes

Color #473444 in popluar color models

473444
RGB715268
HSL309°15.45%24.12%
HSB/HSV309°26.76%27.84%
CMYK0.00%26.76%4.23%
72.16%

Color #473444 in popluar number systems.

HEX473444
Decimal715268
Binary10001111101001000100
Octal10764104

Shades and tints

Shades of #473444

#473444
(71,52,68)
#41303E
(65,48,62)
#3B2C38
(59,44,56)
#352832
(53,40,50)
#2F242C
(47,36,44)
#292026
(41,32,38)
#231C20
(35,28,32)
#1D181A
(29,24,26)
#171414
(23,20,20)
#11100E
(17,16,14)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #473444

#473444
(71,52,68)
#574655
(87,70,85)
#675866
(103,88,102)
#776A77
(119,106,119)
#877C88
(135,124,136)
#978E99
(151,142,153)
#A7A0AA
(167,160,170)
#B7B2BB
(183,178,187)
#C7C4CC
(199,196,204)
#D7D6DD
(215,214,221)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473444; }

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

This text font color is #473444.


Background Color

.myBgColor { background-color: #473444; }

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

This div background color is #473444.


Border color

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

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

This div border color is #473444.


Opacity

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

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

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

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

This text has shadow with #473444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473444 on black background.


Color preview on white background

This text has color #473444 on white background.



Black color preview on #473444 background

This text has black color on #473444 background.


White color preview on #473444 background

This text has white color on #473444 background.