COLOR #711A45

HEX: #711A45
RGB: (113,26,69)

Color info

#711A45 contains mainly red and blue colors. Web safe color of #711A45 is #660033 (or #603).

RGB color model

#711A45 color RGB value is (113,26,69).

  • red value is 113;
  • green value is 26;
  • blue value is 69.
RGB:
(113,26,69)
(44%,10%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 26 of 255 = 10%
B 69 of 255 = 27%

113
26
69

R + G + B ~ 27%. #711A45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 26 + 69 = 208 (100%)
R 113 of 208 ~ 54.33%
G 26 of 208 ~ 12.5%
B 69 of 208 ~ 33.17%

%54.33
%12.5
%33.17

CMYK color model

#711A45 color CMYK value is (0,77,39,56).

  • cyan value is 0.00%
  • magenta value is 76.99%
  • yellow value is 38.94%
  • key color value is 55.69%
CMYK:
(0,77,39,56)
C0M77Y39K56 
(0%,77%,39%,56%)
(0.00/0.77/0.39/0.56)	

CMYK percentages

%0
%76.99
%38.94
%55.69

Codes

Color #711A45 in popluar color models

711A45
RGB1132669
HSL330°62.59%27.25%
HSB/HSV330°76.99%44.31%
CMYK0.00%76.99%38.94%
55.69%

Color #711A45 in popluar number systems.

HEX711A45
Decimal1132669
Binary1110001110101000101
Octal16132105

Shades and tints

Shades of #711A45

#711A45
(113,26,69)
#67183F
(103,24,63)
#5D1639
(93,22,57)
#531433
(83,20,51)
#49122D
(73,18,45)
#3F1027
(63,16,39)
#350E21
(53,14,33)
#2B0C1B
(43,12,27)
#210A15
(33,10,21)
#17080F
(23,8,15)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #711A45

#711A45
(113,26,69)
#7D2E55
(125,46,85)
#894265
(137,66,101)
#955675
(149,86,117)
#A16A85
(161,106,133)
#AD7E95
(173,126,149)
#B992A5
(185,146,165)
#C5A6B5
(197,166,181)
#D1BAC5
(209,186,197)
#DDCED5
(221,206,213)
#E9E2E5
(233,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711A45 color. Also use rgb(113,26,69) instead hex code.

Text Font Color

.myTextColor { color: #711A45; }

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

This text font color is #711A45.


Background Color

.myBgColor { background-color: #711A45; }

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

This div background color is #711A45.


Border color

.myBorderColor { border: 1px solid #711A45; }

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

This div border color is #711A45.


Opacity

.myOpacity80 { color: #711A45; opacity: 0.8; }

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

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

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

This text has shadow with #711A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711A45 on black background.


Color preview on white background

This text has color #711A45 on white background.



Black color preview on #711A45 background

This text has black color on #711A45 background.


White color preview on #711A45 background

This text has white color on #711A45 background.