COLOR #713657

HEX: #713657
RGB: (113,54,87)

Color info

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

RGB color model

#713657 color RGB value is (113,54,87).

  • red value is 113;
  • green value is 54;
  • blue value is 87.
RGB:
(113,54,87)
(44%,21%,34%)

RGB channels and saturation

R 113 of 255 = 44%
G 54 of 255 = 21%
B 87 of 255 = 34%

113
54
87

R + G + B ~ 33%. #713657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 54 + 87 = 254 (100%)
R 113 of 254 ~ 44.49%
G 54 of 254 ~ 21.26%
B 87 of 254 ~ 34.25%

%44.49
%21.26
%34.25

CMYK color model

#713657 color CMYK value is (0,52,23,56).

  • cyan value is 0.00%
  • magenta value is 52.21%
  • yellow value is 23.01%
  • key color value is 55.69%
CMYK:
(0,52,23,56)
C0M52Y23K56 
(0%,52%,23%,56%)
(0.00/0.52/0.23/0.56)	

CMYK percentages

%0
%52.21
%23.01
%55.69

Codes

Color #713657 in popluar color models

713657
RGB1135487
HSL326°35.33%32.75%
HSB/HSV326°52.21%44.31%
CMYK0.00%52.21%23.01%
55.69%

Color #713657 in popluar number systems.

HEX713657
Decimal1135487
Binary11100011101101010111
Octal16166127

Shades and tints

Shades of #713657

#713657
(113,54,87)
#673250
(103,50,80)
#5D2E49
(93,46,73)
#532A42
(83,42,66)
#49263B
(73,38,59)
#3F2234
(63,34,52)
#351E2D
(53,30,45)
#2B1A26
(43,26,38)
#21161F
(33,22,31)
#171218
(23,18,24)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #713657

#713657
(113,54,87)
#7D4866
(125,72,102)
#895A75
(137,90,117)
#956C84
(149,108,132)
#A17E93
(161,126,147)
#AD90A2
(173,144,162)
#B9A2B1
(185,162,177)
#C5B4C0
(197,180,192)
#D1C6CF
(209,198,207)
#DDD8DE
(221,216,222)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713657 color. Also use rgb(113,54,87) instead hex code.

Text Font Color

.myTextColor { color: #713657; }

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

This text font color is #713657.


Background Color

.myBgColor { background-color: #713657; }

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

This div background color is #713657.


Border color

.myBorderColor { border: 1px solid #713657; }

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

This div border color is #713657.


Opacity

.myOpacity80 { color: #713657; opacity: 0.8; }

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

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

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

This text has shadow with #713657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713657 on black background.


Color preview on white background

This text has color #713657 on white background.



Black color preview on #713657 background

This text has black color on #713657 background.


White color preview on #713657 background

This text has white color on #713657 background.