COLOR #473E07

HEX: #473E07
RGB: (71,62,7)

Color info

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

RGB color model

#473E07 color RGB value is (71,62,7).

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

RGB channels and saturation

R 71 of 255 = 28%
G 62 of 255 = 24%
B 7 of 255 = 3%

71
62
7

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

Portions of RGB colors in percentages

R + G + B =
71 + 62 + 7 = 140 (100%)
R 71 of 140 ~ 50.71%
G 62 of 140 ~ 44.29%
B 7 of 140 ~ 5%

%50.71
%44.29

CMYK color model

#473E07 color CMYK value is (0,13,90,72).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 90.14%
  • key color value is 72.16%
CMYK:
(0,13,90,72)
C0M13Y90K72 
(0%,13%,90%,72%)
(0.00/0.13/0.90/0.72)	

CMYK percentages

%0
%12.68
%90.14
%72.16

Codes

Color #473E07 in popluar color models

473E07
RGB71627
HSL52°82.05%15.29%
HSB/HSV52°90.14%27.84%
CMYK0.00%12.68%90.14%
72.16%

Color #473E07 in popluar number systems.

HEX473E07
Decimal71627
Binary1000111111110111
Octal107767

Shades and tints

Shades of #473E07

#473E07
(71,62,7)
#413907
(65,57,7)
#3B3407
(59,52,7)
#352F07
(53,47,7)
#2F2A07
(47,42,7)
#292507
(41,37,7)
#232007
(35,32,7)
#1D1B07
(29,27,7)
#171607
(23,22,7)
#111107
(17,17,7)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #473E07

#473E07
(71,62,7)
#574F1D
(87,79,29)
#676033
(103,96,51)
#777149
(119,113,73)
#87825F
(135,130,95)
#979375
(151,147,117)
#A7A48B
(167,164,139)
#B7B5A1
(183,181,161)
#C7C6B7
(199,198,183)
#D7D7CD
(215,215,205)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473E07; }

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

This text font color is #473E07.


Background Color

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

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

This div background color is #473E07.


Border color

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

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

This div border color is #473E07.


Opacity

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

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

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

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

This text has shadow with #473E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E07 on black background.


Color preview on white background

This text has color #473E07 on white background.



Black color preview on #473E07 background

This text has black color on #473E07 background.


White color preview on #473E07 background

This text has white color on #473E07 background.