COLOR #712E50

HEX: #712E50
RGB: (113,46,80)

Color info

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

RGB color model

#712E50 color RGB value is (113,46,80).

  • red value is 113;
  • green value is 46;
  • blue value is 80.
RGB:
(113,46,80)
(44%,18%,31%)

RGB channels and saturation

R 113 of 255 = 44%
G 46 of 255 = 18%
B 80 of 255 = 31%

113
46
80

R + G + B ~ 31%. #712E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 46 + 80 = 239 (100%)
R 113 of 239 ~ 47.28%
G 46 of 239 ~ 19.25%
B 80 of 239 ~ 33.47%

%47.28
%19.25
%33.47

CMYK color model

#712E50 color CMYK value is (0,59,29,56).

  • cyan value is 0.00%
  • magenta value is 59.29%
  • yellow value is 29.20%
  • key color value is 55.69%
CMYK:
(0,59,29,56)
C0M59Y29K56 
(0%,59%,29%,56%)
(0.00/0.59/0.29/0.56)	

CMYK percentages

%0
%59.29
%29.2
%55.69

Codes

Color #712E50 in popluar color models

712E50
RGB1134680
HSL330°42.14%31.18%
HSB/HSV330°59.29%44.31%
CMYK0.00%59.29%29.20%
55.69%

Color #712E50 in popluar number systems.

HEX712E50
Decimal1134680
Binary11100011011101010000
Octal16156120

Shades and tints

Shades of #712E50

#712E50
(113,46,80)
#672A49
(103,42,73)
#5D2642
(93,38,66)
#53223B
(83,34,59)
#491E34
(73,30,52)
#3F1A2D
(63,26,45)
#351626
(53,22,38)
#2B121F
(43,18,31)
#210E18
(33,14,24)
#170A11
(23,10,17)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #712E50

#712E50
(113,46,80)
#7D415F
(125,65,95)
#89546E
(137,84,110)
#95677D
(149,103,125)
#A17A8C
(161,122,140)
#AD8D9B
(173,141,155)
#B9A0AA
(185,160,170)
#C5B3B9
(197,179,185)
#D1C6C8
(209,198,200)
#DDD9D7
(221,217,215)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712E50 color. Also use rgb(113,46,80) instead hex code.

Text Font Color

.myTextColor { color: #712E50; }

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

This text font color is #712E50.


Background Color

.myBgColor { background-color: #712E50; }

<div style="background-color:#712E50">Inner text</div>

This div background color is #712E50.


Border color

.myBorderColor { border: 1px solid #712E50; }

<div style="border:3px solid #712E50">Div</div>

This div border color is #712E50.


Opacity

.myOpacity80 { color: #712E50; opacity: 0.8; }

<p style="color:#712E50;opacity:0.8;">80%</p>

Text with #712E50 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 #712E50;}

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

This text has shadow with #712E50 color.

.textShadow {text-shadow: 3px 3px 1px #712E50, 3px 3px 1px red;}

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

This text has shadow with #712E50 primary color and red secondary color.


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

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

This text has shadow with #712E50 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712E50 on black background.


Color preview on white background

This text has color #712E50 on white background.



Black color preview on #712E50 background

This text has black color on #712E50 background.


White color preview on #712E50 background

This text has white color on #712E50 background.