COLOR #713F54

HEX: #713F54
RGB: (113,63,84)

Color info

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

RGB color model

#713F54 color RGB value is (113,63,84).

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

RGB channels and saturation

R 113 of 255 = 44%
G 63 of 255 = 25%
B 84 of 255 = 33%

113
63
84

R + G + B ~ 34%. #713F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 63 + 84 = 260 (100%)
R 113 of 260 ~ 43.46%
G 63 of 260 ~ 24.23%
B 84 of 260 ~ 32.31%

%43.46
%24.23
%32.31

CMYK color model

#713F54 color CMYK value is (0,44,26,56).

  • cyan value is 0.00%
  • magenta value is 44.25%
  • yellow value is 25.66%
  • key color value is 55.69%
CMYK:
(0,44,26,56)
C0M44Y26K56 
(0%,44%,26%,56%)
(0.00/0.44/0.26/0.56)	

CMYK percentages

%0
%44.25
%25.66
%55.69

Codes

Color #713F54 in popluar color models

713F54
RGB1136384
HSL335°28.41%34.51%
HSB/HSV335°44.25%44.31%
CMYK0.00%44.25%25.66%
55.69%

Color #713F54 in popluar number systems.

HEX713F54
Decimal1136384
Binary11100011111111010100
Octal16177124

Shades and tints

Shades of #713F54

#713F54
(113,63,84)
#673A4D
(103,58,77)
#5D3546
(93,53,70)
#53303F
(83,48,63)
#492B38
(73,43,56)
#3F2631
(63,38,49)
#35212A
(53,33,42)
#2B1C23
(43,28,35)
#21171C
(33,23,28)
#171215
(23,18,21)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #713F54

#713F54
(113,63,84)
#7D5063
(125,80,99)
#896172
(137,97,114)
#957281
(149,114,129)
#A18390
(161,131,144)
#AD949F
(173,148,159)
#B9A5AE
(185,165,174)
#C5B6BD
(197,182,189)
#D1C7CC
(209,199,204)
#DDD8DB
(221,216,219)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713F54; }

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

This text font color is #713F54.


Background Color

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

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

This div background color is #713F54.


Border color

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

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

This div border color is #713F54.


Opacity

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

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

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

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

This text has shadow with #713F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F54 on black background.


Color preview on white background

This text has color #713F54 on white background.



Black color preview on #713F54 background

This text has black color on #713F54 background.


White color preview on #713F54 background

This text has white color on #713F54 background.