COLOR #713969

HEX: #713969
RGB: (113,57,105)

Color info

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

RGB color model

#713969 color RGB value is (113,57,105).

  • red value is 113;
  • green value is 57;
  • blue value is 105.
RGB:
(113,57,105)
(44%,22%,41%)

RGB channels and saturation

R 113 of 255 = 44%
G 57 of 255 = 22%
B 105 of 255 = 41%

113
57
105

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

Portions of RGB colors in percentages

R + G + B =
113 + 57 + 105 = 275 (100%)
R 113 of 275 ~ 41.09%
G 57 of 275 ~ 20.73%
B 105 of 275 ~ 38.18%

%41.09
%20.73
%38.18

CMYK color model

#713969 color CMYK value is (0,50,7,56).

  • cyan value is 0.00%
  • magenta value is 49.56%
  • yellow value is 7.08%
  • key color value is 55.69%
CMYK:
(0,50,7,56)
C0M50Y7K56 
(0%,50%,7%,56%)
(0.00/0.50/0.07/0.56)	

CMYK percentages

%0
%49.56
%7.08
%55.69

Codes

Color #713969 in popluar color models

713969
RGB11357105
HSL309°32.94%33.33%
HSB/HSV309°49.56%44.31%
CMYK0.00%49.56%7.08%
55.69%

Color #713969 in popluar number systems.

HEX713969
Decimal11357105
Binary11100011110011101001
Octal16171151

Shades and tints

Shades of #713969

#713969
(113,57,105)
#673460
(103,52,96)
#5D2F57
(93,47,87)
#532A4E
(83,42,78)
#492545
(73,37,69)
#3F203C
(63,32,60)
#351B33
(53,27,51)
#2B162A
(43,22,42)
#211121
(33,17,33)
#170C18
(23,12,24)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #713969

#713969
(113,57,105)
#7D4B76
(125,75,118)
#895D83
(137,93,131)
#956F90
(149,111,144)
#A1819D
(161,129,157)
#AD93AA
(173,147,170)
#B9A5B7
(185,165,183)
#C5B7C4
(197,183,196)
#D1C9D1
(209,201,209)
#DDDBDE
(221,219,222)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713969 color. Also use rgb(113,57,105) instead hex code.

Text Font Color

.myTextColor { color: #713969; }

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

This text font color is #713969.


Background Color

.myBgColor { background-color: #713969; }

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

This div background color is #713969.


Border color

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

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

This div border color is #713969.


Opacity

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

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

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

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

This text has shadow with #713969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713969 on black background.


Color preview on white background

This text has color #713969 on white background.



Black color preview on #713969 background

This text has black color on #713969 background.


White color preview on #713969 background

This text has white color on #713969 background.