COLOR #712144

HEX: #712144
RGB: (113,33,68)

Color info

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

RGB color model

#712144 color RGB value is (113,33,68).

  • red value is 113;
  • green value is 33;
  • blue value is 68.
RGB:
(113,33,68)
(44%,13%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 33 of 255 = 13%
B 68 of 255 = 27%

113
33
68

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

Portions of RGB colors in percentages

R + G + B =
113 + 33 + 68 = 214 (100%)
R 113 of 214 ~ 52.8%
G 33 of 214 ~ 15.42%
B 68 of 214 ~ 31.78%

%52.8
%15.42
%31.78

CMYK color model

#712144 color CMYK value is (0,71,40,56).

  • cyan value is 0.00%
  • magenta value is 70.80%
  • yellow value is 39.82%
  • key color value is 55.69%
CMYK:
(0,71,40,56)
C0M71Y40K56 
(0%,71%,40%,56%)
(0.00/0.71/0.40/0.56)	

CMYK percentages

%0
%70.8
%39.82
%55.69

Codes

Color #712144 in popluar color models

712144
RGB1133368
HSL334°54.79%28.63%
HSB/HSV334°70.80%44.31%
CMYK0.00%70.80%39.82%
55.69%

Color #712144 in popluar number systems.

HEX712144
Decimal1133368
Binary11100011000011000100
Octal16141104

Shades and tints

Shades of #712144

#712144
(113,33,68)
#671E3E
(103,30,62)
#5D1B38
(93,27,56)
#531832
(83,24,50)
#49152C
(73,21,44)
#3F1226
(63,18,38)
#350F20
(53,15,32)
#2B0C1A
(43,12,26)
#210914
(33,9,20)
#17060E
(23,6,14)
#0D0308
(13,3,8)
#000000
(0,0,0)

Tints of #712144

#712144
(113,33,68)
#7D3555
(125,53,85)
#894966
(137,73,102)
#955D77
(149,93,119)
#A17188
(161,113,136)
#AD8599
(173,133,153)
#B999AA
(185,153,170)
#C5ADBB
(197,173,187)
#D1C1CC
(209,193,204)
#DDD5DD
(221,213,221)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712144 color. Also use rgb(113,33,68) instead hex code.

Text Font Color

.myTextColor { color: #712144; }

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

This text font color is #712144.


Background Color

.myBgColor { background-color: #712144; }

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

This div background color is #712144.


Border color

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

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

This div border color is #712144.


Opacity

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

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

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

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

This text has shadow with #712144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712144 on black background.


Color preview on white background

This text has color #712144 on white background.



Black color preview on #712144 background

This text has black color on #712144 background.


White color preview on #712144 background

This text has white color on #712144 background.