COLOR #713763

HEX: #713763
RGB: (113,55,99)

Color info

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

RGB color model

#713763 color RGB value is (113,55,99).

  • red value is 113;
  • green value is 55;
  • blue value is 99.
RGB:
(113,55,99)
(44%,22%,39%)

RGB channels and saturation

R 113 of 255 = 44%
G 55 of 255 = 22%
B 99 of 255 = 39%

113
55
99

R + G + B ~ 35%. #713763 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 55 + 99 = 267 (100%)
R 113 of 267 ~ 42.32%
G 55 of 267 ~ 20.6%
B 99 of 267 ~ 37.08%

%42.32
%20.6
%37.08

CMYK color model

#713763 color CMYK value is (0,51,12,56).

  • cyan value is 0.00%
  • magenta value is 51.33%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(0,51,12,56)
C0M51Y12K56 
(0%,51%,12%,56%)
(0.00/0.51/0.12/0.56)	

CMYK percentages

%0
%51.33
%12.39
%55.69

Codes

Color #713763 in popluar color models

713763
RGB1135599
HSL314°34.52%32.94%
HSB/HSV314°51.33%44.31%
CMYK0.00%51.33%12.39%
55.69%

Color #713763 in popluar number systems.

HEX713763
Decimal1135599
Binary11100011101111100011
Octal16167143

Shades and tints

Shades of #713763

#713763
(113,55,99)
#67325A
(103,50,90)
#5D2D51
(93,45,81)
#532848
(83,40,72)
#49233F
(73,35,63)
#3F1E36
(63,30,54)
#35192D
(53,25,45)
#2B1424
(43,20,36)
#210F1B
(33,15,27)
#170A12
(23,10,18)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #713763

#713763
(113,55,99)
#7D4971
(125,73,113)
#895B7F
(137,91,127)
#956D8D
(149,109,141)
#A17F9B
(161,127,155)
#AD91A9
(173,145,169)
#B9A3B7
(185,163,183)
#C5B5C5
(197,181,197)
#D1C7D3
(209,199,211)
#DDD9E1
(221,217,225)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713763 color. Also use rgb(113,55,99) instead hex code.

Text Font Color

.myTextColor { color: #713763; }

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

This text font color is #713763.


Background Color

.myBgColor { background-color: #713763; }

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

This div background color is #713763.


Border color

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

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

This div border color is #713763.


Opacity

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

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

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

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

This text has shadow with #713763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713763 on black background.


Color preview on white background

This text has color #713763 on white background.



Black color preview on #713763 background

This text has black color on #713763 background.


White color preview on #713763 background

This text has white color on #713763 background.