COLOR #473E38

HEX: #473E38
RGB: (71,62,56)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
62
56

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

Portions of RGB colors in percentages

R + G + B =
71 + 62 + 56 = 189 (100%)
R 71 of 189 ~ 37.57%
G 62 of 189 ~ 32.8%
B 56 of 189 ~ 29.63%

%37.57
%32.8
%29.63

CMYK color model

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

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

CMYK percentages

%0
%12.68
%21.13
%72.16

Codes

Color #473E38 in popluar color models

473E38
RGB716256
HSL24°11.81%24.90%
HSB/HSV24°21.13%27.84%
CMYK0.00%12.68%21.13%
72.16%

Color #473E38 in popluar number systems.

HEX473E38
Decimal716256
Binary1000111111110111000
Octal1077670

Shades and tints

Shades of #473E38

#473E38
(71,62,56)
#413933
(65,57,51)
#3B342E
(59,52,46)
#352F29
(53,47,41)
#2F2A24
(47,42,36)
#29251F
(41,37,31)
#23201A
(35,32,26)
#1D1B15
(29,27,21)
#171610
(23,22,16)
#11110B
(17,17,11)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #473E38

#473E38
(71,62,56)
#574F4A
(87,79,74)
#67605C
(103,96,92)
#77716E
(119,113,110)
#878280
(135,130,128)
#979392
(151,147,146)
#A7A4A4
(167,164,164)
#B7B5B6
(183,181,182)
#C7C6C8
(199,198,200)
#D7D7DA
(215,215,218)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473E38; }

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

This text font color is #473E38.


Background Color

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

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

This div background color is #473E38.


Border color

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

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

This div border color is #473E38.


Opacity

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

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

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

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

This text has shadow with #473E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E38 on black background.


Color preview on white background

This text has color #473E38 on white background.



Black color preview on #473E38 background

This text has black color on #473E38 background.


White color preview on #473E38 background

This text has white color on #473E38 background.