COLOR #713454

HEX: #713454
RGB: (113,52,84)

Color info

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

RGB color model

#713454 color RGB value is (113,52,84).

  • red value is 113;
  • green value is 52;
  • blue value is 84.
RGB:
(113,52,84)
(44%,20%,33%)

RGB channels and saturation

R 113 of 255 = 44%
G 52 of 255 = 20%
B 84 of 255 = 33%

113
52
84

R + G + B ~ 32%. #713454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 52 + 84 = 249 (100%)
R 113 of 249 ~ 45.38%
G 52 of 249 ~ 20.88%
B 84 of 249 ~ 33.73%

%45.38
%20.88
%33.73

CMYK color model

#713454 color CMYK value is (0,54,26,56).

  • cyan value is 0.00%
  • magenta value is 53.98%
  • yellow value is 25.66%
  • key color value is 55.69%
CMYK:
(0,54,26,56)
C0M54Y26K56 
(0%,54%,26%,56%)
(0.00/0.54/0.26/0.56)	

CMYK percentages

%0
%53.98
%25.66
%55.69

Codes

Color #713454 in popluar color models

713454
RGB1135284
HSL329°36.97%32.35%
HSB/HSV329°53.98%44.31%
CMYK0.00%53.98%25.66%
55.69%

Color #713454 in popluar number systems.

HEX713454
Decimal1135284
Binary11100011101001010100
Octal16164124

Shades and tints

Shades of #713454

#713454
(113,52,84)
#67304D
(103,48,77)
#5D2C46
(93,44,70)
#53283F
(83,40,63)
#492438
(73,36,56)
#3F2031
(63,32,49)
#351C2A
(53,28,42)
#2B1823
(43,24,35)
#21141C
(33,20,28)
#171015
(23,16,21)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #713454

#713454
(113,52,84)
#7D4663
(125,70,99)
#895872
(137,88,114)
#956A81
(149,106,129)
#A17C90
(161,124,144)
#AD8E9F
(173,142,159)
#B9A0AE
(185,160,174)
#C5B2BD
(197,178,189)
#D1C4CC
(209,196,204)
#DDD6DB
(221,214,219)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713454 color. Also use rgb(113,52,84) instead hex code.

Text Font Color

.myTextColor { color: #713454; }

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

This text font color is #713454.


Background Color

.myBgColor { background-color: #713454; }

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

This div background color is #713454.


Border color

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

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

This div border color is #713454.


Opacity

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

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

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

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

This text has shadow with #713454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713454 on black background.


Color preview on white background

This text has color #713454 on white background.



Black color preview on #713454 background

This text has black color on #713454 background.


White color preview on #713454 background

This text has white color on #713454 background.