COLOR #710A1A

HEX: #710A1A
RGB: (113,10,26)

Color info

#710A1A contains mainly red color. Web safe color of #710A1A is #660000 (or #600).

RGB color model

#710A1A color RGB value is (113,10,26).

  • red value is 113;
  • green value is 10;
  • blue value is 26.
RGB:
(113,10,26)
(44%,4%,10%)

RGB channels and saturation

R 113 of 255 = 44%
G 10 of 255 = 4%
B 26 of 255 = 10%

113
10
26

R + G + B ~ 19%. #710A1A is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 10 + 26 = 149 (100%)
R 113 of 149 ~ 75.84%
G 10 of 149 ~ 6.71%
B 26 of 149 ~ 17.45%

%75.84
%17.45

CMYK color model

#710A1A color CMYK value is (0,91,77,56).

  • cyan value is 0.00%
  • magenta value is 91.15%
  • yellow value is 76.99%
  • key color value is 55.69%
CMYK:
(0,91,77,56)
C0M91Y77K56 
(0%,91%,77%,56%)
(0.00/0.91/0.77/0.56)	

CMYK percentages

%0
%91.15
%76.99
%55.69

Codes

Color #710A1A in popluar color models

710A1A
RGB1131026
HSL351°83.74%24.12%
HSB/HSV351°91.15%44.31%
CMYK0.00%91.15%76.99%
55.69%

Color #710A1A in popluar number systems.

HEX710A1A
Decimal1131026
Binary1110001101011010
Octal1611232

Shades and tints

Shades of #710A1A

#710A1A
(113,10,26)
#670A18
(103,10,24)
#5D0A16
(93,10,22)
#530A14
(83,10,20)
#490A12
(73,10,18)
#3F0A10
(63,10,16)
#350A0E
(53,10,14)
#2B0A0C
(43,10,12)
#210A0A
(33,10,10)
#170A08
(23,10,8)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #710A1A

#710A1A
(113,10,26)
#7D202E
(125,32,46)
#893642
(137,54,66)
#954C56
(149,76,86)
#A1626A
(161,98,106)
#AD787E
(173,120,126)
#B98E92
(185,142,146)
#C5A4A6
(197,164,166)
#D1BABA
(209,186,186)
#DDD0CE
(221,208,206)
#E9E6E2
(233,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710A1A color. Also use rgb(113,10,26) instead hex code.

Text Font Color

.myTextColor { color: #710A1A; }

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

This text font color is #710A1A.


Background Color

.myBgColor { background-color: #710A1A; }

<div style="background-color:#710A1A">Inner text</div>

This div background color is #710A1A.


Border color

.myBorderColor { border: 1px solid #710A1A; }

<div style="border:3px solid #710A1A">Div</div>

This div border color is #710A1A.


Opacity

.myOpacity80 { color: #710A1A; opacity: 0.8; }

<p style="color:#710A1A;opacity:0.8;">80%</p>

Text with #710A1A 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 #710A1A;}

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

This text has shadow with #710A1A color.

.textShadow {text-shadow: 3px 3px 1px #710A1A, 3px 3px 1px red;}

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

This text has shadow with #710A1A primary color and red secondary color.


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

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

This text has shadow with #710A1A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710A1A on black background.


Color preview on white background

This text has color #710A1A on white background.



Black color preview on #710A1A background

This text has black color on #710A1A background.


White color preview on #710A1A background

This text has white color on #710A1A background.