COLOR #47483F

HEX: #47483F
RGB: (71,72,63)

Color info

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

RGB color model

#47483F color RGB value is (71,72,63).

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

RGB channels and saturation

R 71 of 255 = 28%
G 72 of 255 = 28%
B 63 of 255 = 25%

71
72
63

R + G + B ~ 27%. #47483F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 72 + 63 = 206 (100%)
R 71 of 206 ~ 34.47%
G 72 of 206 ~ 34.95%
B 63 of 206 ~ 30.58%

%34.47
%34.95
%30.58

CMYK color model

#47483F color CMYK value is (1,0,13,72).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(1,0,13,72)
C1M0Y13K72 
(1%,0%,13%,72%)
(0.01/0.00/0.13/0.72)	

CMYK percentages

%1.39
%0
%12.5
%71.76

Codes

Color #47483F in popluar color models

47483F
RGB717263
HSL67°6.67%26.47%
HSB/HSV67°12.50%28.24%
CMYK1.39%0.00%12.50%
71.76%

Color #47483F in popluar number systems.

HEX47483F
Decimal717263
Binary10001111001000111111
Octal10711077

Shades and tints

Shades of #47483F

#47483F
(71,72,63)
#41423A
(65,66,58)
#3B3C35
(59,60,53)
#353630
(53,54,48)
#2F302B
(47,48,43)
#292A26
(41,42,38)
#232421
(35,36,33)
#1D1E1C
(29,30,28)
#171817
(23,24,23)
#111212
(17,18,18)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #47483F

#47483F
(71,72,63)
#575850
(87,88,80)
#676861
(103,104,97)
#777872
(119,120,114)
#878883
(135,136,131)
#979894
(151,152,148)
#A7A8A5
(167,168,165)
#B7B8B6
(183,184,182)
#C7C8C7
(199,200,199)
#D7D8D8
(215,216,216)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47483F; }

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

This text font color is #47483F.


Background Color

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

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

This div background color is #47483F.


Border color

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

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

This div border color is #47483F.


Opacity

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

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

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

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

This text has shadow with #47483F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47483F on black background.


Color preview on white background

This text has color #47483F on white background.



Black color preview on #47483F background

This text has black color on #47483F background.


White color preview on #47483F background

This text has white color on #47483F background.