COLOR #712743

HEX: #712743
RGB: (113,39,67)

Color info

#712743 contains mainly red and blue colors. Web safe color of #712743 is #663333 (or #633).

RGB color model

#712743 color RGB value is (113,39,67).

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

RGB channels and saturation

R 113 of 255 = 44%
G 39 of 255 = 15%
B 67 of 255 = 26%

113
39
67

R + G + B ~ 28%. #712743 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 39 + 67 = 219 (100%)
R 113 of 219 ~ 51.6%
G 39 of 219 ~ 17.81%
B 67 of 219 ~ 30.59%

%51.6
%17.81
%30.59

CMYK color model

#712743 color CMYK value is (0,65,41,56).

  • cyan value is 0.00%
  • magenta value is 65.49%
  • yellow value is 40.71%
  • key color value is 55.69%
CMYK:
(0,65,41,56)
C0M65Y41K56 
(0%,65%,41%,56%)
(0.00/0.65/0.41/0.56)	

CMYK percentages

%0
%65.49
%40.71
%55.69

Codes

Color #712743 in popluar color models

712743
RGB1133967
HSL337°48.68%29.80%
HSB/HSV337°65.49%44.31%
CMYK0.00%65.49%40.71%
55.69%

Color #712743 in popluar number systems.

HEX712743
Decimal1133967
Binary11100011001111000011
Octal16147103

Shades and tints

Shades of #712743

#712743
(113,39,67)
#67243D
(103,36,61)
#5D2137
(93,33,55)
#531E31
(83,30,49)
#491B2B
(73,27,43)
#3F1825
(63,24,37)
#35151F
(53,21,31)
#2B1219
(43,18,25)
#210F13
(33,15,19)
#170C0D
(23,12,13)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #712743

#712743
(113,39,67)
#7D3A54
(125,58,84)
#894D65
(137,77,101)
#956076
(149,96,118)
#A17387
(161,115,135)
#AD8698
(173,134,152)
#B999A9
(185,153,169)
#C5ACBA
(197,172,186)
#D1BFCB
(209,191,203)
#DDD2DC
(221,210,220)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712743; }

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

This text font color is #712743.


Background Color

.myBgColor { background-color: #712743; }

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

This div background color is #712743.


Border color

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

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

This div border color is #712743.


Opacity

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

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

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

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

This text has shadow with #712743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712743 on black background.


Color preview on white background

This text has color #712743 on white background.



Black color preview on #712743 background

This text has black color on #712743 background.


White color preview on #712743 background

This text has white color on #712743 background.