COLOR #47413E

HEX: #47413E
RGB: (71,65,62)

Color info

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

RGB color model

#47413E color RGB value is (71,65,62).

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

RGB channels and saturation

R 71 of 255 = 28%
G 65 of 255 = 25%
B 62 of 255 = 24%

71
65
62

R + G + B ~ 26%. #47413E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 62 = 198 (100%)
R 71 of 198 ~ 35.86%
G 65 of 198 ~ 32.83%
B 62 of 198 ~ 31.31%

%35.86
%32.83
%31.31

CMYK color model

#47413E color CMYK value is (0,8,13,72).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 12.68%
  • key color value is 72.16%
CMYK:
(0,8,13,72)
C0M8Y13K72 
(0%,8%,13%,72%)
(0.00/0.08/0.13/0.72)	

CMYK percentages

%0
%8.45
%12.68
%72.16

Codes

Color #47413E in popluar color models

47413E
RGB716562
HSL20°6.77%26.08%
HSB/HSV20°12.68%27.84%
CMYK0.00%8.45%12.68%
72.16%

Color #47413E in popluar number systems.

HEX47413E
Decimal716562
Binary10001111000001111110
Octal10710176

Shades and tints

Shades of #47413E

#47413E
(71,65,62)
#413C39
(65,60,57)
#3B3734
(59,55,52)
#35322F
(53,50,47)
#2F2D2A
(47,45,42)
#292825
(41,40,37)
#232320
(35,35,32)
#1D1E1B
(29,30,27)
#171916
(23,25,22)
#111411
(17,20,17)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #47413E

#47413E
(71,65,62)
#57524F
(87,82,79)
#676360
(103,99,96)
#777471
(119,116,113)
#878582
(135,133,130)
#979693
(151,150,147)
#A7A7A4
(167,167,164)
#B7B8B5
(183,184,181)
#C7C9C6
(199,201,198)
#D7DAD7
(215,218,215)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47413E color. Also use rgb(71,65,62) instead hex code.

Text Font Color

.myTextColor { color: #47413E; }

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

This text font color is #47413E.


Background Color

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

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

This div background color is #47413E.


Border color

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

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

This div border color is #47413E.


Opacity

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

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

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

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

This text has shadow with #47413E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47413E on black background.


Color preview on white background

This text has color #47413E on white background.



Black color preview on #47413E background

This text has black color on #47413E background.


White color preview on #47413E background

This text has white color on #47413E background.