COLOR #473F05

HEX: #473F05
RGB: (71,63,5)

Color info

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

RGB color model

#473F05 color RGB value is (71,63,5).

  • red value is 71;
  • green value is 63;
  • blue value is 5.
RGB:
(71,63,5)
(28%,25%,2%)

RGB channels and saturation

R 71 of 255 = 28%
G 63 of 255 = 25%
B 5 of 255 = 2%

71
63
5

R + G + B ~ 18%. #473F05 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 63 + 5 = 139 (100%)
R 71 of 139 ~ 51.08%
G 63 of 139 ~ 45.32%
B 5 of 139 ~ 3.6%

%51.08
%45.32

CMYK color model

#473F05 color CMYK value is (0,11,93,72).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 92.96%
  • key color value is 72.16%
CMYK:
(0,11,93,72)
C0M11Y93K72 
(0%,11%,93%,72%)
(0.00/0.11/0.93/0.72)	

CMYK percentages

%0
%11.27
%92.96
%72.16

Codes

Color #473F05 in popluar color models

473F05
RGB71635
HSL53°86.84%14.90%
HSB/HSV53°92.96%27.84%
CMYK0.00%11.27%92.96%
72.16%

Color #473F05 in popluar number systems.

HEX473F05
Decimal71635
Binary1000111111111101
Octal107775

Shades and tints

Shades of #473F05

#473F05
(71,63,5)
#413A05
(65,58,5)
#3B3505
(59,53,5)
#353005
(53,48,5)
#2F2B05
(47,43,5)
#292605
(41,38,5)
#232105
(35,33,5)
#1D1C05
(29,28,5)
#171705
(23,23,5)
#111205
(17,18,5)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #473F05

#473F05
(71,63,5)
#57501B
(87,80,27)
#676131
(103,97,49)
#777247
(119,114,71)
#87835D
(135,131,93)
#979473
(151,148,115)
#A7A589
(167,165,137)
#B7B69F
(183,182,159)
#C7C7B5
(199,199,181)
#D7D8CB
(215,216,203)
#E7E9E1
(231,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473F05 color. Also use rgb(71,63,5) instead hex code.

Text Font Color

.myTextColor { color: #473F05; }

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

This text font color is #473F05.


Background Color

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

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

This div background color is #473F05.


Border color

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

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

This div border color is #473F05.


Opacity

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

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

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

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

This text has shadow with #473F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F05 on black background.


Color preview on white background

This text has color #473F05 on white background.



Black color preview on #473F05 background

This text has black color on #473F05 background.


White color preview on #473F05 background

This text has white color on #473F05 background.