COLOR #473C43

HEX: #473C43
RGB: (71,60,67)

Color info

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

RGB color model

#473C43 color RGB value is (71,60,67).

  • red value is 71;
  • green value is 60;
  • blue value is 67.
RGB:
(71,60,67)
(28%,24%,26%)

RGB channels and saturation

R 71 of 255 = 28%
G 60 of 255 = 24%
B 67 of 255 = 26%

71
60
67

R + G + B ~ 26%. #473C43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 60 + 67 = 198 (100%)
R 71 of 198 ~ 35.86%
G 60 of 198 ~ 30.3%
B 67 of 198 ~ 33.84%

%35.86
%30.3
%33.84

CMYK color model

#473C43 color CMYK value is (0,15,6,72).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 5.63%
  • key color value is 72.16%
CMYK:
(0,15,6,72)
C0M15Y6K72 
(0%,15%,6%,72%)
(0.00/0.15/0.06/0.72)	

CMYK percentages

%0
%15.49
%5.63
%72.16

Codes

Color #473C43 in popluar color models

473C43
RGB716067
HSL322°8.40%25.69%
HSB/HSV322°15.49%27.84%
CMYK0.00%15.49%5.63%
72.16%

Color #473C43 in popluar number systems.

HEX473C43
Decimal716067
Binary10001111111001000011
Octal10774103

Shades and tints

Shades of #473C43

#473C43
(71,60,67)
#41373D
(65,55,61)
#3B3237
(59,50,55)
#352D31
(53,45,49)
#2F282B
(47,40,43)
#292325
(41,35,37)
#231E1F
(35,30,31)
#1D1919
(29,25,25)
#171413
(23,20,19)
#110F0D
(17,15,13)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #473C43

#473C43
(71,60,67)
#574D54
(87,77,84)
#675E65
(103,94,101)
#776F76
(119,111,118)
#878087
(135,128,135)
#979198
(151,145,152)
#A7A2A9
(167,162,169)
#B7B3BA
(183,179,186)
#C7C4CB
(199,196,203)
#D7D5DC
(215,213,220)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473C43 color. Also use rgb(71,60,67) instead hex code.

Text Font Color

.myTextColor { color: #473C43; }

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

This text font color is #473C43.


Background Color

.myBgColor { background-color: #473C43; }

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

This div background color is #473C43.


Border color

.myBorderColor { border: 1px solid #473C43; }

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

This div border color is #473C43.


Opacity

.myOpacity80 { color: #473C43; opacity: 0.8; }

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

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

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

This text has shadow with #473C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C43 on black background.


Color preview on white background

This text has color #473C43 on white background.



Black color preview on #473C43 background

This text has black color on #473C43 background.


White color preview on #473C43 background

This text has white color on #473C43 background.