COLOR #473E10

HEX: #473E10 RGB: (71,62,16)

Color info

#473E10 contains red, green and blue colors in about the same proportion. Web safe color of #473E10 is #333300 (or #330).

RGB color model

#473E10 color RGB value is (71,62,16).

RGB: (71,62,16) (28%, 24%, 6%)

RGB channels and saturation

R 71 of 255 = 28%
G 62 of 255 = 24%
B 16 of 255 = 6%

71
62
16

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

Portions of RGB colors in percentages

R + G + B = 71 + 62 + 16 = 149 (100%)
R 71 of 149 ~ 47.65%
G 62 of 149 ~ 41.61%
B 16 of 149 ~ 10.74'%

%47.65
%41.61
%10.74

CMYK color model

#473E10 color CMYK value is (0,13,77,72).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 77.46%
  • key color value is 72.16%
CMYK: (0,13,77,72) C0M13Y77K72 (0%,13%,77%,72%) (0.00/0.13/0.77/0.72) 

CMYK percentages

%0
%12.68
%77.46
%72.16

Codes

Color #473E10 in popluar color models

47 3E 10
RGB 71 62 16
HSL 50° 63.22% 17.06%
HSB/HSV 50° 77.46% 27.84%
CMYK 0.00% 12.68% 77.46%
72.16%

Color #473E10 in popluar number systems.

HEX 47 3E 10
Decimal 71 62 16
Binary 1000111 111110 10000
Octal 107 76 20

Shades and tints

Shades of #473E10

#473E10
(71,62,16)
#41390F
(65,57,15)
#3B340E
(59,52,14)
#352F0D
(53,47,13)
#2F2A0C
(47,42,12)
#29250B
(41,37,11)
#23200A
(35,32,10)
#1D1B09
(29,27,9)
#171608
(23,22,8)
#111107
(17,17,7)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #473E10

#473E10
(71,62,16)
#574F25
(87,79,37)
#67603A
(103,96,58)
#77714F
(119,113,79)
#878264
(135,130,100)
#979379
(151,147,121)
#A7A48E
(167,164,142)
#B7B5A3
(183,181,163)
#C7C6B8
(199,198,184)
#D7D7CD
(215,215,205)
#E7E8E2
(231,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473E10 color. Also use rgb(71,62,16) instead hex code.

Text Font Color

.myTextColor { color: #473E10; }

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

This text font color is #473E10.

Background Color

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

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

This div background color is #473E10.

Border color

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

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

This div border color is #473E10.

Opacity

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

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

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

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

This text has shadow with #473E10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473E10.

Preview

Color preview on black background

This text has color #473E10 on black background.


Color preview on white background

This text has color #473E10 on white background.


Black color preview on #473E10 background

This text has black color on #473E10 background.


White color preview on #473E10 background

This text has white color on #473E10 background.


Related colors

Complementary color

Complementary color for #hex is #B8C1EF.


I love getcolorcode.com

Triadic colors

1 #10473E and #3E1047 with #473E10 are triadic colors.

2 #103E47 and #3E4710 with #473E10 are triadic colors.