COLOR #47463C

HEX: #47463C RGB: (71,70,60)

Color info

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

RGB color model

#47463C color RGB value is (71,70,60).

RGB: (71,70,60) (28%, 27%, 24%)

RGB channels and saturation

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

71
70
60

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

Portions of RGB colors in percentages

R + G + B = 71 + 70 + 60 = 201 (100%)
R 71 of 201 ~ 35.32%
G 70 of 201 ~ 34.83%
B 60 of 201 ~ 29.85'%

%35.32
%34.83
%29.85

CMYK color model

#47463C color CMYK value is (0,1,15,72).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 15.49%
  • key color value is 72.16%

CMYK: (0,1,15,72)
C0M1Y15K72 (0%, 1%, 15%, 72%)
(0.00 / 0.01 / 0.15 / 0.72)

CMYK percentages

%0
%1.41
%15.49
%72.16

Codes

Color #47463C in popluar color models

47 46 3C
RGB 71 70 60
HSL 55° 8.40% 25.69%
HSB/HSV 55° 15.49% 27.84%
CMYK 0.00% 1.41% 15.49%
72.16%

Color #47463C in popluar number systems.

HEX 47 46 3C
Decimal 71 70 60
Binary 1000111 1000110 111100
Octal 107 106 74

Shades and tints

Shades of #47463C

#47463C
(71,70,60)
#414037
(65,64,55)
#3B3A32
(59,58,50)
#35342D
(53,52,45)
#2F2E28
(47,46,40)
#292823
(41,40,35)
#23221E
(35,34,30)
#1D1C19
(29,28,25)
#171614
(23,22,20)
#11100F
(17,16,15)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #47463C

#47463C
(71,70,60)
#57564D
(87,86,77)
#67665E
(103,102,94)
#77766F
(119,118,111)
#878680
(135,134,128)
#979691
(151,150,145)
#A7A6A2
(167,166,162)
#B7B6B3
(183,182,179)
#C7C6C4
(199,198,196)
#D7D6D5
(215,214,213)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47463C; }

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

This text font color is #47463C.

Background Color

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

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

This div background color is #47463C.

Border color

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

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

This div border color is #47463C.

Opacity

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

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

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

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

This text has shadow with #47463C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47463C.

Preview

Color preview on black background

This text has color #47463C on black background.


Color preview on white background

This text has color #47463C on white background.


Black color preview on #47463C background

This text has black color on #47463C background.


White color preview on #47463C background

This text has white color on #47463C background.


Related colors

Complementary color

Complementary color for #hex is #B8B9C3.


I love getcolorcode.com

Triadic colors

1 #3C4746 and #463C47 with #47463C are triadic colors.

2 #3C4647 and #46473C with #47463C are triadic colors.