COLOR #713C5E

HEX: #713C5E
RGB: (113,60,94)

Color info

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

RGB color model

#713C5E color RGB value is (113,60,94).

  • red value is 113;
  • green value is 60;
  • blue value is 94.
RGB:
(113,60,94)
(44%,24%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 60 of 255 = 24%
B 94 of 255 = 37%

113
60
94

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

Portions of RGB colors in percentages

R + G + B =
113 + 60 + 94 = 267 (100%)
R 113 of 267 ~ 42.32%
G 60 of 267 ~ 22.47%
B 94 of 267 ~ 35.21%

%42.32
%22.47
%35.21

CMYK color model

#713C5E color CMYK value is (0,47,17,56).

  • cyan value is 0.00%
  • magenta value is 46.90%
  • yellow value is 16.81%
  • key color value is 55.69%
CMYK:
(0,47,17,56)
C0M47Y17K56 
(0%,47%,17%,56%)
(0.00/0.47/0.17/0.56)	

CMYK percentages

%0
%46.9
%16.81
%55.69

Codes

Color #713C5E in popluar color models

713C5E
RGB1136094
HSL322°30.64%33.92%
HSB/HSV322°46.90%44.31%
CMYK0.00%46.90%16.81%
55.69%

Color #713C5E in popluar number systems.

HEX713C5E
Decimal1136094
Binary11100011111001011110
Octal16174136

Shades and tints

Shades of #713C5E

#713C5E
(113,60,94)
#673756
(103,55,86)
#5D324E
(93,50,78)
#532D46
(83,45,70)
#49283E
(73,40,62)
#3F2336
(63,35,54)
#351E2E
(53,30,46)
#2B1926
(43,25,38)
#21141E
(33,20,30)
#170F16
(23,15,22)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #713C5E

#713C5E
(113,60,94)
#7D4D6C
(125,77,108)
#895E7A
(137,94,122)
#956F88
(149,111,136)
#A18096
(161,128,150)
#AD91A4
(173,145,164)
#B9A2B2
(185,162,178)
#C5B3C0
(197,179,192)
#D1C4CE
(209,196,206)
#DDD5DC
(221,213,220)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713C5E color. Also use rgb(113,60,94) instead hex code.

Text Font Color

.myTextColor { color: #713C5E; }

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

This text font color is #713C5E.


Background Color

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

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

This div background color is #713C5E.


Border color

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

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

This div border color is #713C5E.


Opacity

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

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

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

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

This text has shadow with #713C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713C5E on black background.


Color preview on white background

This text has color #713C5E on white background.



Black color preview on #713C5E background

This text has black color on #713C5E background.


White color preview on #713C5E background

This text has white color on #713C5E background.