COLOR #712544

HEX: #712544
RGB: (113,37,68)

Color info

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

RGB color model

#712544 color RGB value is (113,37,68).

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

RGB channels and saturation

R 113 of 255 = 44%
G 37 of 255 = 15%
B 68 of 255 = 27%

113
37
68

R + G + B ~ 29%. #712544 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 37 + 68 = 218 (100%)
R 113 of 218 ~ 51.83%
G 37 of 218 ~ 16.97%
B 68 of 218 ~ 31.19%

%51.83
%16.97
%31.19

CMYK color model

#712544 color CMYK value is (0,67,40,56).

  • cyan value is 0.00%
  • magenta value is 67.26%
  • yellow value is 39.82%
  • key color value is 55.69%
CMYK:
(0,67,40,56)
C0M67Y40K56 
(0%,67%,40%,56%)
(0.00/0.67/0.40/0.56)	

CMYK percentages

%0
%67.26
%39.82
%55.69

Codes

Color #712544 in popluar color models

712544
RGB1133768
HSL336°50.67%29.41%
HSB/HSV336°67.26%44.31%
CMYK0.00%67.26%39.82%
55.69%

Color #712544 in popluar number systems.

HEX712544
Decimal1133768
Binary11100011001011000100
Octal16145104

Shades and tints

Shades of #712544

#712544
(113,37,68)
#67223E
(103,34,62)
#5D1F38
(93,31,56)
#531C32
(83,28,50)
#49192C
(73,25,44)
#3F1626
(63,22,38)
#351320
(53,19,32)
#2B101A
(43,16,26)
#210D14
(33,13,20)
#170A0E
(23,10,14)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #712544

#712544
(113,37,68)
#7D3855
(125,56,85)
#894B66
(137,75,102)
#955E77
(149,94,119)
#A17188
(161,113,136)
#AD8499
(173,132,153)
#B997AA
(185,151,170)
#C5AABB
(197,170,187)
#D1BDCC
(209,189,204)
#DDD0DD
(221,208,221)
#E9E3EE
(233,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712544; }

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

This text font color is #712544.


Background Color

.myBgColor { background-color: #712544; }

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

This div background color is #712544.


Border color

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

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

This div border color is #712544.


Opacity

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

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

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

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

This text has shadow with #712544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712544 on black background.


Color preview on white background

This text has color #712544 on white background.



Black color preview on #712544 background

This text has black color on #712544 background.


White color preview on #712544 background

This text has white color on #712544 background.