COLOR #711E46

HEX: #711E46
RGB: (113,30,70)

Color info

#711E46 contains mainly red and blue colors. Web safe color of #711E46 is #663333 (or #633).

RGB color model

#711E46 color RGB value is (113,30,70).

  • red value is 113;
  • green value is 30;
  • blue value is 70.
RGB:
(113,30,70)
(44%,12%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 30 of 255 = 12%
B 70 of 255 = 27%

113
30
70

R + G + B ~ 28%. #711E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 30 + 70 = 213 (100%)
R 113 of 213 ~ 53.05%
G 30 of 213 ~ 14.08%
B 70 of 213 ~ 32.86%

%53.05
%14.08
%32.86

CMYK color model

#711E46 color CMYK value is (0,73,38,56).

  • cyan value is 0.00%
  • magenta value is 73.45%
  • yellow value is 38.05%
  • key color value is 55.69%
CMYK:
(0,73,38,56)
C0M73Y38K56 
(0%,73%,38%,56%)
(0.00/0.73/0.38/0.56)	

CMYK percentages

%0
%73.45
%38.05
%55.69

Codes

Color #711E46 in popluar color models

711E46
RGB1133070
HSL331°58.04%28.04%
HSB/HSV331°73.45%44.31%
CMYK0.00%73.45%38.05%
55.69%

Color #711E46 in popluar number systems.

HEX711E46
Decimal1133070
Binary1110001111101000110
Octal16136106

Shades and tints

Shades of #711E46

#711E46
(113,30,70)
#671C40
(103,28,64)
#5D1A3A
(93,26,58)
#531834
(83,24,52)
#49162E
(73,22,46)
#3F1428
(63,20,40)
#351222
(53,18,34)
#2B101C
(43,16,28)
#210E16
(33,14,22)
#170C10
(23,12,16)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #711E46

#711E46
(113,30,70)
#7D3256
(125,50,86)
#894666
(137,70,102)
#955A76
(149,90,118)
#A16E86
(161,110,134)
#AD8296
(173,130,150)
#B996A6
(185,150,166)
#C5AAB6
(197,170,182)
#D1BEC6
(209,190,198)
#DDD2D6
(221,210,214)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711E46 color. Also use rgb(113,30,70) instead hex code.

Text Font Color

.myTextColor { color: #711E46; }

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

This text font color is #711E46.


Background Color

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

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

This div background color is #711E46.


Border color

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

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

This div border color is #711E46.


Opacity

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

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

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

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

This text has shadow with #711E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711E46 on black background.


Color preview on white background

This text has color #711E46 on white background.



Black color preview on #711E46 background

This text has black color on #711E46 background.


White color preview on #711E46 background

This text has white color on #711E46 background.