COLOR #471518

HEX: #471518
RGB: (71,21,24)

Color info

#471518 contains red, green and blue colors in about the same proportion. Web safe color of #471518 is #330000 (or #300).

RGB color model

#471518 color RGB value is (71,21,24).

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

RGB channels and saturation

R 71 of 255 = 28%
G 21 of 255 = 8%
B 24 of 255 = 9%

71
21
24

R + G + B ~ 15%. #471518 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 21 + 24 = 116 (100%)
R 71 of 116 ~ 61.21%
G 21 of 116 ~ 18.1%
B 24 of 116 ~ 20.69%

%61.21
%18.1
%20.69

CMYK color model

#471518 color CMYK value is (0,70,66,72).

  • cyan value is 0.00%
  • magenta value is 70.42%
  • yellow value is 66.20%
  • key color value is 72.16%
CMYK:
(0,70,66,72)
C0M70Y66K72 
(0%,70%,66%,72%)
(0.00/0.70/0.66/0.72)	

CMYK percentages

%0
%70.42
%66.2
%72.16

Codes

Color #471518 in popluar color models

471518
RGB712124
HSL356°54.35%18.04%
HSB/HSV356°70.42%27.84%
CMYK0.00%70.42%66.20%
72.16%

Color #471518 in popluar number systems.

HEX471518
Decimal712124
Binary10001111010111000
Octal1072530

Shades and tints

Shades of #471518

#471518
(71,21,24)
#411416
(65,20,22)
#3B1314
(59,19,20)
#351212
(53,18,18)
#2F1110
(47,17,16)
#29100E
(41,16,14)
#230F0C
(35,15,12)
#1D0E0A
(29,14,10)
#170D08
(23,13,8)
#110C06
(17,12,6)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #471518

#471518
(71,21,24)
#572A2D
(87,42,45)
#673F42
(103,63,66)
#775457
(119,84,87)
#87696C
(135,105,108)
#977E81
(151,126,129)
#A79396
(167,147,150)
#B7A8AB
(183,168,171)
#C7BDC0
(199,189,192)
#D7D2D5
(215,210,213)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471518; }

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

This text font color is #471518.


Background Color

.myBgColor { background-color: #471518; }

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

This div background color is #471518.


Border color

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

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

This div border color is #471518.


Opacity

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

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

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

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

This text has shadow with #471518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471518 on black background.


Color preview on white background

This text has color #471518 on white background.



Black color preview on #471518 background

This text has black color on #471518 background.


White color preview on #471518 background

This text has white color on #471518 background.