COLOR #473F0A

HEX: #473F0A RGB: (71,63,10)

Color info

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

RGB color model

#473F0A color RGB value is (71,63,10).

RGB: (71,63,10) (28%, 25%, 4%)

RGB channels and saturation

R 71 of 255 = 28%
G 63 of 255 = 25%
B 10 of 255 = 4%

71
63
10

R + G + B ~ 19%. #473F0A is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 63 + 10 = 144 (100%)
R 71 of 144 ~ 49.31%
G 63 of 144 ~ 43.75%
B 10 of 144 ~ 6.94'%

%49.31
%43.75

CMYK color model

#473F0A color CMYK value is (0,11,86,72).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 85.92%
  • key color value is 72.16%

CMYK: (0,11,86,72)
C0M11Y86K72 (0%, 11%, 86%, 72%)
(0.00 / 0.11 / 0.86 / 0.72)

CMYK percentages

%0
%11.27
%85.92
%72.16

Codes

Color #473F0A in popluar color models

47 3F 0A
RGB 71 63 10
HSL 52° 75.31% 15.88%
HSB/HSV 52° 85.92% 27.84%
CMYK 0.00% 11.27% 85.92%
72.16%

Color #473F0A in popluar number systems.

HEX 47 3F 0A
Decimal 71 63 10
Binary 1000111 111111 1010
Octal 107 77 12

Shades and tints

Shades of #473F0A

#473F0A
(71,63,10)
#413A0A
(65,58,10)
#3B350A
(59,53,10)
#35300A
(53,48,10)
#2F2B0A
(47,43,10)
#29260A
(41,38,10)
#23210A
(35,33,10)
#1D1C0A
(29,28,10)
#17170A
(23,23,10)
#11120A
(17,18,10)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #473F0A

#473F0A
(71,63,10)
#575020
(87,80,32)
#676136
(103,97,54)
#77724C
(119,114,76)
#878362
(135,131,98)
#979478
(151,148,120)
#A7A58E
(167,165,142)
#B7B6A4
(183,182,164)
#C7C7BA
(199,199,186)
#D7D8D0
(215,216,208)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F0A; }

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

This text font color is #473F0A.

Background Color

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

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

This div background color is #473F0A.

Border color

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

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

This div border color is #473F0A.

Opacity

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

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

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

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

This text has shadow with #473F0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473F0A.

Preview

Color preview on black background

This text has color #473F0A on black background.


Color preview on white background

This text has color #473F0A on white background.


Black color preview on #473F0A background

This text has black color on #473F0A background.


White color preview on #473F0A background

This text has white color on #473F0A background.


Related colors

Complementary color

Complementary color for #hex is #B8C0F5.


I love getcolorcode.com

Triadic colors

1 #0A473F and #3F0A47 with #473F0A are triadic colors.

2 #0A3F47 and #3F470A with #473F0A are triadic colors.