COLOR #710F2D

HEX: #710F2D
RGB: (113,15,45)

Color info

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

RGB color model

#710F2D color RGB value is (113,15,45).

  • red value is 113;
  • green value is 15;
  • blue value is 45.
RGB:
(113,15,45)
(44%,6%,18%)

RGB channels and saturation

R 113 of 255 = 44%
G 15 of 255 = 6%
B 45 of 255 = 18%

113
15
45

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

Portions of RGB colors in percentages

R + G + B =
113 + 15 + 45 = 173 (100%)
R 113 of 173 ~ 65.32%
G 15 of 173 ~ 8.67%
B 45 of 173 ~ 26.01%

%65.32
%26.01

CMYK color model

#710F2D color CMYK value is (0,87,60,56).

  • cyan value is 0.00%
  • magenta value is 86.73%
  • yellow value is 60.18%
  • key color value is 55.69%
CMYK:
(0,87,60,56)
C0M87Y60K56 
(0%,87%,60%,56%)
(0.00/0.87/0.60/0.56)	

CMYK percentages

%0
%86.73
%60.18
%55.69

Codes

Color #710F2D in popluar color models

710F2D
RGB1131545
HSL342°76.56%25.10%
HSB/HSV342°86.73%44.31%
CMYK0.00%86.73%60.18%
55.69%

Color #710F2D in popluar number systems.

HEX710F2D
Decimal1131545
Binary11100011111101101
Octal1611755

Shades and tints

Shades of #710F2D

#710F2D
(113,15,45)
#670E29
(103,14,41)
#5D0D25
(93,13,37)
#530C21
(83,12,33)
#490B1D
(73,11,29)
#3F0A19
(63,10,25)
#350915
(53,9,21)
#2B0811
(43,8,17)
#21070D
(33,7,13)
#170609
(23,6,9)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #710F2D

#710F2D
(113,15,45)
#7D2440
(125,36,64)
#893953
(137,57,83)
#954E66
(149,78,102)
#A16379
(161,99,121)
#AD788C
(173,120,140)
#B98D9F
(185,141,159)
#C5A2B2
(197,162,178)
#D1B7C5
(209,183,197)
#DDCCD8
(221,204,216)
#E9E1EB
(233,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710F2D color. Also use rgb(113,15,45) instead hex code.

Text Font Color

.myTextColor { color: #710F2D; }

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

This text font color is #710F2D.


Background Color

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

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

This div background color is #710F2D.


Border color

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

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

This div border color is #710F2D.


Opacity

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

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

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

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

This text has shadow with #710F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710F2D on black background.


Color preview on white background

This text has color #710F2D on white background.



Black color preview on #710F2D background

This text has black color on #710F2D background.


White color preview on #710F2D background

This text has white color on #710F2D background.