COLOR #471B00

HEX: #471B00 RGB: (71,27,0)

Color info

#471B00 contains only red and green colors. Web safe color of #471B00 is #333300 (or #330).

RGB color model

#471B00 color RGB value is (71,27,0).

RGB: (71,27,0) (28%, 11%, 0%)

RGB channels and saturation

R 71 of 255 = 28%
G 27 of 255 = 11%
B 0 of 255 = 0%

71
27
0

R + G + B ~ 13%. #471B00 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 27 + 0 = 98 (100%)
R 71 of 98 ~ 72.45%
G 27 of 98 ~ 27.55%
B 0 of 98 ~ 0'%

%72.45
%27.55

CMYK color model

#471B00 color CMYK value is (0,62,100,72).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 100.00%
  • key color value is 72.16%

CMYK: (0,62,100,72)
C0M62Y100K72 (0%, 62%, 100%, 72%)
(0.00 / 0.62 / 1.00 / 0.72)

CMYK percentages

%0
%61.97
%100
%72.16

Codes

Color #471B00 in popluar color models

47 1B 00
RGB 71 27 0
HSL 23° 100.00% 13.92%
HSB/HSV 23° 100.00% 27.84%
CMYK 0.00% 61.97% 100.00%
72.16%

Color #471B00 in popluar number systems.

HEX 47 1B 00
Decimal 71 27 0
Binary 1000111 11011 0
Octal 107 33 0

Shades and tints

Shades of #471B00

#471B00
(71,27,0)
#411900
(65,25,0)
#3B1700
(59,23,0)
#351500
(53,21,0)
#2F1300
(47,19,0)
#291100
(41,17,0)
#230F00
(35,15,0)
#1D0D00
(29,13,0)
#170B00
(23,11,0)
#110900
(17,9,0)
#0B0700
(11,7,0)
#000000
(0,0,0)

Tints of #471B00

#471B00
(71,27,0)
#572F17
(87,47,23)
#67432E
(103,67,46)
#775745
(119,87,69)
#876B5C
(135,107,92)
#977F73
(151,127,115)
#A7938A
(167,147,138)
#B7A7A1
(183,167,161)
#C7BBB8
(199,187,184)
#D7CFCF
(215,207,207)
#E7E3E6
(231,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471B00; }

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

This text font color is #471B00.

Background Color

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

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

This div background color is #471B00.

Border color

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

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

This div border color is #471B00.

Opacity

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

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

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

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

This text has shadow with #471B00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #471B00.

Preview

Color preview on black background

This text has color #471B00 on black background.


Color preview on white background

This text has color #471B00 on white background.


Black color preview on #471B00 background

This text has black color on #471B00 background.


White color preview on #471B00 background

This text has white color on #471B00 background.


Related colors

Complementary color

Complementary color for #hex is #B8E4FF.


I love getcolorcode.com

Triadic colors

1 #00471B and #1B0047 with #471B00 are triadic colors.

2 #001B47 and #1B4700 with #471B00 are triadic colors.