COLOR #713E6D

HEX: #713E6D
RGB: (113,62,109)

Color info

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

RGB color model

#713E6D color RGB value is (113,62,109).

  • red value is 113;
  • green value is 62;
  • blue value is 109.
RGB:
(113,62,109)
(44%,24%,43%)

RGB channels and saturation

R 113 of 255 = 44%
G 62 of 255 = 24%
B 109 of 255 = 43%

113
62
109

R + G + B ~ 37%. #713E6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 62 + 109 = 284 (100%)
R 113 of 284 ~ 39.79%
G 62 of 284 ~ 21.83%
B 109 of 284 ~ 38.38%

%39.79
%21.83
%38.38

CMYK color model

#713E6D color CMYK value is (0,45,4,56).

  • cyan value is 0.00%
  • magenta value is 45.13%
  • yellow value is 3.54%
  • key color value is 55.69%
CMYK:
(0,45,4,56)
C0M45Y4K56 
(0%,45%,4%,56%)
(0.00/0.45/0.04/0.56)	

CMYK percentages

%0
%45.13
%3.54
%55.69

Codes

Color #713E6D in popluar color models

713E6D
RGB11362109
HSL305°29.14%34.31%
HSB/HSV305°45.13%44.31%
CMYK0.00%45.13%3.54%
55.69%

Color #713E6D in popluar number systems.

HEX713E6D
Decimal11362109
Binary11100011111101101101
Octal16176155

Shades and tints

Shades of #713E6D

#713E6D
(113,62,109)
#673964
(103,57,100)
#5D345B
(93,52,91)
#532F52
(83,47,82)
#492A49
(73,42,73)
#3F2540
(63,37,64)
#352037
(53,32,55)
#2B1B2E
(43,27,46)
#211625
(33,22,37)
#17111C
(23,17,28)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #713E6D

#713E6D
(113,62,109)
#7D4F7A
(125,79,122)
#896087
(137,96,135)
#957194
(149,113,148)
#A182A1
(161,130,161)
#AD93AE
(173,147,174)
#B9A4BB
(185,164,187)
#C5B5C8
(197,181,200)
#D1C6D5
(209,198,213)
#DDD7E2
(221,215,226)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713E6D color. Also use rgb(113,62,109) instead hex code.

Text Font Color

.myTextColor { color: #713E6D; }

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

This text font color is #713E6D.


Background Color

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

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

This div background color is #713E6D.


Border color

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

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

This div border color is #713E6D.


Opacity

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

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

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

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

This text has shadow with #713E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713E6D on black background.


Color preview on white background

This text has color #713E6D on white background.



Black color preview on #713E6D background

This text has black color on #713E6D background.


White color preview on #713E6D background

This text has white color on #713E6D background.