COLOR #471B17

HEX: #471B17
RGB: (71,27,23)

Color info

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

RGB color model

#471B17 color RGB value is (71,27,23).

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

RGB channels and saturation

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

71
27
23

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

Portions of RGB colors in percentages

R + G + B =
71 + 27 + 23 = 121 (100%)
R 71 of 121 ~ 58.68%
G 27 of 121 ~ 22.31%
B 23 of 121 ~ 19.01%

%58.68
%22.31
%19.01

CMYK color model

#471B17 color CMYK value is (0,62,68,72).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 67.61%
  • key color value is 72.16%
CMYK:
(0,62,68,72)
C0M62Y68K72 
(0%,62%,68%,72%)
(0.00/0.62/0.68/0.72)	

CMYK percentages

%0
%61.97
%67.61
%72.16

Codes

Color #471B17 in popluar color models

471B17
RGB712723
HSL51.06%18.43%
HSB/HSV67.61%27.84%
CMYK0.00%61.97%67.61%
72.16%

Color #471B17 in popluar number systems.

HEX471B17
Decimal712723
Binary10001111101110111
Octal1073327

Shades and tints

Shades of #471B17

#471B17
(71,27,23)
#411915
(65,25,21)
#3B1713
(59,23,19)
#351511
(53,21,17)
#2F130F
(47,19,15)
#29110D
(41,17,13)
#230F0B
(35,15,11)
#1D0D09
(29,13,9)
#170B07
(23,11,7)
#110905
(17,9,5)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #471B17

#471B17
(71,27,23)
#572F2C
(87,47,44)
#674341
(103,67,65)
#775756
(119,87,86)
#876B6B
(135,107,107)
#977F80
(151,127,128)
#A79395
(167,147,149)
#B7A7AA
(183,167,170)
#C7BBBF
(199,187,191)
#D7CFD4
(215,207,212)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471B17; }

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

This text font color is #471B17.


Background Color

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

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

This div background color is #471B17.


Border color

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

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

This div border color is #471B17.


Opacity

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

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

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

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

This text has shadow with #471B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471B17 on black background.


Color preview on white background

This text has color #471B17 on white background.



Black color preview on #471B17 background

This text has black color on #471B17 background.


White color preview on #471B17 background

This text has white color on #471B17 background.