COLOR #713455

HEX: #713455
RGB: (113,52,85)

Color info

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

RGB color model

#713455 color RGB value is (113,52,85).

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

RGB channels and saturation

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

113
52
85

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

Portions of RGB colors in percentages

R + G + B =
113 + 52 + 85 = 250 (100%)
R 113 of 250 ~ 45.2%
G 52 of 250 ~ 20.8%
B 85 of 250 ~ 34%

%45.2
%20.8
%34

CMYK color model

#713455 color CMYK value is (0,54,25,56).

  • cyan value is 0.00%
  • magenta value is 53.98%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK:
(0,54,25,56)
C0M54Y25K56 
(0%,54%,25%,56%)
(0.00/0.54/0.25/0.56)	

CMYK percentages

%0
%53.98
%24.78
%55.69

Codes

Color #713455 in popluar color models

713455
RGB1135285
HSL328°36.97%32.35%
HSB/HSV328°53.98%44.31%
CMYK0.00%53.98%24.78%
55.69%

Color #713455 in popluar number systems.

HEX713455
Decimal1135285
Binary11100011101001010101
Octal16164125

Shades and tints

Shades of #713455

#713455
(113,52,85)
#67304E
(103,48,78)
#5D2C47
(93,44,71)
#532840
(83,40,64)
#492439
(73,36,57)
#3F2032
(63,32,50)
#351C2B
(53,28,43)
#2B1824
(43,24,36)
#21141D
(33,20,29)
#171016
(23,16,22)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #713455

#713455
(113,52,85)
#7D4664
(125,70,100)
#895873
(137,88,115)
#956A82
(149,106,130)
#A17C91
(161,124,145)
#AD8EA0
(173,142,160)
#B9A0AF
(185,160,175)
#C5B2BE
(197,178,190)
#D1C4CD
(209,196,205)
#DDD6DC
(221,214,220)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713455; }

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

This text font color is #713455.


Background Color

.myBgColor { background-color: #713455; }

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

This div background color is #713455.


Border color

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

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

This div border color is #713455.


Opacity

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

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

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

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

This text has shadow with #713455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713455 on black background.


Color preview on white background

This text has color #713455 on white background.



Black color preview on #713455 background

This text has black color on #713455 background.


White color preview on #713455 background

This text has white color on #713455 background.