COLOR #712D6F

HEX: #712D6F RGB: (113,45,111)

Color info

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

RGB color model

#712D6F color RGB value is (113,45,111).

RGB: (113,45,111) (44%, 18%, 44%)

RGB channels and saturation

R 113 of 255 = 44%
G 45 of 255 = 18%
B 111 of 255 = 44%

113
45
111

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

Portions of RGB colors in percentages

R + G + B = 113 + 45 + 111 = 269 (100%)
R 113 of 269 ~ 42.01%
G 45 of 269 ~ 16.73%
B 111 of 269 ~ 41.26'%

%42.01
%16.73
%41.26

CMYK color model

#712D6F color CMYK value is (0,60,2,56).

  • cyan value is 0.00%
  • magenta value is 60.18%
  • yellow value is 1.77%
  • key color value is 55.69%

CMYK: (0,60,2,56)
C0M60Y2K56 (0%, 60%, 2%, 56%)
(0.00 / 0.60 / 0.02 / 0.56)

CMYK percentages

%0
%60.18
%1.77
%55.69

Codes

Color #712D6F in popluar color models

71 2D 6F
RGB 113 45 111
HSL 302° 43.04% 30.98%
HSB/HSV 302° 60.18% 44.31%
CMYK 0.00% 60.18% 1.77%
55.69%

Color #712D6F in popluar number systems.

HEX 71 2D 6F
Decimal 113 45 111
Binary 1110001 101101 1101111
Octal 161 55 157

Shades and tints

Shades of #712D6F

#712D6F
(113,45,111)
#672965
(103,41,101)
#5D255B
(93,37,91)
#532151
(83,33,81)
#491D47
(73,29,71)
#3F193D
(63,25,61)
#351533
(53,21,51)
#2B1129
(43,17,41)
#210D1F
(33,13,31)
#170915
(23,9,21)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #712D6F

#712D6F
(113,45,111)
#7D407C
(125,64,124)
#895389
(137,83,137)
#956696
(149,102,150)
#A179A3
(161,121,163)
#AD8CB0
(173,140,176)
#B99FBD
(185,159,189)
#C5B2CA
(197,178,202)
#D1C5D7
(209,197,215)
#DDD8E4
(221,216,228)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712D6F color. Also use rgb(113,45,111) instead hex code.

Text Font Color

.myTextColor { color: #712D6F; }

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

This text font color is #712D6F.

Background Color

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

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

This div background color is #712D6F.

Border color

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

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

This div border color is #712D6F.

Opacity

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

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

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

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

This text has shadow with #712D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #712D6F.

Preview

Color preview on black background

This text has color #712D6F on black background.


Color preview on white background

This text has color #712D6F on white background.


Black color preview on #712D6F background

This text has black color on #712D6F background.


White color preview on #712D6F background

This text has white color on #712D6F background.


Related colors

Complementary color

Complementary color for #hex is #8ED290.


I love getcolorcode.com

Triadic colors

1 #6F712D and #2D6F71 with #712D6F are triadic colors.

2 #6F2D71 and #2D716F with #712D6F are triadic colors.