COLOR #712E6B

HEX: #712E6B
RGB: (113,46,107)

Color info

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

RGB color model

#712E6B color RGB value is (113,46,107).

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

RGB channels and saturation

R 113 of 255 = 44%
G 46 of 255 = 18%
B 107 of 255 = 42%

113
46
107

R + G + B ~ 35%. #712E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 46 + 107 = 266 (100%)
R 113 of 266 ~ 42.48%
G 46 of 266 ~ 17.29%
B 107 of 266 ~ 40.23%

%42.48
%17.29
%40.23

CMYK color model

#712E6B color CMYK value is (0,59,5,56).

  • cyan value is 0.00%
  • magenta value is 59.29%
  • yellow value is 5.31%
  • key color value is 55.69%
CMYK:
(0,59,5,56)
C0M59Y5K56 
(0%,59%,5%,56%)
(0.00/0.59/0.05/0.56)	

CMYK percentages

%0
%59.29
%5.31
%55.69

Codes

Color #712E6B in popluar color models

712E6B
RGB11346107
HSL305°42.14%31.18%
HSB/HSV305°59.29%44.31%
CMYK0.00%59.29%5.31%
55.69%

Color #712E6B in popluar number systems.

HEX712E6B
Decimal11346107
Binary11100011011101101011
Octal16156153

Shades and tints

Shades of #712E6B

#712E6B
(113,46,107)
#672A62
(103,42,98)
#5D2659
(93,38,89)
#532250
(83,34,80)
#491E47
(73,30,71)
#3F1A3E
(63,26,62)
#351635
(53,22,53)
#2B122C
(43,18,44)
#210E23
(33,14,35)
#170A1A
(23,10,26)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #712E6B

#712E6B
(113,46,107)
#7D4178
(125,65,120)
#895485
(137,84,133)
#956792
(149,103,146)
#A17A9F
(161,122,159)
#AD8DAC
(173,141,172)
#B9A0B9
(185,160,185)
#C5B3C6
(197,179,198)
#D1C6D3
(209,198,211)
#DDD9E0
(221,217,224)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712E6B; }

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

This text font color is #712E6B.


Background Color

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

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

This div background color is #712E6B.


Border color

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

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

This div border color is #712E6B.


Opacity

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

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

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

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

This text has shadow with #712E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712E6B on black background.


Color preview on white background

This text has color #712E6B on white background.



Black color preview on #712E6B background

This text has black color on #712E6B background.


White color preview on #712E6B background

This text has white color on #712E6B background.