COLOR #47461E

HEX: #47461E
RGB: (71,70,30)

Color info

#47461E contains red, green and blue colors in about the same proportion. Web safe color of #47461E is #333333 (or #333).

RGB color model

#47461E color RGB value is (71,70,30).

  • red value is 71;
  • green value is 70;
  • blue value is 30.
RGB:
(71,70,30)
(28%,27%,12%)

RGB channels and saturation

R 71 of 255 = 28%
G 70 of 255 = 27%
B 30 of 255 = 12%

71
70
30

R + G + B ~ 22%. #47461E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 30 = 171 (100%)
R 71 of 171 ~ 41.52%
G 70 of 171 ~ 40.94%
B 30 of 171 ~ 17.54%

%41.52
%40.94
%17.54

CMYK color model

#47461E color CMYK value is (0,1,58,72).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 57.75%
  • key color value is 72.16%
CMYK:
(0,1,58,72)
C0M1Y58K72 
(0%,1%,58%,72%)
(0.00/0.01/0.58/0.72)	

CMYK percentages

%0
%1.41
%57.75
%72.16

Codes

Color #47461E in popluar color models

47461E
RGB717030
HSL59°40.59%19.80%
HSB/HSV59°57.75%27.84%
CMYK0.00%1.41%57.75%
72.16%

Color #47461E in popluar number systems.

HEX47461E
Decimal717030
Binary1000111100011011110
Octal10710636

Shades and tints

Shades of #47461E

#47461E
(71,70,30)
#41401C
(65,64,28)
#3B3A1A
(59,58,26)
#353418
(53,52,24)
#2F2E16
(47,46,22)
#292814
(41,40,20)
#232212
(35,34,18)
#1D1C10
(29,28,16)
#17160E
(23,22,14)
#11100C
(17,16,12)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #47461E

#47461E
(71,70,30)
#575632
(87,86,50)
#676646
(103,102,70)
#77765A
(119,118,90)
#87866E
(135,134,110)
#979682
(151,150,130)
#A7A696
(167,166,150)
#B7B6AA
(183,182,170)
#C7C6BE
(199,198,190)
#D7D6D2
(215,214,210)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47461E color. Also use rgb(71,70,30) instead hex code.

Text Font Color

.myTextColor { color: #47461E; }

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

This text font color is #47461E.


Background Color

.myBgColor { background-color: #47461E; }

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

This div background color is #47461E.


Border color

.myBorderColor { border: 1px solid #47461E; }

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

This div border color is #47461E.


Opacity

.myOpacity80 { color: #47461E; opacity: 0.8; }

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

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

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

This text has shadow with #47461E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47461E on black background.


Color preview on white background

This text has color #47461E on white background.



Black color preview on #47461E background

This text has black color on #47461E background.


White color preview on #47461E background

This text has white color on #47461E background.