COLOR #473022

HEX: #473022
RGB: (71,48,34)

Color info

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

RGB color model

#473022 color RGB value is (71,48,34).

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

RGB channels and saturation

R 71 of 255 = 28%
G 48 of 255 = 19%
B 34 of 255 = 13%

71
48
34

R + G + B ~ 20%. #473022 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 34 = 153 (100%)
R 71 of 153 ~ 46.41%
G 48 of 153 ~ 31.37%
B 34 of 153 ~ 22.22%

%46.41
%31.37
%22.22

CMYK color model

#473022 color CMYK value is (0,32,52,72).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 52.11%
  • key color value is 72.16%
CMYK:
(0,32,52,72)
C0M32Y52K72 
(0%,32%,52%,72%)
(0.00/0.32/0.52/0.72)	

CMYK percentages

%0
%32.39
%52.11
%72.16

Codes

Color #473022 in popluar color models

473022
RGB714834
HSL23°35.24%20.59%
HSB/HSV23°52.11%27.84%
CMYK0.00%32.39%52.11%
72.16%

Color #473022 in popluar number systems.

HEX473022
Decimal714834
Binary1000111110000100010
Octal1076042

Shades and tints

Shades of #473022

#473022
(71,48,34)
#412C1F
(65,44,31)
#3B281C
(59,40,28)
#352419
(53,36,25)
#2F2016
(47,32,22)
#291C13
(41,28,19)
#231810
(35,24,16)
#1D140D
(29,20,13)
#17100A
(23,16,10)
#110C07
(17,12,7)
#0B0804
(11,8,4)
#000000
(0,0,0)

Tints of #473022

#473022
(71,48,34)
#574236
(87,66,54)
#67544A
(103,84,74)
#77665E
(119,102,94)
#877872
(135,120,114)
#978A86
(151,138,134)
#A79C9A
(167,156,154)
#B7AEAE
(183,174,174)
#C7C0C2
(199,192,194)
#D7D2D6
(215,210,214)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473022; }

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

This text font color is #473022.


Background Color

.myBgColor { background-color: #473022; }

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

This div background color is #473022.


Border color

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

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

This div border color is #473022.


Opacity

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

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

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

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

This text has shadow with #473022 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473022 on black background.


Color preview on white background

This text has color #473022 on white background.



Black color preview on #473022 background

This text has black color on #473022 background.


White color preview on #473022 background

This text has white color on #473022 background.