COLOR #47483C

HEX: #47483C
RGB: (71,72,60)

Color info

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

RGB color model

#47483C color RGB value is (71,72,60).

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

RGB channels and saturation

R 71 of 255 = 28%
G 72 of 255 = 28%
B 60 of 255 = 24%

71
72
60

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

Portions of RGB colors in percentages

R + G + B =
71 + 72 + 60 = 203 (100%)
R 71 of 203 ~ 34.98%
G 72 of 203 ~ 35.47%
B 60 of 203 ~ 29.56%

%34.98
%35.47
%29.56

CMYK color model

#47483C color CMYK value is (1,0,17,72).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 71.76%
CMYK:
(1,0,17,72)
C1M0Y17K72 
(1%,0%,17%,72%)
(0.01/0.00/0.17/0.72)	

CMYK percentages

%1.39
%0
%16.67
%71.76

Codes

Color #47483C in popluar color models

47483C
RGB717260
HSL65°9.09%25.88%
HSB/HSV65°16.67%28.24%
CMYK1.39%0.00%16.67%
71.76%

Color #47483C in popluar number systems.

HEX47483C
Decimal717260
Binary10001111001000111100
Octal10711074

Shades and tints

Shades of #47483C

#47483C
(71,72,60)
#414237
(65,66,55)
#3B3C32
(59,60,50)
#35362D
(53,54,45)
#2F3028
(47,48,40)
#292A23
(41,42,35)
#23241E
(35,36,30)
#1D1E19
(29,30,25)
#171814
(23,24,20)
#11120F
(17,18,15)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #47483C

#47483C
(71,72,60)
#57584D
(87,88,77)
#67685E
(103,104,94)
#77786F
(119,120,111)
#878880
(135,136,128)
#979891
(151,152,145)
#A7A8A2
(167,168,162)
#B7B8B3
(183,184,179)
#C7C8C4
(199,200,196)
#D7D8D5
(215,216,213)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47483C; }

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

This text font color is #47483C.


Background Color

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

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

This div background color is #47483C.


Border color

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

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

This div border color is #47483C.


Opacity

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

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

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

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

This text has shadow with #47483C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47483C on black background.


Color preview on white background

This text has color #47483C on white background.



Black color preview on #47483C background

This text has black color on #47483C background.


White color preview on #47483C background

This text has white color on #47483C background.