COLOR #713C5B

HEX: #713C5B
RGB: (113,60,91)

Color info

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

RGB color model

#713C5B color RGB value is (113,60,91).

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

RGB channels and saturation

R 113 of 255 = 44%
G 60 of 255 = 24%
B 91 of 255 = 36%

113
60
91

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

Portions of RGB colors in percentages

R + G + B =
113 + 60 + 91 = 264 (100%)
R 113 of 264 ~ 42.8%
G 60 of 264 ~ 22.73%
B 91 of 264 ~ 34.47%

%42.8
%22.73
%34.47

CMYK color model

#713C5B color CMYK value is (0,47,19,56).

  • cyan value is 0.00%
  • magenta value is 46.90%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK:
(0,47,19,56)
C0M47Y19K56 
(0%,47%,19%,56%)
(0.00/0.47/0.19/0.56)	

CMYK percentages

%0
%46.9
%19.47
%55.69

Codes

Color #713C5B in popluar color models

713C5B
RGB1136091
HSL325°30.64%33.92%
HSB/HSV325°46.90%44.31%
CMYK0.00%46.90%19.47%
55.69%

Color #713C5B in popluar number systems.

HEX713C5B
Decimal1136091
Binary11100011111001011011
Octal16174133

Shades and tints

Shades of #713C5B

#713C5B
(113,60,91)
#673753
(103,55,83)
#5D324B
(93,50,75)
#532D43
(83,45,67)
#49283B
(73,40,59)
#3F2333
(63,35,51)
#351E2B
(53,30,43)
#2B1923
(43,25,35)
#21141B
(33,20,27)
#170F13
(23,15,19)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #713C5B

#713C5B
(113,60,91)
#7D4D69
(125,77,105)
#895E77
(137,94,119)
#956F85
(149,111,133)
#A18093
(161,128,147)
#AD91A1
(173,145,161)
#B9A2AF
(185,162,175)
#C5B3BD
(197,179,189)
#D1C4CB
(209,196,203)
#DDD5D9
(221,213,217)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713C5B; }

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

This text font color is #713C5B.


Background Color

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

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

This div background color is #713C5B.


Border color

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

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

This div border color is #713C5B.


Opacity

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

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

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

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

This text has shadow with #713C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713C5B on black background.


Color preview on white background

This text has color #713C5B on white background.



Black color preview on #713C5B background

This text has black color on #713C5B background.


White color preview on #713C5B background

This text has white color on #713C5B background.