COLOR #710413

HEX: #710413
RGB: (113,4,19)

Color info

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

RGB color model

#710413 color RGB value is (113,4,19).

  • red value is 113;
  • green value is 4;
  • blue value is 19.
RGB:
(113,4,19)
(44%,2%,7%)

RGB channels and saturation

R 113 of 255 = 44%
G 4 of 255 = 2%
B 19 of 255 = 7%

113
4
19

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

Portions of RGB colors in percentages

R + G + B =
113 + 4 + 19 = 136 (100%)
R 113 of 136 ~ 83.09%
G 4 of 136 ~ 2.94%
B 19 of 136 ~ 13.97%

%83.09
%13.97

CMYK color model

#710413 color CMYK value is (0,96,83,56).

  • cyan value is 0.00%
  • magenta value is 96.46%
  • yellow value is 83.19%
  • key color value is 55.69%
CMYK:
(0,96,83,56)
C0M96Y83K56 
(0%,96%,83%,56%)
(0.00/0.96/0.83/0.56)	

CMYK percentages

%0
%96.46
%83.19
%55.69

Codes

Color #710413 in popluar color models

710413
RGB113419
HSL352°93.16%22.94%
HSB/HSV352°96.46%44.31%
CMYK0.00%96.46%83.19%
55.69%

Color #710413 in popluar number systems.

HEX710413
Decimal113419
Binary111000110010011
Octal161423

Shades and tints

Shades of #710413

#710413
(113,4,19)
#670412
(103,4,18)
#5D0411
(93,4,17)
#530410
(83,4,16)
#49040F
(73,4,15)
#3F040E
(63,4,14)
#35040D
(53,4,13)
#2B040C
(43,4,12)
#21040B
(33,4,11)
#17040A
(23,4,10)
#0D0409
(13,4,9)
#000000
(0,0,0)

Tints of #710413

#710413
(113,4,19)
#7D1A28
(125,26,40)
#89303D
(137,48,61)
#954652
(149,70,82)
#A15C67
(161,92,103)
#AD727C
(173,114,124)
#B98891
(185,136,145)
#C59EA6
(197,158,166)
#D1B4BB
(209,180,187)
#DDCAD0
(221,202,208)
#E9E0E5
(233,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710413 color. Also use rgb(113,4,19) instead hex code.

Text Font Color

.myTextColor { color: #710413; }

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

This text font color is #710413.


Background Color

.myBgColor { background-color: #710413; }

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

This div background color is #710413.


Border color

.myBorderColor { border: 1px solid #710413; }

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

This div border color is #710413.


Opacity

.myOpacity80 { color: #710413; opacity: 0.8; }

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

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

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

This text has shadow with #710413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710413 on black background.


Color preview on white background

This text has color #710413 on white background.



Black color preview on #710413 background

This text has black color on #710413 background.


White color preview on #710413 background

This text has white color on #710413 background.