COLOR #712453

HEX: #712453
RGB: (113,36,83)

Color info

#712453 contains mainly red and blue colors. Web safe color of #712453 is #663366 (or #636).

RGB color model

#712453 color RGB value is (113,36,83).

  • red value is 113;
  • green value is 36;
  • blue value is 83.
RGB:
(113,36,83)
(44%,14%,33%)

RGB channels and saturation

R 113 of 255 = 44%
G 36 of 255 = 14%
B 83 of 255 = 33%

113
36
83

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

Portions of RGB colors in percentages

R + G + B =
113 + 36 + 83 = 232 (100%)
R 113 of 232 ~ 48.71%
G 36 of 232 ~ 15.52%
B 83 of 232 ~ 35.78%

%48.71
%15.52
%35.78

CMYK color model

#712453 color CMYK value is (0,68,27,56).

  • cyan value is 0.00%
  • magenta value is 68.14%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(0,68,27,56)
C0M68Y27K56 
(0%,68%,27%,56%)
(0.00/0.68/0.27/0.56)	

CMYK percentages

%0
%68.14
%26.55
%55.69

Codes

Color #712453 in popluar color models

712453
RGB1133683
HSL323°51.68%29.22%
HSB/HSV323°68.14%44.31%
CMYK0.00%68.14%26.55%
55.69%

Color #712453 in popluar number systems.

HEX712453
Decimal1133683
Binary11100011001001010011
Octal16144123

Shades and tints

Shades of #712453

#712453
(113,36,83)
#67214C
(103,33,76)
#5D1E45
(93,30,69)
#531B3E
(83,27,62)
#491837
(73,24,55)
#3F1530
(63,21,48)
#351229
(53,18,41)
#2B0F22
(43,15,34)
#210C1B
(33,12,27)
#170914
(23,9,20)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #712453

#712453
(113,36,83)
#7D3762
(125,55,98)
#894A71
(137,74,113)
#955D80
(149,93,128)
#A1708F
(161,112,143)
#AD839E
(173,131,158)
#B996AD
(185,150,173)
#C5A9BC
(197,169,188)
#D1BCCB
(209,188,203)
#DDCFDA
(221,207,218)
#E9E2E9
(233,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712453 color. Also use rgb(113,36,83) instead hex code.

Text Font Color

.myTextColor { color: #712453; }

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

This text font color is #712453.


Background Color

.myBgColor { background-color: #712453; }

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

This div background color is #712453.


Border color

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

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

This div border color is #712453.


Opacity

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

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

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

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

This text has shadow with #712453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712453 on black background.


Color preview on white background

This text has color #712453 on white background.



Black color preview on #712453 background

This text has black color on #712453 background.


White color preview on #712453 background

This text has white color on #712453 background.