COLOR #471C17

HEX: #471C17
RGB: (71,28,23)

Color info

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

RGB color model

#471C17 color RGB value is (71,28,23).

  • red value is 71;
  • green value is 28;
  • blue value is 23.
RGB:
(71,28,23)
(28%,11%,9%)

RGB channels and saturation

R 71 of 255 = 28%
G 28 of 255 = 11%
B 23 of 255 = 9%

71
28
23

R + G + B ~ 16%. #471C17 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 28 + 23 = 122 (100%)
R 71 of 122 ~ 58.2%
G 28 of 122 ~ 22.95%
B 23 of 122 ~ 18.85%

%58.2
%22.95
%18.85

CMYK color model

#471C17 color CMYK value is (0,61,68,72).

  • cyan value is 0.00%
  • magenta value is 60.56%
  • yellow value is 67.61%
  • key color value is 72.16%
CMYK:
(0,61,68,72)
C0M61Y68K72 
(0%,61%,68%,72%)
(0.00/0.61/0.68/0.72)	

CMYK percentages

%0
%60.56
%67.61
%72.16

Codes

Color #471C17 in popluar color models

471C17
RGB712823
HSL51.06%18.43%
HSB/HSV67.61%27.84%
CMYK0.00%60.56%67.61%
72.16%

Color #471C17 in popluar number systems.

HEX471C17
Decimal712823
Binary10001111110010111
Octal1073427

Shades and tints

Shades of #471C17

#471C17
(71,28,23)
#411A15
(65,26,21)
#3B1813
(59,24,19)
#351611
(53,22,17)
#2F140F
(47,20,15)
#29120D
(41,18,13)
#23100B
(35,16,11)
#1D0E09
(29,14,9)
#170C07
(23,12,7)
#110A05
(17,10,5)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #471C17

#471C17
(71,28,23)
#57302C
(87,48,44)
#674441
(103,68,65)
#775856
(119,88,86)
#876C6B
(135,108,107)
#978080
(151,128,128)
#A79495
(167,148,149)
#B7A8AA
(183,168,170)
#C7BCBF
(199,188,191)
#D7D0D4
(215,208,212)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471C17 color. Also use rgb(71,28,23) instead hex code.

Text Font Color

.myTextColor { color: #471C17; }

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

This text font color is #471C17.


Background Color

.myBgColor { background-color: #471C17; }

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

This div background color is #471C17.


Border color

.myBorderColor { border: 1px solid #471C17; }

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

This div border color is #471C17.


Opacity

.myOpacity80 { color: #471C17; opacity: 0.8; }

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

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

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

This text has shadow with #471C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471C17 on black background.


Color preview on white background

This text has color #471C17 on white background.



Black color preview on #471C17 background

This text has black color on #471C17 background.


White color preview on #471C17 background

This text has white color on #471C17 background.