COLOR #47423F

HEX: #47423F
RGB: (71,66,63)

Color info

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

RGB color model

#47423F color RGB value is (71,66,63).

  • red value is 71;
  • green value is 66;
  • blue value is 63.
RGB:
(71,66,63)
(28%,26%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 66 of 255 = 26%
B 63 of 255 = 25%

71
66
63

R + G + B ~ 26%. #47423F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 63 = 200 (100%)
R 71 of 200 ~ 35.5%
G 66 of 200 ~ 33%
B 63 of 200 ~ 31.5%

%35.5
%33
%31.5

CMYK color model

#47423F color CMYK value is (0,7,11,72).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(0,7,11,72)
C0M7Y11K72 
(0%,7%,11%,72%)
(0.00/0.07/0.11/0.72)	

CMYK percentages

%0
%7.04
%11.27
%72.16

Codes

Color #47423F in popluar color models

47423F
RGB716663
HSL23°5.97%26.27%
HSB/HSV23°11.27%27.84%
CMYK0.00%7.04%11.27%
72.16%

Color #47423F in popluar number systems.

HEX47423F
Decimal716663
Binary10001111000010111111
Octal10710277

Shades and tints

Shades of #47423F

#47423F
(71,66,63)
#413C3A
(65,60,58)
#3B3635
(59,54,53)
#353030
(53,48,48)
#2F2A2B
(47,42,43)
#292426
(41,36,38)
#231E21
(35,30,33)
#1D181C
(29,24,28)
#171217
(23,18,23)
#110C12
(17,12,18)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #47423F

#47423F
(71,66,63)
#575350
(87,83,80)
#676461
(103,100,97)
#777572
(119,117,114)
#878683
(135,134,131)
#979794
(151,151,148)
#A7A8A5
(167,168,165)
#B7B9B6
(183,185,182)
#C7CAC7
(199,202,199)
#D7DBD8
(215,219,216)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47423F color. Also use rgb(71,66,63) instead hex code.

Text Font Color

.myTextColor { color: #47423F; }

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

This text font color is #47423F.


Background Color

.myBgColor { background-color: #47423F; }

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

This div background color is #47423F.


Border color

.myBorderColor { border: 1px solid #47423F; }

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

This div border color is #47423F.


Opacity

.myOpacity80 { color: #47423F; opacity: 0.8; }

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

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

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

This text has shadow with #47423F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47423F on black background.


Color preview on white background

This text has color #47423F on white background.



Black color preview on #47423F background

This text has black color on #47423F background.


White color preview on #47423F background

This text has white color on #47423F background.