COLOR #473E3E

HEX: #473E3E
RGB: (71,62,62)

Color info

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

RGB color model

#473E3E color RGB value is (71,62,62).

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

RGB channels and saturation

R 71 of 255 = 28%
G 62 of 255 = 24%
B 62 of 255 = 24%

71
62
62

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

Portions of RGB colors in percentages

R + G + B =
71 + 62 + 62 = 195 (100%)
R 71 of 195 ~ 36.41%
G 62 of 195 ~ 31.79%
B 62 of 195 ~ 31.79%

%36.41
%31.79
%31.79

CMYK color model

#473E3E color CMYK value is (0,13,13,72).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 12.68%
  • key color value is 72.16%
CMYK:
(0,13,13,72)
C0M13Y13K72 
(0%,13%,13%,72%)
(0.00/0.13/0.13/0.72)	

CMYK percentages

%0
%12.68
%12.68
%72.16

Codes

Color #473E3E in popluar color models

473E3E
RGB716262
HSL6.77%26.08%
HSB/HSV12.68%27.84%
CMYK0.00%12.68%12.68%
72.16%

Color #473E3E in popluar number systems.

HEX473E3E
Decimal716262
Binary1000111111110111110
Octal1077676

Shades and tints

Shades of #473E3E

#473E3E
(71,62,62)
#413939
(65,57,57)
#3B3434
(59,52,52)
#352F2F
(53,47,47)
#2F2A2A
(47,42,42)
#292525
(41,37,37)
#232020
(35,32,32)
#1D1B1B
(29,27,27)
#171616
(23,22,22)
#111111
(17,17,17)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #473E3E

#473E3E
(71,62,62)
#574F4F
(87,79,79)
#676060
(103,96,96)
#777171
(119,113,113)
#878282
(135,130,130)
#979393
(151,147,147)
#A7A4A4
(167,164,164)
#B7B5B5
(183,181,181)
#C7C6C6
(199,198,198)
#D7D7D7
(215,215,215)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473E3E; }

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

This text font color is #473E3E.


Background Color

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

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

This div background color is #473E3E.


Border color

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

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

This div border color is #473E3E.


Opacity

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

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

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

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

This text has shadow with #473E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E3E on black background.


Color preview on white background

This text has color #473E3E on white background.



Black color preview on #473E3E background

This text has black color on #473E3E background.


White color preview on #473E3E background

This text has white color on #473E3E background.