COLOR #711D4F

HEX: #711D4F
RGB: (113,29,79)

Color info

#711D4F contains mainly red and blue colors. Web safe color of #711D4F is #663366 (or #636).

RGB color model

#711D4F color RGB value is (113,29,79).

  • red value is 113;
  • green value is 29;
  • blue value is 79.
RGB:
(113,29,79)
(44%,11%,31%)

RGB channels and saturation

R 113 of 255 = 44%
G 29 of 255 = 11%
B 79 of 255 = 31%

113
29
79

R + G + B ~ 29%. #711D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 29 + 79 = 221 (100%)
R 113 of 221 ~ 51.13%
G 29 of 221 ~ 13.12%
B 79 of 221 ~ 35.75%

%51.13
%13.12
%35.75

CMYK color model

#711D4F color CMYK value is (0,74,30,56).

  • cyan value is 0.00%
  • magenta value is 74.34%
  • yellow value is 30.09%
  • key color value is 55.69%
CMYK:
(0,74,30,56)
C0M74Y30K56 
(0%,74%,30%,56%)
(0.00/0.74/0.30/0.56)	

CMYK percentages

%0
%74.34
%30.09
%55.69

Codes

Color #711D4F in popluar color models

711D4F
RGB1132979
HSL324°59.15%27.84%
HSB/HSV324°74.34%44.31%
CMYK0.00%74.34%30.09%
55.69%

Color #711D4F in popluar number systems.

HEX711D4F
Decimal1132979
Binary1110001111011001111
Octal16135117

Shades and tints

Shades of #711D4F

#711D4F
(113,29,79)
#671B48
(103,27,72)
#5D1941
(93,25,65)
#53173A
(83,23,58)
#491533
(73,21,51)
#3F132C
(63,19,44)
#351125
(53,17,37)
#2B0F1E
(43,15,30)
#210D17
(33,13,23)
#170B10
(23,11,16)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #711D4F

#711D4F
(113,29,79)
#7D315F
(125,49,95)
#89456F
(137,69,111)
#95597F
(149,89,127)
#A16D8F
(161,109,143)
#AD819F
(173,129,159)
#B995AF
(185,149,175)
#C5A9BF
(197,169,191)
#D1BDCF
(209,189,207)
#DDD1DF
(221,209,223)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711D4F color. Also use rgb(113,29,79) instead hex code.

Text Font Color

.myTextColor { color: #711D4F; }

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

This text font color is #711D4F.


Background Color

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

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

This div background color is #711D4F.


Border color

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

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

This div border color is #711D4F.


Opacity

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

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

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

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

This text has shadow with #711D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711D4F on black background.


Color preview on white background

This text has color #711D4F on white background.



Black color preview on #711D4F background

This text has black color on #711D4F background.


White color preview on #711D4F background

This text has white color on #711D4F background.