COLOR #473C00

HEX: #473C00
RGB: (71,60,0)

Color info

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

RGB color model

#473C00 color RGB value is (71,60,0).

  • red value is 71;
  • green value is 60;
  • blue value is 0.
RGB:
(71,60,0)
(28%,24%,0%)

RGB channels and saturation

R 71 of 255 = 28%
G 60 of 255 = 24%
B 0 of 255 = 0%

71
60
0

R + G + B ~ 17%. #473C00 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 60 + 0 = 131 (100%)
R 71 of 131 ~ 54.2%
G 60 of 131 ~ 45.8%
B 0 of 131 ~ 0%

%54.2
%45.8

CMYK color model

#473C00 color CMYK value is (0,15,100,72).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 100.00%
  • key color value is 72.16%
CMYK:
(0,15,100,72)
C0M15Y100K72 
(0%,15%,100%,72%)
(0.00/0.15/1.00/0.72)	

CMYK percentages

%0
%15.49
%100
%72.16

Codes

Color #473C00 in popluar color models

473C00
RGB71600
HSL51°100.00%13.92%
HSB/HSV51°100.00%27.84%
CMYK0.00%15.49%100.00%
72.16%

Color #473C00 in popluar number systems.

HEX473C00
Decimal71600
Binary10001111111000
Octal107740

Shades and tints

Shades of #473C00

#473C00
(71,60,0)
#413700
(65,55,0)
#3B3200
(59,50,0)
#352D00
(53,45,0)
#2F2800
(47,40,0)
#292300
(41,35,0)
#231E00
(35,30,0)
#1D1900
(29,25,0)
#171400
(23,20,0)
#110F00
(17,15,0)
#0B0A00
(11,10,0)
#000000
(0,0,0)

Tints of #473C00

#473C00
(71,60,0)
#574D17
(87,77,23)
#675E2E
(103,94,46)
#776F45
(119,111,69)
#87805C
(135,128,92)
#979173
(151,145,115)
#A7A28A
(167,162,138)
#B7B3A1
(183,179,161)
#C7C4B8
(199,196,184)
#D7D5CF
(215,213,207)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473C00 color. Also use rgb(71,60,0) instead hex code.

Text Font Color

.myTextColor { color: #473C00; }

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

This text font color is #473C00.


Background Color

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

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

This div background color is #473C00.


Border color

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

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

This div border color is #473C00.


Opacity

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

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

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

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

This text has shadow with #473C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C00 on black background.


Color preview on white background

This text has color #473C00 on white background.



Black color preview on #473C00 background

This text has black color on #473C00 background.


White color preview on #473C00 background

This text has white color on #473C00 background.