COLOR #47433F

HEX: #47433F
RGB: (71,67,63)

Color info

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

RGB color model

#47433F color RGB value is (71,67,63).

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

RGB channels and saturation

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

71
67
63

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

Portions of RGB colors in percentages

R + G + B =
71 + 67 + 63 = 201 (100%)
R 71 of 201 ~ 35.32%
G 67 of 201 ~ 33.33%
B 63 of 201 ~ 31.34%

%35.32
%33.33
%31.34

CMYK color model

#47433F color CMYK value is (0,6,11,72).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(0,6,11,72)
C0M6Y11K72 
(0%,6%,11%,72%)
(0.00/0.06/0.11/0.72)	

CMYK percentages

%0
%5.63
%11.27
%72.16

Codes

Color #47433F in popluar color models

47433F
RGB716763
HSL30°5.97%26.27%
HSB/HSV30°11.27%27.84%
CMYK0.00%5.63%11.27%
72.16%

Color #47433F in popluar number systems.

HEX47433F
Decimal716763
Binary10001111000011111111
Octal10710377

Shades and tints

Shades of #47433F

#47433F
(71,67,63)
#413D3A
(65,61,58)
#3B3735
(59,55,53)
#353130
(53,49,48)
#2F2B2B
(47,43,43)
#292526
(41,37,38)
#231F21
(35,31,33)
#1D191C
(29,25,28)
#171317
(23,19,23)
#110D12
(17,13,18)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #47433F

#47433F
(71,67,63)
#575450
(87,84,80)
#676561
(103,101,97)
#777672
(119,118,114)
#878783
(135,135,131)
#979894
(151,152,148)
#A7A9A5
(167,169,165)
#B7BAB6
(183,186,182)
#C7CBC7
(199,203,199)
#D7DCD8
(215,220,216)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47433F; }

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

This text font color is #47433F.


Background Color

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

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

This div background color is #47433F.


Border color

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

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

This div border color is #47433F.


Opacity

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

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

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

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

This text has shadow with #47433F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47433F on black background.


Color preview on white background

This text has color #47433F on white background.



Black color preview on #47433F background

This text has black color on #47433F background.


White color preview on #47433F background

This text has white color on #47433F background.