COLOR #712946

HEX: #712946
RGB: (113,41,70)

Color info

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

RGB color model

#712946 color RGB value is (113,41,70).

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

RGB channels and saturation

R 113 of 255 = 44%
G 41 of 255 = 16%
B 70 of 255 = 27%

113
41
70

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

Portions of RGB colors in percentages

R + G + B =
113 + 41 + 70 = 224 (100%)
R 113 of 224 ~ 50.45%
G 41 of 224 ~ 18.3%
B 70 of 224 ~ 31.25%

%50.45
%18.3
%31.25

CMYK color model

#712946 color CMYK value is (0,64,38,56).

  • cyan value is 0.00%
  • magenta value is 63.72%
  • yellow value is 38.05%
  • key color value is 55.69%
CMYK:
(0,64,38,56)
C0M64Y38K56 
(0%,64%,38%,56%)
(0.00/0.64/0.38/0.56)	

CMYK percentages

%0
%63.72
%38.05
%55.69

Codes

Color #712946 in popluar color models

712946
RGB1134170
HSL336°46.75%30.20%
HSB/HSV336°63.72%44.31%
CMYK0.00%63.72%38.05%
55.69%

Color #712946 in popluar number systems.

HEX712946
Decimal1134170
Binary11100011010011000110
Octal16151106

Shades and tints

Shades of #712946

#712946
(113,41,70)
#672640
(103,38,64)
#5D233A
(93,35,58)
#532034
(83,32,52)
#491D2E
(73,29,46)
#3F1A28
(63,26,40)
#351722
(53,23,34)
#2B141C
(43,20,28)
#211116
(33,17,22)
#170E10
(23,14,16)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #712946

#712946
(113,41,70)
#7D3C56
(125,60,86)
#894F66
(137,79,102)
#956276
(149,98,118)
#A17586
(161,117,134)
#AD8896
(173,136,150)
#B99BA6
(185,155,166)
#C5AEB6
(197,174,182)
#D1C1C6
(209,193,198)
#DDD4D6
(221,212,214)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712946; }

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

This text font color is #712946.


Background Color

.myBgColor { background-color: #712946; }

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

This div background color is #712946.


Border color

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

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

This div border color is #712946.


Opacity

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

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

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

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

This text has shadow with #712946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712946 on black background.


Color preview on white background

This text has color #712946 on white background.



Black color preview on #712946 background

This text has black color on #712946 background.


White color preview on #712946 background

This text has white color on #712946 background.