COLOR #712C64

HEX: #712C64
RGB: (113,44,100)

Color info

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

RGB color model

#712C64 color RGB value is (113,44,100).

  • red value is 113;
  • green value is 44;
  • blue value is 100.
RGB:
(113,44,100)
(44%,17%,39%)

RGB channels and saturation

R 113 of 255 = 44%
G 44 of 255 = 17%
B 100 of 255 = 39%

113
44
100

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

Portions of RGB colors in percentages

R + G + B =
113 + 44 + 100 = 257 (100%)
R 113 of 257 ~ 43.97%
G 44 of 257 ~ 17.12%
B 100 of 257 ~ 38.91%

%43.97
%17.12
%38.91

CMYK color model

#712C64 color CMYK value is (0,61,12,56).

  • cyan value is 0.00%
  • magenta value is 61.06%
  • yellow value is 11.50%
  • key color value is 55.69%
CMYK:
(0,61,12,56)
C0M61Y12K56 
(0%,61%,12%,56%)
(0.00/0.61/0.12/0.56)	

CMYK percentages

%0
%61.06
%11.5
%55.69

Codes

Color #712C64 in popluar color models

712C64
RGB11344100
HSL311°43.95%30.78%
HSB/HSV311°61.06%44.31%
CMYK0.00%61.06%11.50%
55.69%

Color #712C64 in popluar number systems.

HEX712C64
Decimal11344100
Binary11100011011001100100
Octal16154144

Shades and tints

Shades of #712C64

#712C64
(113,44,100)
#67285B
(103,40,91)
#5D2452
(93,36,82)
#532049
(83,32,73)
#491C40
(73,28,64)
#3F1837
(63,24,55)
#35142E
(53,20,46)
#2B1025
(43,16,37)
#210C1C
(33,12,28)
#170813
(23,8,19)
#0D040A
(13,4,10)
#000000
(0,0,0)

Tints of #712C64

#712C64
(113,44,100)
#7D3F72
(125,63,114)
#895280
(137,82,128)
#95658E
(149,101,142)
#A1789C
(161,120,156)
#AD8BAA
(173,139,170)
#B99EB8
(185,158,184)
#C5B1C6
(197,177,198)
#D1C4D4
(209,196,212)
#DDD7E2
(221,215,226)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712C64 color. Also use rgb(113,44,100) instead hex code.

Text Font Color

.myTextColor { color: #712C64; }

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

This text font color is #712C64.


Background Color

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

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

This div background color is #712C64.


Border color

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

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

This div border color is #712C64.


Opacity

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

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

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

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

This text has shadow with #712C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712C64 on black background.


Color preview on white background

This text has color #712C64 on white background.



Black color preview on #712C64 background

This text has black color on #712C64 background.


White color preview on #712C64 background

This text has white color on #712C64 background.