COLOR #713F60

HEX: #713F60
RGB: (113,63,96)

Color info

#713F60 contains red, green and blue colors in about the same proportion. Web safe color of #713F60 is #663366 (or #636).

RGB color model

#713F60 color RGB value is (113,63,96).

  • red value is 113;
  • green value is 63;
  • blue value is 96.
RGB:
(113,63,96)
(44%,25%,38%)

RGB channels and saturation

R 113 of 255 = 44%
G 63 of 255 = 25%
B 96 of 255 = 38%

113
63
96

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

Portions of RGB colors in percentages

R + G + B =
113 + 63 + 96 = 272 (100%)
R 113 of 272 ~ 41.54%
G 63 of 272 ~ 23.16%
B 96 of 272 ~ 35.29%

%41.54
%23.16
%35.29

CMYK color model

#713F60 color CMYK value is (0,44,15,56).

  • cyan value is 0.00%
  • magenta value is 44.25%
  • yellow value is 15.04%
  • key color value is 55.69%
CMYK:
(0,44,15,56)
C0M44Y15K56 
(0%,44%,15%,56%)
(0.00/0.44/0.15/0.56)	

CMYK percentages

%0
%44.25
%15.04
%55.69

Codes

Color #713F60 in popluar color models

713F60
RGB1136396
HSL320°28.41%34.51%
HSB/HSV320°44.25%44.31%
CMYK0.00%44.25%15.04%
55.69%

Color #713F60 in popluar number systems.

HEX713F60
Decimal1136396
Binary11100011111111100000
Octal16177140

Shades and tints

Shades of #713F60

#713F60
(113,63,96)
#673A58
(103,58,88)
#5D3550
(93,53,80)
#533048
(83,48,72)
#492B40
(73,43,64)
#3F2638
(63,38,56)
#352130
(53,33,48)
#2B1C28
(43,28,40)
#211720
(33,23,32)
#171218
(23,18,24)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #713F60

#713F60
(113,63,96)
#7D506E
(125,80,110)
#89617C
(137,97,124)
#95728A
(149,114,138)
#A18398
(161,131,152)
#AD94A6
(173,148,166)
#B9A5B4
(185,165,180)
#C5B6C2
(197,182,194)
#D1C7D0
(209,199,208)
#DDD8DE
(221,216,222)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713F60 color. Also use rgb(113,63,96) instead hex code.

Text Font Color

.myTextColor { color: #713F60; }

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

This text font color is #713F60.


Background Color

.myBgColor { background-color: #713F60; }

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

This div background color is #713F60.


Border color

.myBorderColor { border: 1px solid #713F60; }

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

This div border color is #713F60.


Opacity

.myOpacity80 { color: #713F60; opacity: 0.8; }

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

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

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

This text has shadow with #713F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F60 on black background.


Color preview on white background

This text has color #713F60 on white background.



Black color preview on #713F60 background

This text has black color on #713F60 background.


White color preview on #713F60 background

This text has white color on #713F60 background.