COLOR #71410B

HEX: #71410B
RGB: (113,65,11)

Color info

#71410B contains mainly red and green colors. Web safe color of #71410B is #663300 (or #630).

RGB color model

#71410B color RGB value is (113,65,11).

  • red value is 113;
  • green value is 65;
  • blue value is 11.
RGB:
(113,65,11)
(44%,25%,4%)

RGB channels and saturation

R 113 of 255 = 44%
G 65 of 255 = 25%
B 11 of 255 = 4%

113
65
11

R + G + B ~ 24%. #71410B is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 65 + 11 = 189 (100%)
R 113 of 189 ~ 59.79%
G 65 of 189 ~ 34.39%
B 11 of 189 ~ 5.82%

%59.79
%34.39

CMYK color model

#71410B color CMYK value is (0,42,90,56).

  • cyan value is 0.00%
  • magenta value is 42.48%
  • yellow value is 90.27%
  • key color value is 55.69%
CMYK:
(0,42,90,56)
C0M42Y90K56 
(0%,42%,90%,56%)
(0.00/0.42/0.90/0.56)	

CMYK percentages

%0
%42.48
%90.27
%55.69

Codes

Color #71410B in popluar color models

71410B
RGB1136511
HSL32°82.26%24.31%
HSB/HSV32°90.27%44.31%
CMYK0.00%42.48%90.27%
55.69%

Color #71410B in popluar number systems.

HEX71410B
Decimal1136511
Binary111000110000011011
Octal16110113

Shades and tints

Shades of #71410B

#71410B
(113,65,11)
#673C0A
(103,60,10)
#5D3709
(93,55,9)
#533208
(83,50,8)
#492D07
(73,45,7)
#3F2806
(63,40,6)
#352305
(53,35,5)
#2B1E04
(43,30,4)
#211903
(33,25,3)
#171402
(23,20,2)
#0D0F01
(13,15,1)
#000000
(0,0,0)

Tints of #71410B

#71410B
(113,65,11)
#7D5221
(125,82,33)
#896337
(137,99,55)
#95744D
(149,116,77)
#A18563
(161,133,99)
#AD9679
(173,150,121)
#B9A78F
(185,167,143)
#C5B8A5
(197,184,165)
#D1C9BB
(209,201,187)
#DDDAD1
(221,218,209)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71410B color. Also use rgb(113,65,11) instead hex code.

Text Font Color

.myTextColor { color: #71410B; }

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

This text font color is #71410B.


Background Color

.myBgColor { background-color: #71410B; }

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

This div background color is #71410B.


Border color

.myBorderColor { border: 1px solid #71410B; }

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

This div border color is #71410B.


Opacity

.myOpacity80 { color: #71410B; opacity: 0.8; }

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

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

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

This text has shadow with #71410B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71410B on black background.


Color preview on white background

This text has color #71410B on white background.



Black color preview on #71410B background

This text has black color on #71410B background.


White color preview on #71410B background

This text has white color on #71410B background.