COLOR #473802

HEX: #473802
RGB: (71,56,2)

Color info

#473802 contains mainly red and green colors. Web safe color of #473802 is #333300 (or #330).

RGB color model

#473802 color RGB value is (71,56,2).

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

RGB channels and saturation

R 71 of 255 = 28%
G 56 of 255 = 22%
B 2 of 255 = 1%

71
56
2

R + G + B ~ 17%. #473802 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 56 + 2 = 129 (100%)
R 71 of 129 ~ 55.04%
G 56 of 129 ~ 43.41%
B 2 of 129 ~ 1.55%

%55.04
%43.41

CMYK color model

#473802 color CMYK value is (0,21,97,72).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 97.18%
  • key color value is 72.16%
CMYK:
(0,21,97,72)
C0M21Y97K72 
(0%,21%,97%,72%)
(0.00/0.21/0.97/0.72)	

CMYK percentages

%0
%21.13
%97.18
%72.16

Codes

Color #473802 in popluar color models

473802
RGB71562
HSL47°94.52%14.31%
HSB/HSV47°97.18%27.84%
CMYK0.00%21.13%97.18%
72.16%

Color #473802 in popluar number systems.

HEX473802
Decimal71562
Binary100011111100010
Octal107702

Shades and tints

Shades of #473802

#473802
(71,56,2)
#413302
(65,51,2)
#3B2E02
(59,46,2)
#352902
(53,41,2)
#2F2402
(47,36,2)
#291F02
(41,31,2)
#231A02
(35,26,2)
#1D1502
(29,21,2)
#171002
(23,16,2)
#110B02
(17,11,2)
#0B0602
(11,6,2)
#000000
(0,0,0)

Tints of #473802

#473802
(71,56,2)
#574A19
(87,74,25)
#675C30
(103,92,48)
#776E47
(119,110,71)
#87805E
(135,128,94)
#979275
(151,146,117)
#A7A48C
(167,164,140)
#B7B6A3
(183,182,163)
#C7C8BA
(199,200,186)
#D7DAD1
(215,218,209)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473802; }

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

This text font color is #473802.


Background Color

.myBgColor { background-color: #473802; }

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

This div background color is #473802.


Border color

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

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

This div border color is #473802.


Opacity

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

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

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

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

This text has shadow with #473802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473802 on black background.


Color preview on white background

This text has color #473802 on white background.



Black color preview on #473802 background

This text has black color on #473802 background.


White color preview on #473802 background

This text has white color on #473802 background.