COLOR #712543

HEX: #712543
RGB: (113,37,67)

Color info

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

RGB color model

#712543 color RGB value is (113,37,67).

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

RGB channels and saturation

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

113
37
67

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

Portions of RGB colors in percentages

R + G + B =
113 + 37 + 67 = 217 (100%)
R 113 of 217 ~ 52.07%
G 37 of 217 ~ 17.05%
B 67 of 217 ~ 30.88%

%52.07
%17.05
%30.88

CMYK color model

#712543 color CMYK value is (0,67,41,56).

  • cyan value is 0.00%
  • magenta value is 67.26%
  • yellow value is 40.71%
  • key color value is 55.69%
CMYK: (0,67,41,56) C0M67Y41K56 (0%,67%,41%,56%) (0.00/0.67/0.41/0.56)

CMYK percentages

%0
%67.26
%40.71
%55.69

Codes

Color #712543 in popluar color models

712543
RGB1133767
HSL336°50.67%29.41%
HSB/HSV336°67.26%44.31%
CMYK0.00%67.26%40.71%
55.69%

Color #712543 in popluar number systems.

HEX712543
Decimal1133767
Binary11100011001011000011
Octal16145103

Shades and tints

Shades of #712543

#712543
(113,37,67)
#67223D
(103,34,61)
#5D1F37
(93,31,55)
#531C31
(83,28,49)
#49192B
(73,25,43)
#3F1625
(63,22,37)
#35131F
(53,19,31)
#2B1019
(43,16,25)
#210D13
(33,13,19)
#170A0D
(23,10,13)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #712543

#712543
(113,37,67)
#7D3854
(125,56,84)
#894B65
(137,75,101)
#955E76
(149,94,118)
#A17187
(161,113,135)
#AD8498
(173,132,152)
#B997A9
(185,151,169)
#C5AABA
(197,170,186)
#D1BDCB
(209,189,203)
#DDD0DC
(221,208,220)
#E9E3ED
(233,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712543; }

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

This text font color is #712543.


Background Color

.myBgColor { background-color: #712543; }

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

This div background color is #712543.


Border color

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

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

This div border color is #712543.


Opacity

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

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

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

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

This text has shadow with #712543 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #712543 on black background.


Color preview on white background

This text has color #712543 on white background.



Black color preview on #712543 background

This text has black color on #712543 background.


White color preview on #712543 background

This text has white color on #712543 background.