COLOR #473922

HEX: #473922
RGB: (71,57,34)

Color info

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

RGB color model

#473922 color RGB value is (71,57,34).

  • red value is 71;
  • green value is 57;
  • blue value is 34.
RGB:
(71,57,34)
(28%,22%,13%)

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 34 of 255 = 13%

71
57
34

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

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 34 = 162 (100%)
R 71 of 162 ~ 43.83%
G 57 of 162 ~ 35.19%
B 34 of 162 ~ 20.99%

%43.83
%35.19
%20.99

CMYK color model

#473922 color CMYK value is (0,20,52,72).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 52.11%
  • key color value is 72.16%
CMYK:
(0,20,52,72)
C0M20Y52K72 
(0%,20%,52%,72%)
(0.00/0.20/0.52/0.72)	

CMYK percentages

%0
%19.72
%52.11
%72.16

Codes

Color #473922 in popluar color models

473922
RGB715734
HSL37°35.24%20.59%
HSB/HSV37°52.11%27.84%
CMYK0.00%19.72%52.11%
72.16%

Color #473922 in popluar number systems.

HEX473922
Decimal715734
Binary1000111111001100010
Octal1077142

Shades and tints

Shades of #473922

#473922
(71,57,34)
#41341F
(65,52,31)
#3B2F1C
(59,47,28)
#352A19
(53,42,25)
#2F2516
(47,37,22)
#292013
(41,32,19)
#231B10
(35,27,16)
#1D160D
(29,22,13)
#17110A
(23,17,10)
#110C07
(17,12,7)
#0B0704
(11,7,4)
#000000
(0,0,0)

Tints of #473922

#473922
(71,57,34)
#574B36
(87,75,54)
#675D4A
(103,93,74)
#776F5E
(119,111,94)
#878172
(135,129,114)
#979386
(151,147,134)
#A7A59A
(167,165,154)
#B7B7AE
(183,183,174)
#C7C9C2
(199,201,194)
#D7DBD6
(215,219,214)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473922 color. Also use rgb(71,57,34) instead hex code.

Text Font Color

.myTextColor { color: #473922; }

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

This text font color is #473922.


Background Color

.myBgColor { background-color: #473922; }

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

This div background color is #473922.


Border color

.myBorderColor { border: 1px solid #473922; }

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

This div border color is #473922.


Opacity

.myOpacity80 { color: #473922; opacity: 0.8; }

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

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

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

This text has shadow with #473922 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473922 on black background.


Color preview on white background

This text has color #473922 on white background.



Black color preview on #473922 background

This text has black color on #473922 background.


White color preview on #473922 background

This text has white color on #473922 background.