COLOR #710735

HEX: #710735
RGB: (113,7,53)

Color info

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

RGB color model

#710735 color RGB value is (113,7,53).

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

RGB channels and saturation

R 113 of 255 = 44%
G 7 of 255 = 3%
B 53 of 255 = 21%

113
7
53

R + G + B ~ 23%. #710735 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 7 + 53 = 173 (100%)
R 113 of 173 ~ 65.32%
G 7 of 173 ~ 4.05%
B 53 of 173 ~ 30.64%

%65.32
%30.64

CMYK color model

#710735 color CMYK value is (0,94,53,56).

  • cyan value is 0.00%
  • magenta value is 93.81%
  • yellow value is 53.10%
  • key color value is 55.69%
CMYK:
(0,94,53,56)
C0M94Y53K56 
(0%,94%,53%,56%)
(0.00/0.94/0.53/0.56)	

CMYK percentages

%0
%93.81
%53.1
%55.69

Codes

Color #710735 in popluar color models

710735
RGB113753
HSL334°88.33%23.53%
HSB/HSV334°93.81%44.31%
CMYK0.00%93.81%53.10%
55.69%

Color #710735 in popluar number systems.

HEX710735
Decimal113753
Binary1110001111110101
Octal161765

Shades and tints

Shades of #710735

#710735
(113,7,53)
#670731
(103,7,49)
#5D072D
(93,7,45)
#530729
(83,7,41)
#490725
(73,7,37)
#3F0721
(63,7,33)
#35071D
(53,7,29)
#2B0719
(43,7,25)
#210715
(33,7,21)
#170711
(23,7,17)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #710735

#710735
(113,7,53)
#7D1D47
(125,29,71)
#893359
(137,51,89)
#95496B
(149,73,107)
#A15F7D
(161,95,125)
#AD758F
(173,117,143)
#B98BA1
(185,139,161)
#C5A1B3
(197,161,179)
#D1B7C5
(209,183,197)
#DDCDD7
(221,205,215)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #710735; }

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

This text font color is #710735.


Background Color

.myBgColor { background-color: #710735; }

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

This div background color is #710735.


Border color

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

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

This div border color is #710735.


Opacity

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

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

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

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

This text has shadow with #710735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710735 on black background.


Color preview on white background

This text has color #710735 on white background.



Black color preview on #710735 background

This text has black color on #710735 background.


White color preview on #710735 background

This text has white color on #710735 background.