COLOR #473A07

HEX: #473A07
RGB: (71,58,7)

Color info

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

RGB color model

#473A07 color RGB value is (71,58,7).

  • red value is 71;
  • green value is 58;
  • blue value is 7.
RGB:
(71,58,7)
(28%,23%,3%)

RGB channels and saturation

R 71 of 255 = 28%
G 58 of 255 = 23%
B 7 of 255 = 3%

71
58
7

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

Portions of RGB colors in percentages

R + G + B =
71 + 58 + 7 = 136 (100%)
R 71 of 136 ~ 52.21%
G 58 of 136 ~ 42.65%
B 7 of 136 ~ 5.15%

%52.21
%42.65

CMYK color model

#473A07 color CMYK value is (0,18,90,72).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 90.14%
  • key color value is 72.16%
CMYK:
(0,18,90,72)
C0M18Y90K72 
(0%,18%,90%,72%)
(0.00/0.18/0.90/0.72)	

CMYK percentages

%0
%18.31
%90.14
%72.16

Codes

Color #473A07 in popluar color models

473A07
RGB71587
HSL48°82.05%15.29%
HSB/HSV48°90.14%27.84%
CMYK0.00%18.31%90.14%
72.16%

Color #473A07 in popluar number systems.

HEX473A07
Decimal71587
Binary1000111111010111
Octal107727

Shades and tints

Shades of #473A07

#473A07
(71,58,7)
#413507
(65,53,7)
#3B3007
(59,48,7)
#352B07
(53,43,7)
#2F2607
(47,38,7)
#292107
(41,33,7)
#231C07
(35,28,7)
#1D1707
(29,23,7)
#171207
(23,18,7)
#110D07
(17,13,7)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #473A07

#473A07
(71,58,7)
#574B1D
(87,75,29)
#675C33
(103,92,51)
#776D49
(119,109,73)
#877E5F
(135,126,95)
#978F75
(151,143,117)
#A7A08B
(167,160,139)
#B7B1A1
(183,177,161)
#C7C2B7
(199,194,183)
#D7D3CD
(215,211,205)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473A07 color. Also use rgb(71,58,7) instead hex code.

Text Font Color

.myTextColor { color: #473A07; }

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

This text font color is #473A07.


Background Color

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

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

This div background color is #473A07.


Border color

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

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

This div border color is #473A07.


Opacity

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

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

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

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

This text has shadow with #473A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A07 on black background.


Color preview on white background

This text has color #473A07 on white background.



Black color preview on #473A07 background

This text has black color on #473A07 background.


White color preview on #473A07 background

This text has white color on #473A07 background.