COLOR #712246

HEX: #712246
RGB: (113,34,70)

Color info

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

RGB color model

#712246 color RGB value is (113,34,70).

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

RGB channels and saturation

R 113 of 255 = 44%
G 34 of 255 = 13%
B 70 of 255 = 27%

113
34
70

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

Portions of RGB colors in percentages

R + G + B =
113 + 34 + 70 = 217 (100%)
R 113 of 217 ~ 52.07%
G 34 of 217 ~ 15.67%
B 70 of 217 ~ 32.26%

%52.07
%15.67
%32.26

CMYK color model

#712246 color CMYK value is (0,70,38,56).

  • cyan value is 0.00%
  • magenta value is 69.91%
  • yellow value is 38.05%
  • key color value is 55.69%
CMYK:
(0,70,38,56)
C0M70Y38K56 
(0%,70%,38%,56%)
(0.00/0.70/0.38/0.56)	

CMYK percentages

%0
%69.91
%38.05
%55.69

Codes

Color #712246 in popluar color models

712246
RGB1133470
HSL333°53.74%28.82%
HSB/HSV333°69.91%44.31%
CMYK0.00%69.91%38.05%
55.69%

Color #712246 in popluar number systems.

HEX712246
Decimal1133470
Binary11100011000101000110
Octal16142106

Shades and tints

Shades of #712246

#712246
(113,34,70)
#671F40
(103,31,64)
#5D1C3A
(93,28,58)
#531934
(83,25,52)
#49162E
(73,22,46)
#3F1328
(63,19,40)
#351022
(53,16,34)
#2B0D1C
(43,13,28)
#210A16
(33,10,22)
#170710
(23,7,16)
#0D040A
(13,4,10)
#000000
(0,0,0)

Tints of #712246

#712246
(113,34,70)
#7D3656
(125,54,86)
#894A66
(137,74,102)
#955E76
(149,94,118)
#A17286
(161,114,134)
#AD8696
(173,134,150)
#B99AA6
(185,154,166)
#C5AEB6
(197,174,182)
#D1C2C6
(209,194,198)
#DDD6D6
(221,214,214)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712246 color. Also use rgb(113,34,70) instead hex code.

Text Font Color

.myTextColor { color: #712246; }

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

This text font color is #712246.


Background Color

.myBgColor { background-color: #712246; }

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

This div background color is #712246.


Border color

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

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

This div border color is #712246.


Opacity

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

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

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

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

This text has shadow with #712246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712246 on black background.


Color preview on white background

This text has color #712246 on white background.



Black color preview on #712246 background

This text has black color on #712246 background.


White color preview on #712246 background

This text has white color on #712246 background.