COLOR #712E46

HEX: #712E46
RGB: (113,46,70)

Color info

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

RGB color model

#712E46 color RGB value is (113,46,70).

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

RGB channels and saturation

R 113 of 255 = 44%
G 46 of 255 = 18%
B 70 of 255 = 27%

113
46
70

R + G + B ~ 30%. #712E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 46 + 70 = 229 (100%)
R 113 of 229 ~ 49.34%
G 46 of 229 ~ 20.09%
B 70 of 229 ~ 30.57%

%49.34
%20.09
%30.57

CMYK color model

#712E46 color CMYK value is (0,59,38,56).

  • cyan value is 0.00%
  • magenta value is 59.29%
  • yellow value is 38.05%
  • key color value is 55.69%
CMYK:
(0,59,38,56)
C0M59Y38K56 
(0%,59%,38%,56%)
(0.00/0.59/0.38/0.56)	

CMYK percentages

%0
%59.29
%38.05
%55.69

Codes

Color #712E46 in popluar color models

712E46
RGB1134670
HSL339°42.14%31.18%
HSB/HSV339°59.29%44.31%
CMYK0.00%59.29%38.05%
55.69%

Color #712E46 in popluar number systems.

HEX712E46
Decimal1134670
Binary11100011011101000110
Octal16156106

Shades and tints

Shades of #712E46

#712E46
(113,46,70)
#672A40
(103,42,64)
#5D263A
(93,38,58)
#532234
(83,34,52)
#491E2E
(73,30,46)
#3F1A28
(63,26,40)
#351622
(53,22,34)
#2B121C
(43,18,28)
#210E16
(33,14,22)
#170A10
(23,10,16)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #712E46

#712E46
(113,46,70)
#7D4156
(125,65,86)
#895466
(137,84,102)
#956776
(149,103,118)
#A17A86
(161,122,134)
#AD8D96
(173,141,150)
#B9A0A6
(185,160,166)
#C5B3B6
(197,179,182)
#D1C6C6
(209,198,198)
#DDD9D6
(221,217,214)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712E46; }

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

This text font color is #712E46.


Background Color

.myBgColor { background-color: #712E46; }

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

This div background color is #712E46.


Border color

.myBorderColor { border: 1px solid #712E46; }

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

This div border color is #712E46.


Opacity

.myOpacity80 { color: #712E46; opacity: 0.8; }

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

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

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

This text has shadow with #712E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712E46 on black background.


Color preview on white background

This text has color #712E46 on white background.



Black color preview on #712E46 background

This text has black color on #712E46 background.


White color preview on #712E46 background

This text has white color on #712E46 background.