COLOR #713B67

HEX: #713B67
RGB: (113,59,103)

Color info

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

RGB color model

#713B67 color RGB value is (113,59,103).

  • red value is 113;
  • green value is 59;
  • blue value is 103.
RGB:
(113,59,103)
(44%,23%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 59 of 255 = 23%
B 103 of 255 = 40%

113
59
103

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

Portions of RGB colors in percentages

R + G + B =
113 + 59 + 103 = 275 (100%)
R 113 of 275 ~ 41.09%
G 59 of 275 ~ 21.45%
B 103 of 275 ~ 37.45%

%41.09
%21.45
%37.45

CMYK color model

#713B67 color CMYK value is (0,48,9,56).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 8.85%
  • key color value is 55.69%
CMYK:
(0,48,9,56)
C0M48Y9K56 
(0%,48%,9%,56%)
(0.00/0.48/0.09/0.56)	

CMYK percentages

%0
%47.79
%8.85
%55.69

Codes

Color #713B67 in popluar color models

713B67
RGB11359103
HSL311°31.40%33.73%
HSB/HSV311°47.79%44.31%
CMYK0.00%47.79%8.85%
55.69%

Color #713B67 in popluar number systems.

HEX713B67
Decimal11359103
Binary11100011110111100111
Octal16173147

Shades and tints

Shades of #713B67

#713B67
(113,59,103)
#67365E
(103,54,94)
#5D3155
(93,49,85)
#532C4C
(83,44,76)
#492743
(73,39,67)
#3F223A
(63,34,58)
#351D31
(53,29,49)
#2B1828
(43,24,40)
#21131F
(33,19,31)
#170E16
(23,14,22)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #713B67

#713B67
(113,59,103)
#7D4C74
(125,76,116)
#895D81
(137,93,129)
#956E8E
(149,110,142)
#A17F9B
(161,127,155)
#AD90A8
(173,144,168)
#B9A1B5
(185,161,181)
#C5B2C2
(197,178,194)
#D1C3CF
(209,195,207)
#DDD4DC
(221,212,220)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713B67 color. Also use rgb(113,59,103) instead hex code.

Text Font Color

.myTextColor { color: #713B67; }

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

This text font color is #713B67.


Background Color

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

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

This div background color is #713B67.


Border color

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

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

This div border color is #713B67.


Opacity

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

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

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

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

This text has shadow with #713B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713B67 on black background.


Color preview on white background

This text has color #713B67 on white background.



Black color preview on #713B67 background

This text has black color on #713B67 background.


White color preview on #713B67 background

This text has white color on #713B67 background.