COLOR #713D5D

HEX: #713D5D
RGB: (113,61,93)

Color info

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

RGB color model

#713D5D color RGB value is (113,61,93).

  • red value is 113;
  • green value is 61;
  • blue value is 93.
RGB:
(113,61,93)
(44%,24%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 61 of 255 = 24%
B 93 of 255 = 36%

113
61
93

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

Portions of RGB colors in percentages

R + G + B =
113 + 61 + 93 = 267 (100%)
R 113 of 267 ~ 42.32%
G 61 of 267 ~ 22.85%
B 93 of 267 ~ 34.83%

%42.32
%22.85
%34.83

CMYK color model

#713D5D color CMYK value is (0,46,18,56).

  • cyan value is 0.00%
  • magenta value is 46.02%
  • yellow value is 17.70%
  • key color value is 55.69%
CMYK:
(0,46,18,56)
C0M46Y18K56 
(0%,46%,18%,56%)
(0.00/0.46/0.18/0.56)	

CMYK percentages

%0
%46.02
%17.7
%55.69

Codes

Color #713D5D in popluar color models

713D5D
RGB1136193
HSL323°29.89%34.12%
HSB/HSV323°46.02%44.31%
CMYK0.00%46.02%17.70%
55.69%

Color #713D5D in popluar number systems.

HEX713D5D
Decimal1136193
Binary11100011111011011101
Octal16175135

Shades and tints

Shades of #713D5D

#713D5D
(113,61,93)
#673855
(103,56,85)
#5D334D
(93,51,77)
#532E45
(83,46,69)
#49293D
(73,41,61)
#3F2435
(63,36,53)
#351F2D
(53,31,45)
#2B1A25
(43,26,37)
#21151D
(33,21,29)
#171015
(23,16,21)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #713D5D

#713D5D
(113,61,93)
#7D4E6B
(125,78,107)
#895F79
(137,95,121)
#957087
(149,112,135)
#A18195
(161,129,149)
#AD92A3
(173,146,163)
#B9A3B1
(185,163,177)
#C5B4BF
(197,180,191)
#D1C5CD
(209,197,205)
#DDD6DB
(221,214,219)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713D5D color. Also use rgb(113,61,93) instead hex code.

Text Font Color

.myTextColor { color: #713D5D; }

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

This text font color is #713D5D.


Background Color

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

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

This div background color is #713D5D.


Border color

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

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

This div border color is #713D5D.


Opacity

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

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

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

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

This text has shadow with #713D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713D5D on black background.


Color preview on white background

This text has color #713D5D on white background.



Black color preview on #713D5D background

This text has black color on #713D5D background.


White color preview on #713D5D background

This text has white color on #713D5D background.