COLOR #710325

HEX: #710325
RGB: (113,3,37)

Color info

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

RGB color model

#710325 color RGB value is (113,3,37).

  • red value is 113;
  • green value is 3;
  • blue value is 37.
RGB:
(113,3,37)
(44%,1%,15%)

RGB channels and saturation

R 113 of 255 = 44%
G 3 of 255 = 1%
B 37 of 255 = 15%

113
3
37

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

Portions of RGB colors in percentages

R + G + B =
113 + 3 + 37 = 153 (100%)
R 113 of 153 ~ 73.86%
G 3 of 153 ~ 1.96%
B 37 of 153 ~ 24.18%

%73.86
%24.18

CMYK color model

#710325 color CMYK value is (0,97,67,56).

  • cyan value is 0.00%
  • magenta value is 97.35%
  • yellow value is 67.26%
  • key color value is 55.69%
CMYK:
(0,97,67,56)
C0M97Y67K56 
(0%,97%,67%,56%)
(0.00/0.97/0.67/0.56)	

CMYK percentages

%0
%97.35
%67.26
%55.69

Codes

Color #710325 in popluar color models

710325
RGB113337
HSL341°94.83%22.75%
HSB/HSV341°97.35%44.31%
CMYK0.00%97.35%67.26%
55.69%

Color #710325 in popluar number systems.

HEX710325
Decimal113337
Binary111000111100101
Octal161345

Shades and tints

Shades of #710325

#710325
(113,3,37)
#670322
(103,3,34)
#5D031F
(93,3,31)
#53031C
(83,3,28)
#490319
(73,3,25)
#3F0316
(63,3,22)
#350313
(53,3,19)
#2B0310
(43,3,16)
#21030D
(33,3,13)
#17030A
(23,3,10)
#0D0307
(13,3,7)
#000000
(0,0,0)

Tints of #710325

#710325
(113,3,37)
#7D1938
(125,25,56)
#892F4B
(137,47,75)
#95455E
(149,69,94)
#A15B71
(161,91,113)
#AD7184
(173,113,132)
#B98797
(185,135,151)
#C59DAA
(197,157,170)
#D1B3BD
(209,179,189)
#DDC9D0
(221,201,208)
#E9DFE3
(233,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710325 color. Also use rgb(113,3,37) instead hex code.

Text Font Color

.myTextColor { color: #710325; }

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

This text font color is #710325.


Background Color

.myBgColor { background-color: #710325; }

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

This div background color is #710325.


Border color

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

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

This div border color is #710325.


Opacity

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

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

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

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

This text has shadow with #710325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710325 on black background.


Color preview on white background

This text has color #710325 on white background.



Black color preview on #710325 background

This text has black color on #710325 background.


White color preview on #710325 background

This text has white color on #710325 background.