COLOR #71070F

HEX: #71070F
RGB: (113,7,15)

Color info

#71070F contains mainly red color. Web safe color of #71070F is #660000 (or #600).

RGB color model

#71070F color RGB value is (113,7,15).

  • red value is 113;
  • green value is 7;
  • blue value is 15.
RGB:
(113,7,15)
(44%,3%,6%)

RGB channels and saturation

R 113 of 255 = 44%
G 7 of 255 = 3%
B 15 of 255 = 6%

113
7
15

R + G + B ~ 18%. #71070F is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 7 + 15 = 135 (100%)
R 113 of 135 ~ 83.7%
G 7 of 135 ~ 5.19%
B 15 of 135 ~ 11.11%

%83.7
%11.11

CMYK color model

#71070F color CMYK value is (0,94,87,56).

  • cyan value is 0.00%
  • magenta value is 93.81%
  • yellow value is 86.73%
  • key color value is 55.69%
CMYK:
(0,94,87,56)
C0M94Y87K56 
(0%,94%,87%,56%)
(0.00/0.94/0.87/0.56)	

CMYK percentages

%0
%93.81
%86.73
%55.69

Codes

Color #71070F in popluar color models

71070F
RGB113715
HSL355°88.33%23.53%
HSB/HSV355°93.81%44.31%
CMYK0.00%93.81%86.73%
55.69%

Color #71070F in popluar number systems.

HEX71070F
Decimal113715
Binary11100011111111
Octal161717

Shades and tints

Shades of #71070F

#71070F
(113,7,15)
#67070E
(103,7,14)
#5D070D
(93,7,13)
#53070C
(83,7,12)
#49070B
(73,7,11)
#3F070A
(63,7,10)
#350709
(53,7,9)
#2B0708
(43,7,8)
#210707
(33,7,7)
#170706
(23,7,6)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #71070F

#71070F
(113,7,15)
#7D1D24
(125,29,36)
#893339
(137,51,57)
#95494E
(149,73,78)
#A15F63
(161,95,99)
#AD7578
(173,117,120)
#B98B8D
(185,139,141)
#C5A1A2
(197,161,162)
#D1B7B7
(209,183,183)
#DDCDCC
(221,205,204)
#E9E3E1
(233,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71070F color. Also use rgb(113,7,15) instead hex code.

Text Font Color

.myTextColor { color: #71070F; }

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

This text font color is #71070F.


Background Color

.myBgColor { background-color: #71070F; }

<div style="background-color:#71070F">Inner text</div>

This div background color is #71070F.


Border color

.myBorderColor { border: 1px solid #71070F; }

<div style="border:3px solid #71070F">Div</div>

This div border color is #71070F.


Opacity

.myOpacity80 { color: #71070F; opacity: 0.8; }

<p style="color:#71070F;opacity:0.8;">80%</p>

Text with #71070F 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 #71070F;}

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

This text has shadow with #71070F color.

.textShadow {text-shadow: 3px 3px 1px #71070F, 3px 3px 1px red;}

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

This text has shadow with #71070F primary color and red secondary color.


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

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

This text has shadow with #71070F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71070F on black background.


Color preview on white background

This text has color #71070F on white background.



Black color preview on #71070F background

This text has black color on #71070F background.


White color preview on #71070F background

This text has white color on #71070F background.