COLOR #473445

HEX: #473445
RGB: (71,52,69)

Color info

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

RGB color model

#473445 color RGB value is (71,52,69).

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

RGB channels and saturation

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

71
52
69

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

Portions of RGB colors in percentages

R + G + B =
71 + 52 + 69 = 192 (100%)
R 71 of 192 ~ 36.98%
G 52 of 192 ~ 27.08%
B 69 of 192 ~ 35.94%

%36.98
%27.08
%35.94

CMYK color model

#473445 color CMYK value is (0,27,3,72).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 2.82%
  • key color value is 72.16%
CMYK:
(0,27,3,72)
C0M27Y3K72 
(0%,27%,3%,72%)
(0.00/0.27/0.03/0.72)	

CMYK percentages

%0
%26.76
%2.82
%72.16

Codes

Color #473445 in popluar color models

473445
RGB715269
HSL306°15.45%24.12%
HSB/HSV306°26.76%27.84%
CMYK0.00%26.76%2.82%
72.16%

Color #473445 in popluar number systems.

HEX473445
Decimal715269
Binary10001111101001000101
Octal10764105

Shades and tints

Shades of #473445

#473445
(71,52,69)
#41303F
(65,48,63)
#3B2C39
(59,44,57)
#352833
(53,40,51)
#2F242D
(47,36,45)
#292027
(41,32,39)
#231C21
(35,28,33)
#1D181B
(29,24,27)
#171415
(23,20,21)
#11100F
(17,16,15)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #473445

#473445
(71,52,69)
#574655
(87,70,85)
#675865
(103,88,101)
#776A75
(119,106,117)
#877C85
(135,124,133)
#978E95
(151,142,149)
#A7A0A5
(167,160,165)
#B7B2B5
(183,178,181)
#C7C4C5
(199,196,197)
#D7D6D5
(215,214,213)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473445; }

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

This text font color is #473445.


Background Color

.myBgColor { background-color: #473445; }

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

This div background color is #473445.


Border color

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

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

This div border color is #473445.


Opacity

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

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

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

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

This text has shadow with #473445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473445 on black background.


Color preview on white background

This text has color #473445 on white background.



Black color preview on #473445 background

This text has black color on #473445 background.


White color preview on #473445 background

This text has white color on #473445 background.