COLOR #71240C

HEX: #71240C
RGB: (113,36,12)

Color info

#71240C contains mainly red color. Web safe color of #71240C is #663300 (or #630).

RGB color model

#71240C color RGB value is (113,36,12).

  • red value is 113;
  • green value is 36;
  • blue value is 12.
RGB:
(113,36,12)
(44%,14%,5%)

RGB channels and saturation

R 113 of 255 = 44%
G 36 of 255 = 14%
B 12 of 255 = 5%

113
36
12

R + G + B ~ 21%. #71240C is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 36 + 12 = 161 (100%)
R 113 of 161 ~ 70.19%
G 36 of 161 ~ 22.36%
B 12 of 161 ~ 7.45%

%70.19
%22.36

CMYK color model

#71240C color CMYK value is (0,68,89,56).

  • cyan value is 0.00%
  • magenta value is 68.14%
  • yellow value is 89.38%
  • key color value is 55.69%
CMYK:
(0,68,89,56)
C0M68Y89K56 
(0%,68%,89%,56%)
(0.00/0.68/0.89/0.56)	

CMYK percentages

%0
%68.14
%89.38
%55.69

Codes

Color #71240C in popluar color models

71240C
RGB1133612
HSL14°80.80%24.51%
HSB/HSV14°89.38%44.31%
CMYK0.00%68.14%89.38%
55.69%

Color #71240C in popluar number systems.

HEX71240C
Decimal1133612
Binary11100011001001100
Octal1614414

Shades and tints

Shades of #71240C

#71240C
(113,36,12)
#67210B
(103,33,11)
#5D1E0A
(93,30,10)
#531B09
(83,27,9)
#491808
(73,24,8)
#3F1507
(63,21,7)
#351206
(53,18,6)
#2B0F05
(43,15,5)
#210C04
(33,12,4)
#170903
(23,9,3)
#0D0602
(13,6,2)
#000000
(0,0,0)

Tints of #71240C

#71240C
(113,36,12)
#7D3722
(125,55,34)
#894A38
(137,74,56)
#955D4E
(149,93,78)
#A17064
(161,112,100)
#AD837A
(173,131,122)
#B99690
(185,150,144)
#C5A9A6
(197,169,166)
#D1BCBC
(209,188,188)
#DDCFD2
(221,207,210)
#E9E2E8
(233,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71240C color. Also use rgb(113,36,12) instead hex code.

Text Font Color

.myTextColor { color: #71240C; }

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

This text font color is #71240C.


Background Color

.myBgColor { background-color: #71240C; }

<div style="background-color:#71240C">Inner text</div>

This div background color is #71240C.


Border color

.myBorderColor { border: 1px solid #71240C; }

<div style="border:3px solid #71240C">Div</div>

This div border color is #71240C.


Opacity

.myOpacity80 { color: #71240C; opacity: 0.8; }

<p style="color:#71240C;opacity:0.8;">80%</p>

Text with #71240C 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 #71240C;}

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

This text has shadow with #71240C color.

.textShadow {text-shadow: 3px 3px 1px #71240C, 3px 3px 1px red;}

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

This text has shadow with #71240C primary color and red secondary color.


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

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

This text has shadow with #71240C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71240C on black background.


Color preview on white background

This text has color #71240C on white background.



Black color preview on #71240C background

This text has black color on #71240C background.


White color preview on #71240C background

This text has white color on #71240C background.