COLOR #473100

HEX: #473100
RGB: (71,49,0)

Color info

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

RGB color model

#473100 color RGB value is (71,49,0).

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

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 0 of 255 = 0%

71
49
0

R + G + B ~ 16%. #473100 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 0 = 120 (100%)
R 71 of 120 ~ 59.17%
G 49 of 120 ~ 40.83%
B 0 of 120 ~ 0%

%59.17
%40.83

CMYK color model

#473100 color CMYK value is (0,31,100,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 100.00%
  • key color value is 72.16%
CMYK:
(0,31,100,72)
C0M31Y100K72 
(0%,31%,100%,72%)
(0.00/0.31/1.00/0.72)	

CMYK percentages

%0
%30.99
%100
%72.16

Codes

Color #473100 in popluar color models

473100
RGB71490
HSL41°100.00%13.92%
HSB/HSV41°100.00%27.84%
CMYK0.00%30.99%100.00%
72.16%

Color #473100 in popluar number systems.

HEX473100
Decimal71490
Binary10001111100010
Octal107610

Shades and tints

Shades of #473100

#473100
(71,49,0)
#412D00
(65,45,0)
#3B2900
(59,41,0)
#352500
(53,37,0)
#2F2100
(47,33,0)
#291D00
(41,29,0)
#231900
(35,25,0)
#1D1500
(29,21,0)
#171100
(23,17,0)
#110D00
(17,13,0)
#0B0900
(11,9,0)
#000000
(0,0,0)

Tints of #473100

#473100
(71,49,0)
#574317
(87,67,23)
#67552E
(103,85,46)
#776745
(119,103,69)
#87795C
(135,121,92)
#978B73
(151,139,115)
#A79D8A
(167,157,138)
#B7AFA1
(183,175,161)
#C7C1B8
(199,193,184)
#D7D3CF
(215,211,207)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473100; }

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

This text font color is #473100.


Background Color

.myBgColor { background-color: #473100; }

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

This div background color is #473100.


Border color

.myBorderColor { border: 1px solid #473100; }

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

This div border color is #473100.


Opacity

.myOpacity80 { color: #473100; opacity: 0.8; }

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

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

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

This text has shadow with #473100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473100 on black background.


Color preview on white background

This text has color #473100 on white background.



Black color preview on #473100 background

This text has black color on #473100 background.


White color preview on #473100 background

This text has white color on #473100 background.