COLOR #47433B

HEX: #47433B
RGB: (71,67,59)

Color info

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

RGB color model

#47433B color RGB value is (71,67,59).

  • red value is 71;
  • green value is 67;
  • blue value is 59.
RGB:
(71,67,59)
(28%,26%,23%)

RGB channels and saturation

R 71 of 255 = 28%
G 67 of 255 = 26%
B 59 of 255 = 23%

71
67
59

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

Portions of RGB colors in percentages

R + G + B =
71 + 67 + 59 = 197 (100%)
R 71 of 197 ~ 36.04%
G 67 of 197 ~ 34.01%
B 59 of 197 ~ 29.95%

%36.04
%34.01
%29.95

CMYK color model

#47433B color CMYK value is (0,6,17,72).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 16.90%
  • key color value is 72.16%
CMYK:
(0,6,17,72)
C0M6Y17K72 
(0%,6%,17%,72%)
(0.00/0.06/0.17/0.72)	

CMYK percentages

%0
%5.63
%16.9
%72.16

Codes

Color #47433B in popluar color models

47433B
RGB716759
HSL40°9.23%25.49%
HSB/HSV40°16.90%27.84%
CMYK0.00%5.63%16.90%
72.16%

Color #47433B in popluar number systems.

HEX47433B
Decimal716759
Binary10001111000011111011
Octal10710373

Shades and tints

Shades of #47433B

#47433B
(71,67,59)
#413D36
(65,61,54)
#3B3731
(59,55,49)
#35312C
(53,49,44)
#2F2B27
(47,43,39)
#292522
(41,37,34)
#231F1D
(35,31,29)
#1D1918
(29,25,24)
#171313
(23,19,19)
#110D0E
(17,13,14)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #47433B

#47433B
(71,67,59)
#57544C
(87,84,76)
#67655D
(103,101,93)
#77766E
(119,118,110)
#87877F
(135,135,127)
#979890
(151,152,144)
#A7A9A1
(167,169,161)
#B7BAB2
(183,186,178)
#C7CBC3
(199,203,195)
#D7DCD4
(215,220,212)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47433B color. Also use rgb(71,67,59) instead hex code.

Text Font Color

.myTextColor { color: #47433B; }

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

This text font color is #47433B.


Background Color

.myBgColor { background-color: #47433B; }

<div style="background-color:#47433B">Inner text</div>

This div background color is #47433B.


Border color

.myBorderColor { border: 1px solid #47433B; }

<div style="border:3px solid #47433B">Div</div>

This div border color is #47433B.


Opacity

.myOpacity80 { color: #47433B; opacity: 0.8; }

<p style="color:#47433B;opacity:0.8;">80%</p>

Text with #47433B 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 #47433B;}

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

This text has shadow with #47433B color.

.textShadow {text-shadow: 3px 3px 1px #47433B, 3px 3px 1px red;}

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

This text has shadow with #47433B primary color and red secondary color.


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

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

This text has shadow with #47433B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47433B on black background.


Color preview on white background

This text has color #47433B on white background.



Black color preview on #47433B background

This text has black color on #47433B background.


White color preview on #47433B background

This text has white color on #47433B background.