COLOR #713F5B

HEX: #713F5B
RGB: (113,63,91)

Color info

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

RGB color model

#713F5B color RGB value is (113,63,91).

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

RGB channels and saturation

R 113 of 255 = 44%
G 63 of 255 = 25%
B 91 of 255 = 36%

113
63
91

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

Portions of RGB colors in percentages

R + G + B =
113 + 63 + 91 = 267 (100%)
R 113 of 267 ~ 42.32%
G 63 of 267 ~ 23.6%
B 91 of 267 ~ 34.08%

%42.32
%23.6
%34.08

CMYK color model

#713F5B color CMYK value is (0,44,19,56).

  • cyan value is 0.00%
  • magenta value is 44.25%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK:
(0,44,19,56)
C0M44Y19K56 
(0%,44%,19%,56%)
(0.00/0.44/0.19/0.56)	

CMYK percentages

%0
%44.25
%19.47
%55.69

Codes

Color #713F5B in popluar color models

713F5B
RGB1136391
HSL326°28.41%34.51%
HSB/HSV326°44.25%44.31%
CMYK0.00%44.25%19.47%
55.69%

Color #713F5B in popluar number systems.

HEX713F5B
Decimal1136391
Binary11100011111111011011
Octal16177133

Shades and tints

Shades of #713F5B

#713F5B
(113,63,91)
#673A53
(103,58,83)
#5D354B
(93,53,75)
#533043
(83,48,67)
#492B3B
(73,43,59)
#3F2633
(63,38,51)
#35212B
(53,33,43)
#2B1C23
(43,28,35)
#21171B
(33,23,27)
#171213
(23,18,19)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #713F5B

#713F5B
(113,63,91)
#7D5069
(125,80,105)
#896177
(137,97,119)
#957285
(149,114,133)
#A18393
(161,131,147)
#AD94A1
(173,148,161)
#B9A5AF
(185,165,175)
#C5B6BD
(197,182,189)
#D1C7CB
(209,199,203)
#DDD8D9
(221,216,217)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713F5B; }

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

This text font color is #713F5B.


Background Color

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

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

This div background color is #713F5B.


Border color

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

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

This div border color is #713F5B.


Opacity

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

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

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

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

This text has shadow with #713F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F5B on black background.


Color preview on white background

This text has color #713F5B on white background.



Black color preview on #713F5B background

This text has black color on #713F5B background.


White color preview on #713F5B background

This text has white color on #713F5B background.