COLOR #712E5E

HEX: #712E5E
RGB: (113,46,94)

Color info

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

RGB color model

#712E5E color RGB value is (113,46,94).

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

RGB channels and saturation

R 113 of 255 = 44%
G 46 of 255 = 18%
B 94 of 255 = 37%

113
46
94

R + G + B ~ 33%. #712E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 46 + 94 = 253 (100%)
R 113 of 253 ~ 44.66%
G 46 of 253 ~ 18.18%
B 94 of 253 ~ 37.15%

%44.66
%18.18
%37.15

CMYK color model

#712E5E color CMYK value is (0,59,17,56).

  • cyan value is 0.00%
  • magenta value is 59.29%
  • yellow value is 16.81%
  • key color value is 55.69%
CMYK:
(0,59,17,56)
C0M59Y17K56 
(0%,59%,17%,56%)
(0.00/0.59/0.17/0.56)	

CMYK percentages

%0
%59.29
%16.81
%55.69

Codes

Color #712E5E in popluar color models

712E5E
RGB1134694
HSL317°42.14%31.18%
HSB/HSV317°59.29%44.31%
CMYK0.00%59.29%16.81%
55.69%

Color #712E5E in popluar number systems.

HEX712E5E
Decimal1134694
Binary11100011011101011110
Octal16156136

Shades and tints

Shades of #712E5E

#712E5E
(113,46,94)
#672A56
(103,42,86)
#5D264E
(93,38,78)
#532246
(83,34,70)
#491E3E
(73,30,62)
#3F1A36
(63,26,54)
#35162E
(53,22,46)
#2B1226
(43,18,38)
#210E1E
(33,14,30)
#170A16
(23,10,22)
#0D060E
(13,6,14)
#000000
(0,0,0)

Tints of #712E5E

#712E5E
(113,46,94)
#7D416C
(125,65,108)
#89547A
(137,84,122)
#956788
(149,103,136)
#A17A96
(161,122,150)
#AD8DA4
(173,141,164)
#B9A0B2
(185,160,178)
#C5B3C0
(197,179,192)
#D1C6CE
(209,198,206)
#DDD9DC
(221,217,220)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712E5E; }

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

This text font color is #712E5E.


Background Color

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

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

This div background color is #712E5E.


Border color

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

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

This div border color is #712E5E.


Opacity

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

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

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

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

This text has shadow with #712E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712E5E on black background.


Color preview on white background

This text has color #712E5E on white background.



Black color preview on #712E5E background

This text has black color on #712E5E background.


White color preview on #712E5E background

This text has white color on #712E5E background.