COLOR #710A28

HEX: #710A28
RGB: (113,10,40)

Color info

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

RGB color model

#710A28 color RGB value is (113,10,40).

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

RGB channels and saturation

R 113 of 255 = 44%
G 10 of 255 = 4%
B 40 of 255 = 16%

113
10
40

R + G + B ~ 21%. #710A28 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 10 + 40 = 163 (100%)
R 113 of 163 ~ 69.33%
G 10 of 163 ~ 6.13%
B 40 of 163 ~ 24.54%

%69.33
%24.54

CMYK color model

#710A28 color CMYK value is (0,91,65,56).

  • cyan value is 0.00%
  • magenta value is 91.15%
  • yellow value is 64.60%
  • key color value is 55.69%
CMYK:
(0,91,65,56)
C0M91Y65K56 
(0%,91%,65%,56%)
(0.00/0.91/0.65/0.56)	

CMYK percentages

%0
%91.15
%64.6
%55.69

Codes

Color #710A28 in popluar color models

710A28
RGB1131040
HSL343°83.74%24.12%
HSB/HSV343°91.15%44.31%
CMYK0.00%91.15%64.60%
55.69%

Color #710A28 in popluar number systems.

HEX710A28
Decimal1131040
Binary11100011010101000
Octal1611250

Shades and tints

Shades of #710A28

#710A28
(113,10,40)
#670A25
(103,10,37)
#5D0A22
(93,10,34)
#530A1F
(83,10,31)
#490A1C
(73,10,28)
#3F0A19
(63,10,25)
#350A16
(53,10,22)
#2B0A13
(43,10,19)
#210A10
(33,10,16)
#170A0D
(23,10,13)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #710A28

#710A28
(113,10,40)
#7D203B
(125,32,59)
#89364E
(137,54,78)
#954C61
(149,76,97)
#A16274
(161,98,116)
#AD7887
(173,120,135)
#B98E9A
(185,142,154)
#C5A4AD
(197,164,173)
#D1BAC0
(209,186,192)
#DDD0D3
(221,208,211)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #710A28; }

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

This text font color is #710A28.


Background Color

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

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

This div background color is #710A28.


Border color

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

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

This div border color is #710A28.


Opacity

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

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

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

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

This text has shadow with #710A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710A28 on black background.


Color preview on white background

This text has color #710A28 on white background.



Black color preview on #710A28 background

This text has black color on #710A28 background.


White color preview on #710A28 background

This text has white color on #710A28 background.