COLOR #710135

HEX: #710135
RGB: (113,1,53)

Color info

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

RGB color model

#710135 color RGB value is (113,1,53).

  • red value is 113;
  • green value is 1;
  • blue value is 53.
RGB:
(113,1,53)
(44%,0%,21%)

RGB channels and saturation

R 113 of 255 = 44%
G 1 of 255 = 0%
B 53 of 255 = 21%

113
1
53

R + G + B ~ 22%. #710135 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 1 + 53 = 167 (100%)
R 113 of 167 ~ 67.66%
G 1 of 167 ~ 0.6%
B 53 of 167 ~ 31.74%

%67.66
%31.74

CMYK color model

#710135 color CMYK value is (0,99,53,56).

  • cyan value is 0.00%
  • magenta value is 99.12%
  • yellow value is 53.10%
  • key color value is 55.69%
CMYK:
(0,99,53,56)
C0M99Y53K56 
(0%,99%,53%,56%)
(0.00/0.99/0.53/0.56)	

CMYK percentages

%0
%99.12
%53.1
%55.69

Codes

Color #710135 in popluar color models

710135
RGB113153
HSL332°98.25%22.35%
HSB/HSV332°99.12%44.31%
CMYK0.00%99.12%53.10%
55.69%

Color #710135 in popluar number systems.

HEX710135
Decimal113153
Binary11100011110101
Octal161165

Shades and tints

Shades of #710135

#710135
(113,1,53)
#670131
(103,1,49)
#5D012D
(93,1,45)
#530129
(83,1,41)
#490125
(73,1,37)
#3F0121
(63,1,33)
#35011D
(53,1,29)
#2B0119
(43,1,25)
#210115
(33,1,21)
#170111
(23,1,17)
#0D010D
(13,1,13)
#000000
(0,0,0)

Tints of #710135

#710135
(113,1,53)
#7D1847
(125,24,71)
#892F59
(137,47,89)
#95466B
(149,70,107)
#A15D7D
(161,93,125)
#AD748F
(173,116,143)
#B98BA1
(185,139,161)
#C5A2B3
(197,162,179)
#D1B9C5
(209,185,197)
#DDD0D7
(221,208,215)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710135 color. Also use rgb(113,1,53) instead hex code.

Text Font Color

.myTextColor { color: #710135; }

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

This text font color is #710135.


Background Color

.myBgColor { background-color: #710135; }

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

This div background color is #710135.


Border color

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

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

This div border color is #710135.


Opacity

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

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

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

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

This text has shadow with #710135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710135 on black background.


Color preview on white background

This text has color #710135 on white background.



Black color preview on #710135 background

This text has black color on #710135 background.


White color preview on #710135 background

This text has white color on #710135 background.