COLOR #712767

HEX: #712767
RGB: (113,39,103)

Color info

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

RGB color model

#712767 color RGB value is (113,39,103).

  • red value is 113;
  • green value is 39;
  • blue value is 103.
RGB:
(113,39,103)
(44%,15%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 39 of 255 = 15%
B 103 of 255 = 40%

113
39
103

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

Portions of RGB colors in percentages

R + G + B =
113 + 39 + 103 = 255 (100%)
R 113 of 255 ~ 44.31%
G 39 of 255 ~ 15.29%
B 103 of 255 ~ 40.39%

%44.31
%15.29
%40.39

CMYK color model

#712767 color CMYK value is (0,65,9,56).

  • cyan value is 0.00%
  • magenta value is 65.49%
  • yellow value is 8.85%
  • key color value is 55.69%
CMYK:
(0,65,9,56)
C0M65Y9K56 
(0%,65%,9%,56%)
(0.00/0.65/0.09/0.56)	

CMYK percentages

%0
%65.49
%8.85
%55.69

Codes

Color #712767 in popluar color models

712767
RGB11339103
HSL308°48.68%29.80%
HSB/HSV308°65.49%44.31%
CMYK0.00%65.49%8.85%
55.69%

Color #712767 in popluar number systems.

HEX712767
Decimal11339103
Binary11100011001111100111
Octal16147147

Shades and tints

Shades of #712767

#712767
(113,39,103)
#67245E
(103,36,94)
#5D2155
(93,33,85)
#531E4C
(83,30,76)
#491B43
(73,27,67)
#3F183A
(63,24,58)
#351531
(53,21,49)
#2B1228
(43,18,40)
#210F1F
(33,15,31)
#170C16
(23,12,22)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #712767

#712767
(113,39,103)
#7D3A74
(125,58,116)
#894D81
(137,77,129)
#95608E
(149,96,142)
#A1739B
(161,115,155)
#AD86A8
(173,134,168)
#B999B5
(185,153,181)
#C5ACC2
(197,172,194)
#D1BFCF
(209,191,207)
#DDD2DC
(221,210,220)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712767 color. Also use rgb(113,39,103) instead hex code.

Text Font Color

.myTextColor { color: #712767; }

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

This text font color is #712767.


Background Color

.myBgColor { background-color: #712767; }

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

This div background color is #712767.


Border color

.myBorderColor { border: 1px solid #712767; }

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

This div border color is #712767.


Opacity

.myOpacity80 { color: #712767; opacity: 0.8; }

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

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

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

This text has shadow with #712767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712767 on black background.


Color preview on white background

This text has color #712767 on white background.



Black color preview on #712767 background

This text has black color on #712767 background.


White color preview on #712767 background

This text has white color on #712767 background.