COLOR #47323F

HEX: #47323F RGB: (71,50,63)

Color info

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

RGB color model

#47323F color RGB value is (71,50,63).

RGB: (71,50,63) (28%, 20%, 25%)

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 63 of 255 = 25%

71
50
63

R + G + B ~ 24%. #47323F is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 50 + 63 = 184 (100%)
R 71 of 184 ~ 38.59%
G 50 of 184 ~ 27.17%
B 63 of 184 ~ 34.24'%

%38.59
%27.17
%34.24

CMYK color model

#47323F color CMYK value is (0,30,11,72).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 11.27%
  • key color value is 72.16%

CMYK: (0,30,11,72)
C0M30Y11K72 (0%, 30%, 11%, 72%)
(0.00 / 0.30 / 0.11 / 0.72)

CMYK percentages

%0
%29.58
%11.27
%72.16

Codes

Color #47323F in popluar color models

47 32 3F
RGB 71 50 63
HSL 323° 17.36% 23.73%
HSB/HSV 323° 29.58% 27.84%
CMYK 0.00% 29.58% 11.27%
72.16%

Color #47323F in popluar number systems.

HEX 47 32 3F
Decimal 71 50 63
Binary 1000111 110010 111111
Octal 107 62 77

Shades and tints

Shades of #47323F

#47323F
(71,50,63)
#412E3A
(65,46,58)
#3B2A35
(59,42,53)
#352630
(53,38,48)
#2F222B
(47,34,43)
#291E26
(41,30,38)
#231A21
(35,26,33)
#1D161C
(29,22,28)
#171217
(23,18,23)
#110E12
(17,14,18)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #47323F

#47323F
(71,50,63)
#574450
(87,68,80)
#675661
(103,86,97)
#776872
(119,104,114)
#877A83
(135,122,131)
#978C94
(151,140,148)
#A79EA5
(167,158,165)
#B7B0B6
(183,176,182)
#C7C2C7
(199,194,199)
#D7D4D8
(215,212,216)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47323F; }

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

This text font color is #47323F.

Background Color

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

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

This div background color is #47323F.

Border color

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

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

This div border color is #47323F.

Opacity

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

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

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

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

This text has shadow with #47323F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47323F.

Preview

Color preview on black background

This text has color #47323F on black background.


Color preview on white background

This text has color #47323F on white background.


Black color preview on #47323F background

This text has black color on #47323F background.


White color preview on #47323F background

This text has white color on #47323F background.


Related colors

Complementary color

Complementary color for #hex is #B8CDC0.


I love getcolorcode.com

Triadic colors

1 #3F4732 and #323F47 with #47323F are triadic colors.

2 #3F3247 and #32473F with #47323F are triadic colors.