COLOR #710422

HEX: #710422
RGB: (113,4,34)

Color info

#710422 contains mainly red color. Web safe color of #710422 is #660033 (or #603).

RGB color model

#710422 color RGB value is (113,4,34).

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

RGB channels and saturation

R 113 of 255 = 44%
G 4 of 255 = 2%
B 34 of 255 = 13%

113
4
34

R + G + B ~ 20%. #710422 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 4 + 34 = 151 (100%)
R 113 of 151 ~ 74.83%
G 4 of 151 ~ 2.65%
B 34 of 151 ~ 22.52%

%74.83
%22.52

CMYK color model

#710422 color CMYK value is (0,96,70,56).

  • cyan value is 0.00%
  • magenta value is 96.46%
  • yellow value is 69.91%
  • key color value is 55.69%
CMYK:
(0,96,70,56)
C0M96Y70K56 
(0%,96%,70%,56%)
(0.00/0.96/0.70/0.56)	

CMYK percentages

%0
%96.46
%69.91
%55.69

Codes

Color #710422 in popluar color models

710422
RGB113434
HSL343°93.16%22.94%
HSB/HSV343°96.46%44.31%
CMYK0.00%96.46%69.91%
55.69%

Color #710422 in popluar number systems.

HEX710422
Decimal113434
Binary1110001100100010
Octal161442

Shades and tints

Shades of #710422

#710422
(113,4,34)
#67041F
(103,4,31)
#5D041C
(93,4,28)
#530419
(83,4,25)
#490416
(73,4,22)
#3F0413
(63,4,19)
#350410
(53,4,16)
#2B040D
(43,4,13)
#21040A
(33,4,10)
#170407
(23,4,7)
#0D0404
(13,4,4)
#000000
(0,0,0)

Tints of #710422

#710422
(113,4,34)
#7D1A36
(125,26,54)
#89304A
(137,48,74)
#95465E
(149,70,94)
#A15C72
(161,92,114)
#AD7286
(173,114,134)
#B9889A
(185,136,154)
#C59EAE
(197,158,174)
#D1B4C2
(209,180,194)
#DDCAD6
(221,202,214)
#E9E0EA
(233,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #710422; }

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

This text font color is #710422.


Background Color

.myBgColor { background-color: #710422; }

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

This div background color is #710422.


Border color

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

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

This div border color is #710422.


Opacity

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

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

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

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

This text has shadow with #710422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710422 on black background.


Color preview on white background

This text has color #710422 on white background.



Black color preview on #710422 background

This text has black color on #710422 background.


White color preview on #710422 background

This text has white color on #710422 background.