COLOR #711B60

HEX: #711B60
RGB: (113,27,96)

Color info

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

RGB color model

#711B60 color RGB value is (113,27,96).

  • red value is 113;
  • green value is 27;
  • blue value is 96.
RGB:
(113,27,96)
(44%,11%,38%)

RGB channels and saturation

R 113 of 255 = 44%
G 27 of 255 = 11%
B 96 of 255 = 38%

113
27
96

R + G + B ~ 31%. #711B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 27 + 96 = 236 (100%)
R 113 of 236 ~ 47.88%
G 27 of 236 ~ 11.44%
B 96 of 236 ~ 40.68%

%47.88
%11.44
%40.68

CMYK color model

#711B60 color CMYK value is (0,76,15,56).

  • cyan value is 0.00%
  • magenta value is 76.11%
  • yellow value is 15.04%
  • key color value is 55.69%
CMYK:
(0,76,15,56)
C0M76Y15K56 
(0%,76%,15%,56%)
(0.00/0.76/0.15/0.56)	

CMYK percentages

%0
%76.11
%15.04
%55.69

Codes

Color #711B60 in popluar color models

711B60
RGB1132796
HSL312°61.43%27.45%
HSB/HSV312°76.11%44.31%
CMYK0.00%76.11%15.04%
55.69%

Color #711B60 in popluar number systems.

HEX711B60
Decimal1132796
Binary1110001110111100000
Octal16133140

Shades and tints

Shades of #711B60

#711B60
(113,27,96)
#671958
(103,25,88)
#5D1750
(93,23,80)
#531548
(83,21,72)
#491340
(73,19,64)
#3F1138
(63,17,56)
#350F30
(53,15,48)
#2B0D28
(43,13,40)
#210B20
(33,11,32)
#170918
(23,9,24)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #711B60

#711B60
(113,27,96)
#7D2F6E
(125,47,110)
#89437C
(137,67,124)
#95578A
(149,87,138)
#A16B98
(161,107,152)
#AD7FA6
(173,127,166)
#B993B4
(185,147,180)
#C5A7C2
(197,167,194)
#D1BBD0
(209,187,208)
#DDCFDE
(221,207,222)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711B60 color. Also use rgb(113,27,96) instead hex code.

Text Font Color

.myTextColor { color: #711B60; }

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

This text font color is #711B60.


Background Color

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

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

This div background color is #711B60.


Border color

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

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

This div border color is #711B60.


Opacity

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

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

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

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

This text has shadow with #711B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711B60 on black background.


Color preview on white background

This text has color #711B60 on white background.



Black color preview on #711B60 background

This text has black color on #711B60 background.


White color preview on #711B60 background

This text has white color on #711B60 background.