COLOR #712644

HEX: #712644
RGB: (113,38,68)

Color info

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

RGB color model

#712644 color RGB value is (113,38,68).

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

RGB channels and saturation

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

113
38
68

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

Portions of RGB colors in percentages

R + G + B =
113 + 38 + 68 = 219 (100%)
R 113 of 219 ~ 51.6%
G 38 of 219 ~ 17.35%
B 68 of 219 ~ 31.05%

%51.6
%17.35
%31.05

CMYK color model

#712644 color CMYK value is (0,66,40,56).

  • cyan value is 0.00%
  • magenta value is 66.37%
  • yellow value is 39.82%
  • key color value is 55.69%
CMYK:
(0,66,40,56)
C0M66Y40K56 
(0%,66%,40%,56%)
(0.00/0.66/0.40/0.56)	

CMYK percentages

%0
%66.37
%39.82
%55.69

Codes

Color #712644 in popluar color models

712644
RGB1133868
HSL336°49.67%29.61%
HSB/HSV336°66.37%44.31%
CMYK0.00%66.37%39.82%
55.69%

Color #712644 in popluar number systems.

HEX712644
Decimal1133868
Binary11100011001101000100
Octal16146104

Shades and tints

Shades of #712644

#712644
(113,38,68)
#67233E
(103,35,62)
#5D2038
(93,32,56)
#531D32
(83,29,50)
#491A2C
(73,26,44)
#3F1726
(63,23,38)
#351420
(53,20,32)
#2B111A
(43,17,26)
#210E14
(33,14,20)
#170B0E
(23,11,14)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #712644

#712644
(113,38,68)
#7D3955
(125,57,85)
#894C66
(137,76,102)
#955F77
(149,95,119)
#A17288
(161,114,136)
#AD8599
(173,133,153)
#B998AA
(185,152,170)
#C5ABBB
(197,171,187)
#D1BECC
(209,190,204)
#DDD1DD
(221,209,221)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712644; }

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

This text font color is #712644.


Background Color

.myBgColor { background-color: #712644; }

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

This div background color is #712644.


Border color

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

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

This div border color is #712644.


Opacity

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

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

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

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

This text has shadow with #712644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712644 on black background.


Color preview on white background

This text has color #712644 on white background.



Black color preview on #712644 background

This text has black color on #712644 background.


White color preview on #712644 background

This text has white color on #712644 background.