COLOR #713A5F

HEX: #713A5F
RGB: (113,58,95)

Color info

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

RGB color model

#713A5F color RGB value is (113,58,95).

  • red value is 113;
  • green value is 58;
  • blue value is 95.
RGB:
(113,58,95)
(44%,23%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 58 of 255 = 23%
B 95 of 255 = 37%

113
58
95

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

Portions of RGB colors in percentages

R + G + B =
113 + 58 + 95 = 266 (100%)
R 113 of 266 ~ 42.48%
G 58 of 266 ~ 21.8%
B 95 of 266 ~ 35.71%

%42.48
%21.8
%35.71

CMYK color model

#713A5F color CMYK value is (0,49,16,56).

  • cyan value is 0.00%
  • magenta value is 48.67%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(0,49,16,56)
C0M49Y16K56 
(0%,49%,16%,56%)
(0.00/0.49/0.16/0.56)	

CMYK percentages

%0
%48.67
%15.93
%55.69

Codes

Color #713A5F in popluar color models

713A5F
RGB1135895
HSL320°32.16%33.53%
HSB/HSV320°48.67%44.31%
CMYK0.00%48.67%15.93%
55.69%

Color #713A5F in popluar number systems.

HEX713A5F
Decimal1135895
Binary11100011110101011111
Octal16172137

Shades and tints

Shades of #713A5F

#713A5F
(113,58,95)
#673557
(103,53,87)
#5D304F
(93,48,79)
#532B47
(83,43,71)
#49263F
(73,38,63)
#3F2137
(63,33,55)
#351C2F
(53,28,47)
#2B1727
(43,23,39)
#21121F
(33,18,31)
#170D17
(23,13,23)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #713A5F

#713A5F
(113,58,95)
#7D4B6D
(125,75,109)
#895C7B
(137,92,123)
#956D89
(149,109,137)
#A17E97
(161,126,151)
#AD8FA5
(173,143,165)
#B9A0B3
(185,160,179)
#C5B1C1
(197,177,193)
#D1C2CF
(209,194,207)
#DDD3DD
(221,211,221)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713A5F color. Also use rgb(113,58,95) instead hex code.

Text Font Color

.myTextColor { color: #713A5F; }

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

This text font color is #713A5F.


Background Color

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

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

This div background color is #713A5F.


Border color

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

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

This div border color is #713A5F.


Opacity

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

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

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

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

This text has shadow with #713A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713A5F on black background.


Color preview on white background

This text has color #713A5F on white background.



Black color preview on #713A5F background

This text has black color on #713A5F background.


White color preview on #713A5F background

This text has white color on #713A5F background.