COLOR #710C0A

HEX: #710C0A
RGB: (113,12,10)

Color info

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

RGB color model

#710C0A color RGB value is (113,12,10).

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

RGB channels and saturation

R 113 of 255 = 44%
G 12 of 255 = 5%
B 10 of 255 = 4%

113
12
10

R + G + B ~ 18%. #710C0A is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 12 + 10 = 135 (100%)
R 113 of 135 ~ 83.7%
G 12 of 135 ~ 8.89%
B 10 of 135 ~ 7.41%

%83.7

CMYK color model

#710C0A color CMYK value is (0,89,91,56).

  • cyan value is 0.00%
  • magenta value is 89.38%
  • yellow value is 91.15%
  • key color value is 55.69%
CMYK:
(0,89,91,56)
C0M89Y91K56 
(0%,89%,91%,56%)
(0.00/0.89/0.91/0.56)	

CMYK percentages

%0
%89.38
%91.15
%55.69

Codes

Color #710C0A in popluar color models

710C0A
RGB1131210
HSL83.74%24.12%
HSB/HSV91.15%44.31%
CMYK0.00%89.38%91.15%
55.69%

Color #710C0A in popluar number systems.

HEX710C0A
Decimal1131210
Binary111000111001010
Octal1611412

Shades and tints

Shades of #710C0A

#710C0A
(113,12,10)
#670B0A
(103,11,10)
#5D0A0A
(93,10,10)
#53090A
(83,9,10)
#49080A
(73,8,10)
#3F070A
(63,7,10)
#35060A
(53,6,10)
#2B050A
(43,5,10)
#21040A
(33,4,10)
#17030A
(23,3,10)
#0D020A
(13,2,10)
#000000
(0,0,0)

Tints of #710C0A

#710C0A
(113,12,10)
#7D2220
(125,34,32)
#893836
(137,56,54)
#954E4C
(149,78,76)
#A16462
(161,100,98)
#AD7A78
(173,122,120)
#B9908E
(185,144,142)
#C5A6A4
(197,166,164)
#D1BCBA
(209,188,186)
#DDD2D0
(221,210,208)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #710C0A; }

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

This text font color is #710C0A.


Background Color

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

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

This div background color is #710C0A.


Border color

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

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

This div border color is #710C0A.


Opacity

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

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

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

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

This text has shadow with #710C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710C0A on black background.


Color preview on white background

This text has color #710C0A on white background.



Black color preview on #710C0A background

This text has black color on #710C0A background.


White color preview on #710C0A background

This text has white color on #710C0A background.