COLOR #473F43

HEX: #473F43
RGB: (71,63,67)

Color info

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

RGB color model

#473F43 color RGB value is (71,63,67).

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

RGB channels and saturation

R 71 of 255 = 28%
G 63 of 255 = 25%
B 67 of 255 = 26%

71
63
67

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

Portions of RGB colors in percentages

R + G + B =
71 + 63 + 67 = 201 (100%)
R 71 of 201 ~ 35.32%
G 63 of 201 ~ 31.34%
B 67 of 201 ~ 33.33%

%35.32
%31.34
%33.33

CMYK color model

#473F43 color CMYK value is (0,11,6,72).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 5.63%
  • key color value is 72.16%
CMYK:
(0,11,6,72)
C0M11Y6K72 
(0%,11%,6%,72%)
(0.00/0.11/0.06/0.72)	

CMYK percentages

%0
%11.27
%5.63
%72.16

Codes

Color #473F43 in popluar color models

473F43
RGB716367
HSL330°5.97%26.27%
HSB/HSV330°11.27%27.84%
CMYK0.00%11.27%5.63%
72.16%

Color #473F43 in popluar number systems.

HEX473F43
Decimal716367
Binary10001111111111000011
Octal10777103

Shades and tints

Shades of #473F43

#473F43
(71,63,67)
#413A3D
(65,58,61)
#3B3537
(59,53,55)
#353031
(53,48,49)
#2F2B2B
(47,43,43)
#292625
(41,38,37)
#23211F
(35,33,31)
#1D1C19
(29,28,25)
#171713
(23,23,19)
#11120D
(17,18,13)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #473F43

#473F43
(71,63,67)
#575054
(87,80,84)
#676165
(103,97,101)
#777276
(119,114,118)
#878387
(135,131,135)
#979498
(151,148,152)
#A7A5A9
(167,165,169)
#B7B6BA
(183,182,186)
#C7C7CB
(199,199,203)
#D7D8DC
(215,216,220)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F43; }

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

This text font color is #473F43.


Background Color

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

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

This div background color is #473F43.


Border color

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

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

This div border color is #473F43.


Opacity

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

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

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

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

This text has shadow with #473F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F43 on black background.


Color preview on white background

This text has color #473F43 on white background.



Black color preview on #473F43 background

This text has black color on #473F43 background.


White color preview on #473F43 background

This text has white color on #473F43 background.