COLOR #47463E

HEX: #47463E
RGB: (71,70,62)

Color info

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

RGB color model

#47463E color RGB value is (71,70,62).

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

RGB channels and saturation

R 71 of 255 = 28%
G 70 of 255 = 27%
B 62 of 255 = 24%

71
70
62

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

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 62 = 203 (100%)
R 71 of 203 ~ 34.98%
G 70 of 203 ~ 34.48%
B 62 of 203 ~ 30.54%

%34.98
%34.48
%30.54

CMYK color model

#47463E color CMYK value is (0,1,13,72).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 12.68%
  • key color value is 72.16%
CMYK:
(0,1,13,72)
C0M1Y13K72 
(0%,1%,13%,72%)
(0.00/0.01/0.13/0.72)	

CMYK percentages

%0
%1.41
%12.68
%72.16

Codes

Color #47463E in popluar color models

47463E
RGB717062
HSL53°6.77%26.08%
HSB/HSV53°12.68%27.84%
CMYK0.00%1.41%12.68%
72.16%

Color #47463E in popluar number systems.

HEX47463E
Decimal717062
Binary10001111000110111110
Octal10710676

Shades and tints

Shades of #47463E

#47463E
(71,70,62)
#414039
(65,64,57)
#3B3A34
(59,58,52)
#35342F
(53,52,47)
#2F2E2A
(47,46,42)
#292825
(41,40,37)
#232220
(35,34,32)
#1D1C1B
(29,28,27)
#171616
(23,22,22)
#111011
(17,16,17)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #47463E

#47463E
(71,70,62)
#57564F
(87,86,79)
#676660
(103,102,96)
#777671
(119,118,113)
#878682
(135,134,130)
#979693
(151,150,147)
#A7A6A4
(167,166,164)
#B7B6B5
(183,182,181)
#C7C6C6
(199,198,198)
#D7D6D7
(215,214,215)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47463E; }

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

This text font color is #47463E.


Background Color

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

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

This div background color is #47463E.


Border color

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

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

This div border color is #47463E.


Opacity

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

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

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

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

This text has shadow with #47463E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47463E on black background.


Color preview on white background

This text has color #47463E on white background.



Black color preview on #47463E background

This text has black color on #47463E background.


White color preview on #47463E background

This text has white color on #47463E background.