COLOR #713B6A

HEX: #713B6A RGB: (113,59,106)

Color info

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

RGB color model

#713B6A color RGB value is (113,59,106).

RGB: (113,59,106) (44%, 23%, 42%)

RGB channels and saturation

R 113 of 255 = 44%
G 59 of 255 = 23%
B 106 of 255 = 42%

113
59
106

R + G + B ~ 36%. #713B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 59 + 106 = 278 (100%)
R 113 of 278 ~ 40.65%
G 59 of 278 ~ 21.22%
B 106 of 278 ~ 38.13'%

%40.65
%21.22
%38.13

CMYK color model

#713B6A color CMYK value is (0,48,6,56).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 6.19%
  • key color value is 55.69%

CMYK: (0,48,6,56)
C0M48Y6K56 (0%, 48%, 6%, 56%)
(0.00 / 0.48 / 0.06 / 0.56)

CMYK percentages

%0
%47.79
%6.19
%55.69

Codes

Color #713B6A in popluar color models

71 3B 6A
RGB 113 59 106
HSL 308° 31.40% 33.73%
HSB/HSV 308° 47.79% 44.31%
CMYK 0.00% 47.79% 6.19%
55.69%

Color #713B6A in popluar number systems.

HEX 71 3B 6A
Decimal 113 59 106
Binary 1110001 111011 1101010
Octal 161 73 152

Shades and tints

Shades of #713B6A

#713B6A
(113,59,106)
#673661
(103,54,97)
#5D3158
(93,49,88)
#532C4F
(83,44,79)
#492746
(73,39,70)
#3F223D
(63,34,61)
#351D34
(53,29,52)
#2B182B
(43,24,43)
#211322
(33,19,34)
#170E19
(23,14,25)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #713B6A

#713B6A
(113,59,106)
#7D4C77
(125,76,119)
#895D84
(137,93,132)
#956E91
(149,110,145)
#A17F9E
(161,127,158)
#AD90AB
(173,144,171)
#B9A1B8
(185,161,184)
#C5B2C5
(197,178,197)
#D1C3D2
(209,195,210)
#DDD4DF
(221,212,223)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713B6A color. Also use rgb(113,59,106) instead hex code.

Text Font Color

.myTextColor { color: #713B6A; }

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

This text font color is #713B6A.

Background Color

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

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

This div background color is #713B6A.

Border color

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

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

This div border color is #713B6A.

Opacity

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

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

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

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

This text has shadow with #713B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #713B6A.

Preview

Color preview on black background

This text has color #713B6A on black background.


Color preview on white background

This text has color #713B6A on white background.


Black color preview on #713B6A background

This text has black color on #713B6A background.


White color preview on #713B6A background

This text has white color on #713B6A background.


Related colors

Complementary color

Complementary color for #hex is #8EC495.


I love getcolorcode.com

Triadic colors

1 #6A713B and #3B6A71 with #713B6A are triadic colors.

2 #6A3B71 and #3B716A with #713B6A are triadic colors.