COLOR #473E19

HEX: #473E19
RGB: (71,62,25)

Color info

#473E19 contains red, green and blue colors in about the same proportion. Web safe color of #473E19 is #333300 (or #330).

RGB color model

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

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

RGB channels and saturation

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

71
62
25

R + G + B ~ 21%. #473E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 62 + 25 = 158 (100%)
R 71 of 158 ~ 44.94%
G 62 of 158 ~ 39.24%
B 25 of 158 ~ 15.82%

%44.94
%39.24
%15.82

CMYK color model

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

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

CMYK percentages

%0
%12.68
%64.79
%72.16

Codes

Color #473E19 in popluar color models

473E19
RGB716225
HSL48°47.92%18.82%
HSB/HSV48°64.79%27.84%
CMYK0.00%12.68%64.79%
72.16%

Color #473E19 in popluar number systems.

HEX473E19
Decimal716225
Binary100011111111011001
Octal1077631

Shades and tints

Shades of #473E19

#473E19
(71,62,25)
#413917
(65,57,23)
#3B3415
(59,52,21)
#352F13
(53,47,19)
#2F2A11
(47,42,17)
#29250F
(41,37,15)
#23200D
(35,32,13)
#1D1B0B
(29,27,11)
#171609
(23,22,9)
#111107
(17,17,7)
#0B0C05
(11,12,5)
#000000
(0,0,0)

Tints of #473E19

#473E19
(71,62,25)
#574F2D
(87,79,45)
#676041
(103,96,65)
#777155
(119,113,85)
#878269
(135,130,105)
#97937D
(151,147,125)
#A7A491
(167,164,145)
#B7B5A5
(183,181,165)
#C7C6B9
(199,198,185)
#D7D7CD
(215,215,205)
#E7E8E1
(231,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473E19; }

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

This text font color is #473E19.


Background Color

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

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

This div background color is #473E19.


Border color

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

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

This div border color is #473E19.


Opacity

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

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

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

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

This text has shadow with #473E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E19 on black background.


Color preview on white background

This text has color #473E19 on white background.



Black color preview on #473E19 background

This text has black color on #473E19 background.


White color preview on #473E19 background

This text has white color on #473E19 background.