COLOR #473544

HEX: #473544
RGB: (71,53,68)

Color info

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

RGB color model

#473544 color RGB value is (71,53,68).

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

RGB channels and saturation

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

71
53
68

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

Portions of RGB colors in percentages

R + G + B =
71 + 53 + 68 = 192 (100%)
R 71 of 192 ~ 36.98%
G 53 of 192 ~ 27.6%
B 68 of 192 ~ 35.42%

%36.98
%27.6
%35.42

CMYK color model

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

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

CMYK percentages

%0
%25.35
%4.23
%72.16

Codes

Color #473544 in popluar color models

473544
RGB715368
HSL310°14.52%24.31%
HSB/HSV310°25.35%27.84%
CMYK0.00%25.35%4.23%
72.16%

Color #473544 in popluar number systems.

HEX473544
Decimal715368
Binary10001111101011000100
Octal10765104

Shades and tints

Shades of #473544

#473544
(71,53,68)
#41313E
(65,49,62)
#3B2D38
(59,45,56)
#352932
(53,41,50)
#2F252C
(47,37,44)
#292126
(41,33,38)
#231D20
(35,29,32)
#1D191A
(29,25,26)
#171514
(23,21,20)
#11110E
(17,17,14)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #473544

#473544
(71,53,68)
#574755
(87,71,85)
#675966
(103,89,102)
#776B77
(119,107,119)
#877D88
(135,125,136)
#978F99
(151,143,153)
#A7A1AA
(167,161,170)
#B7B3BB
(183,179,187)
#C7C5CC
(199,197,204)
#D7D7DD
(215,215,221)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473544; }

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

This text font color is #473544.


Background Color

.myBgColor { background-color: #473544; }

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

This div background color is #473544.


Border color

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

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

This div border color is #473544.


Opacity

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

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

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

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

This text has shadow with #473544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473544 on black background.


Color preview on white background

This text has color #473544 on white background.



Black color preview on #473544 background

This text has black color on #473544 background.


White color preview on #473544 background

This text has white color on #473544 background.