COLOR #472018

HEX: #472018
RGB: (71,32,24)

Color info

#472018 contains red, green and blue colors in about the same proportion. Web safe color of #472018 is #333300 (or #330).

RGB color model

#472018 color RGB value is (71,32,24).

  • red value is 71;
  • green value is 32;
  • blue value is 24.
RGB:
(71,32,24)
(28%,13%,9%)

RGB channels and saturation

R 71 of 255 = 28%
G 32 of 255 = 13%
B 24 of 255 = 9%

71
32
24

R + G + B ~ 17%. #472018 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 32 + 24 = 127 (100%)
R 71 of 127 ~ 55.91%
G 32 of 127 ~ 25.2%
B 24 of 127 ~ 18.9%

%55.91
%25.2
%18.9

CMYK color model

#472018 color CMYK value is (0,55,66,72).

  • cyan value is 0.00%
  • magenta value is 54.93%
  • yellow value is 66.20%
  • key color value is 72.16%
CMYK:
(0,55,66,72)
C0M55Y66K72 
(0%,55%,66%,72%)
(0.00/0.55/0.66/0.72)	

CMYK percentages

%0
%54.93
%66.2
%72.16

Codes

Color #472018 in popluar color models

472018
RGB713224
HSL10°49.47%18.63%
HSB/HSV10°66.20%27.84%
CMYK0.00%54.93%66.20%
72.16%

Color #472018 in popluar number systems.

HEX472018
Decimal713224
Binary100011110000011000
Octal1074030

Shades and tints

Shades of #472018

#472018
(71,32,24)
#411E16
(65,30,22)
#3B1C14
(59,28,20)
#351A12
(53,26,18)
#2F1810
(47,24,16)
#29160E
(41,22,14)
#23140C
(35,20,12)
#1D120A
(29,18,10)
#171008
(23,16,8)
#110E06
(17,14,6)
#0B0C04
(11,12,4)
#000000
(0,0,0)

Tints of #472018

#472018
(71,32,24)
#57342D
(87,52,45)
#674842
(103,72,66)
#775C57
(119,92,87)
#87706C
(135,112,108)
#978481
(151,132,129)
#A79896
(167,152,150)
#B7ACAB
(183,172,171)
#C7C0C0
(199,192,192)
#D7D4D5
(215,212,213)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472018 color. Also use rgb(71,32,24) instead hex code.

Text Font Color

.myTextColor { color: #472018; }

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

This text font color is #472018.


Background Color

.myBgColor { background-color: #472018; }

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

This div background color is #472018.


Border color

.myBorderColor { border: 1px solid #472018; }

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

This div border color is #472018.


Opacity

.myOpacity80 { color: #472018; opacity: 0.8; }

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

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

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

This text has shadow with #472018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472018 on black background.


Color preview on white background

This text has color #472018 on white background.



Black color preview on #472018 background

This text has black color on #472018 background.


White color preview on #472018 background

This text has white color on #472018 background.