COLOR #713372

HEX: #713372
RGB: (113,51,114)

Color info

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

RGB color model

#713372 color RGB value is (113,51,114).

  • red value is 113;
  • green value is 51;
  • blue value is 114.
RGB:
(113,51,114)
(44%,20%,45%)

RGB channels and saturation

R 113 of 255 = 44%
G 51 of 255 = 20%
B 114 of 255 = 45%

113
51
114

R + G + B ~ 36%. #713372 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 51 + 114 = 278 (100%)
R 113 of 278 ~ 40.65%
G 51 of 278 ~ 18.35%
B 114 of 278 ~ 41.01%

%40.65
%18.35
%41.01

CMYK color model

#713372 color CMYK value is (1,55,0,55).

  • cyan value is 0.88%
  • magenta value is 55.26%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(1,55,0,55)
C1M55Y0K55 
(1%,55%,0%,55%)
(0.01/0.55/0.00/0.55)	

CMYK percentages

%0.88
%55.26
%0
%55.29

Codes

Color #713372 in popluar color models

713372
RGB11351114
HSL299°38.18%32.35%
HSB/HSV299°55.26%44.71%
CMYK0.88%55.26%0.00%
55.29%

Color #713372 in popluar number systems.

HEX713372
Decimal11351114
Binary11100011100111110010
Octal16163162

Shades and tints

Shades of #713372

#713372
(113,51,114)
#672F68
(103,47,104)
#5D2B5E
(93,43,94)
#532754
(83,39,84)
#49234A
(73,35,74)
#3F1F40
(63,31,64)
#351B36
(53,27,54)
#2B172C
(43,23,44)
#211322
(33,19,34)
#170F18
(23,15,24)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #713372

#713372
(113,51,114)
#7D457E
(125,69,126)
#89578A
(137,87,138)
#956996
(149,105,150)
#A17BA2
(161,123,162)
#AD8DAE
(173,141,174)
#B99FBA
(185,159,186)
#C5B1C6
(197,177,198)
#D1C3D2
(209,195,210)
#DDD5DE
(221,213,222)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713372 color. Also use rgb(113,51,114) instead hex code.

Text Font Color

.myTextColor { color: #713372; }

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

This text font color is #713372.


Background Color

.myBgColor { background-color: #713372; }

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

This div background color is #713372.


Border color

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

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

This div border color is #713372.


Opacity

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

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

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

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

This text has shadow with #713372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713372 on black background.


Color preview on white background

This text has color #713372 on white background.



Black color preview on #713372 background

This text has black color on #713372 background.


White color preview on #713372 background

This text has white color on #713372 background.