COLOR #472B3B

HEX: #472B3B RGB: (71,43,59)

Color info

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

RGB color model

#472B3B color RGB value is (71,43,59).

RGB: (71,43,59) (28%, 17%, 23%)

RGB channels and saturation

R 71 of 255 = 28%
G 43 of 255 = 17%
B 59 of 255 = 23%

71
43
59

R + G + B ~ 23%. #472B3B is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 43 + 59 = 173 (100%)
R 71 of 173 ~ 41.04%
G 43 of 173 ~ 24.86%
B 59 of 173 ~ 34.1'%

%41.04
%24.86
%34.1

CMYK color model

#472B3B color CMYK value is (0,39,17,72).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 16.90%
  • key color value is 72.16%

CMYK: (0,39,17,72)
C0M39Y17K72 (0%, 39%, 17%, 72%)
(0.00 / 0.39 / 0.17 / 0.72)

CMYK percentages

%0
%39.44
%16.9
%72.16

Codes

Color #472B3B in popluar color models

47 2B 3B
RGB 71 43 59
HSL 326° 24.56% 22.35%
HSB/HSV 326° 39.44% 27.84%
CMYK 0.00% 39.44% 16.90%
72.16%

Color #472B3B in popluar number systems.

HEX 47 2B 3B
Decimal 71 43 59
Binary 1000111 101011 111011
Octal 107 53 73

Shades and tints

Shades of #472B3B

#472B3B
(71,43,59)
#412836
(65,40,54)
#3B2531
(59,37,49)
#35222C
(53,34,44)
#2F1F27
(47,31,39)
#291C22
(41,28,34)
#23191D
(35,25,29)
#1D1618
(29,22,24)
#171313
(23,19,19)
#11100E
(17,16,14)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #472B3B

#472B3B
(71,43,59)
#573E4C
(87,62,76)
#67515D
(103,81,93)
#77646E
(119,100,110)
#87777F
(135,119,127)
#978A90
(151,138,144)
#A79DA1
(167,157,161)
#B7B0B2
(183,176,178)
#C7C3C3
(199,195,195)
#D7D6D4
(215,214,212)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472B3B color. Also use rgb(71,43,59) instead hex code.

Text Font Color

.myTextColor { color: #472B3B; }

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

This text font color is #472B3B.

Background Color

.myBgColor { background-color: #472B3B; }

<div style="background-color:#472B3B">Inner text</div>

This div background color is #472B3B.

Border color

.myBorderColor { border: 1px solid #472B3B; }

<div style="border:3px solid #472B3B">Div</div>

This div border color is #472B3B.

Opacity

.myOpacity80 { color: #472B3B; opacity: 0.8; }

<p style="color:#472B3B;opacity:0.8;">80%</p>

Text with #472B3B 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 #472B3B;}

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

This text has shadow with #472B3B color.


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

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

This text has shadow with #472B3B primary color and red secondary color.


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

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

This text has shadow with #472B3B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #472B3B.

Preview

Color preview on black background

This text has color #472B3B on black background.


Color preview on white background

This text has color #472B3B on white background.


Black color preview on #472B3B background

This text has black color on #472B3B background.


White color preview on #472B3B background

This text has white color on #472B3B background.


Related colors

Complementary color

Complementary color for #hex is #B8D4C4.


I love getcolorcode.com

Triadic colors

1 #3B472B and #2B3B47 with #472B3B are triadic colors.

2 #3B2B47 and #2B473B with #472B3B are triadic colors.