COLOR #47342A

HEX: #47342A
RGB: (71,52,42)

Color info

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

RGB color model

#47342A color RGB value is (71,52,42).

  • red value is 71;
  • green value is 52;
  • blue value is 42.
RGB:
(71,52,42)
(28%,20%,16%)

RGB channels and saturation

R 71 of 255 = 28%
G 52 of 255 = 20%
B 42 of 255 = 16%

71
52
42

R + G + B ~ 21%. #47342A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 52 + 42 = 165 (100%)
R 71 of 165 ~ 43.03%
G 52 of 165 ~ 31.52%
B 42 of 165 ~ 25.45%

%43.03
%31.52
%25.45

CMYK color model

#47342A color CMYK value is (0,27,41,72).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 40.85%
  • key color value is 72.16%
CMYK:
(0,27,41,72)
C0M27Y41K72 
(0%,27%,41%,72%)
(0.00/0.27/0.41/0.72)	

CMYK percentages

%0
%26.76
%40.85
%72.16

Codes

Color #47342A in popluar color models

47342A
RGB715242
HSL21°25.66%22.16%
HSB/HSV21°40.85%27.84%
CMYK0.00%26.76%40.85%
72.16%

Color #47342A in popluar number systems.

HEX47342A
Decimal715242
Binary1000111110100101010
Octal1076452

Shades and tints

Shades of #47342A

#47342A
(71,52,42)
#413027
(65,48,39)
#3B2C24
(59,44,36)
#352821
(53,40,33)
#2F241E
(47,36,30)
#29201B
(41,32,27)
#231C18
(35,28,24)
#1D1815
(29,24,21)
#171412
(23,20,18)
#11100F
(17,16,15)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #47342A

#47342A
(71,52,42)
#57463D
(87,70,61)
#675850
(103,88,80)
#776A63
(119,106,99)
#877C76
(135,124,118)
#978E89
(151,142,137)
#A7A09C
(167,160,156)
#B7B2AF
(183,178,175)
#C7C4C2
(199,196,194)
#D7D6D5
(215,214,213)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47342A color. Also use rgb(71,52,42) instead hex code.

Text Font Color

.myTextColor { color: #47342A; }

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

This text font color is #47342A.


Background Color

.myBgColor { background-color: #47342A; }

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

This div background color is #47342A.


Border color

.myBorderColor { border: 1px solid #47342A; }

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

This div border color is #47342A.


Opacity

.myOpacity80 { color: #47342A; opacity: 0.8; }

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

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

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

This text has shadow with #47342A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47342A on black background.


Color preview on white background

This text has color #47342A on white background.



Black color preview on #47342A background

This text has black color on #47342A background.


White color preview on #47342A background

This text has white color on #47342A background.