COLOR #471B25

HEX: #471B25
RGB: (71,27,37)

Color info

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

RGB color model

#471B25 color RGB value is (71,27,37).

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

RGB channels and saturation

R 71 of 255 = 28%
G 27 of 255 = 11%
B 37 of 255 = 15%

71
27
37

R + G + B ~ 18%. #471B25 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 27 + 37 = 135 (100%)
R 71 of 135 ~ 52.59%
G 27 of 135 ~ 20%
B 37 of 135 ~ 27.41%

%52.59
%20
%27.41

CMYK color model

#471B25 color CMYK value is (0,62,48,72).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 47.89%
  • key color value is 72.16%
CMYK:
(0,62,48,72)
C0M62Y48K72 
(0%,62%,48%,72%)
(0.00/0.62/0.48/0.72)	

CMYK percentages

%0
%61.97
%47.89
%72.16

Codes

Color #471B25 in popluar color models

471B25
RGB712737
HSL346°44.90%19.22%
HSB/HSV346°61.97%27.84%
CMYK0.00%61.97%47.89%
72.16%

Color #471B25 in popluar number systems.

HEX471B25
Decimal712737
Binary100011111011100101
Octal1073345

Shades and tints

Shades of #471B25

#471B25
(71,27,37)
#411922
(65,25,34)
#3B171F
(59,23,31)
#35151C
(53,21,28)
#2F1319
(47,19,25)
#291116
(41,17,22)
#230F13
(35,15,19)
#1D0D10
(29,13,16)
#170B0D
(23,11,13)
#11090A
(17,9,10)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #471B25

#471B25
(71,27,37)
#572F38
(87,47,56)
#67434B
(103,67,75)
#77575E
(119,87,94)
#876B71
(135,107,113)
#977F84
(151,127,132)
#A79397
(167,147,151)
#B7A7AA
(183,167,170)
#C7BBBD
(199,187,189)
#D7CFD0
(215,207,208)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471B25; }

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

This text font color is #471B25.


Background Color

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

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

This div background color is #471B25.


Border color

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

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

This div border color is #471B25.


Opacity

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

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

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

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

This text has shadow with #471B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471B25 on black background.


Color preview on white background

This text has color #471B25 on white background.



Black color preview on #471B25 background

This text has black color on #471B25 background.


White color preview on #471B25 background

This text has white color on #471B25 background.