COLOR #713A52

HEX: #713A52 RGB: (113,58,82)

Color info

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

RGB color model

#713A52 color RGB value is (113,58,82).

RGB: (113,58,82) (44%, 23%, 32%)

RGB channels and saturation

R 113 of 255 = 44%
G 58 of 255 = 23%
B 82 of 255 = 32%

113
58
82

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

Portions of RGB colors in percentages

R + G + B = 113 + 58 + 82 = 253 (100%)
R 113 of 253 ~ 44.66%
G 58 of 253 ~ 22.92%
B 82 of 253 ~ 32.41'%

%44.66
%22.92
%32.41

CMYK color model

#713A52 color CMYK value is (0,49,27,56).

  • cyan value is 0.00%
  • magenta value is 48.67%
  • yellow value is 27.43%
  • key color value is 55.69%

CMYK: (0,49,27,56)
C0M49Y27K56 (0%, 49%, 27%, 56%)
(0.00 / 0.49 / 0.27 / 0.56)

CMYK percentages

%0
%48.67
%27.43
%55.69

Codes

Color #713A52 in popluar color models

71 3A 52
RGB 113 58 82
HSL 334° 32.16% 33.53%
HSB/HSV 334° 48.67% 44.31%
CMYK 0.00% 48.67% 27.43%
55.69%

Color #713A52 in popluar number systems.

HEX 71 3A 52
Decimal 113 58 82
Binary 1110001 111010 1010010
Octal 161 72 122

Shades and tints

Shades of #713A52

#713A52
(113,58,82)
#67354B
(103,53,75)
#5D3044
(93,48,68)
#532B3D
(83,43,61)
#492636
(73,38,54)
#3F212F
(63,33,47)
#351C28
(53,28,40)
#2B1721
(43,23,33)
#21121A
(33,18,26)
#170D13
(23,13,19)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #713A52

#713A52
(113,58,82)
#7D4B61
(125,75,97)
#895C70
(137,92,112)
#956D7F
(149,109,127)
#A17E8E
(161,126,142)
#AD8F9D
(173,143,157)
#B9A0AC
(185,160,172)
#C5B1BB
(197,177,187)
#D1C2CA
(209,194,202)
#DDD3D9
(221,211,217)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713A52 color. Also use rgb(113,58,82) instead hex code.

Text Font Color

.myTextColor { color: #713A52; }

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

This text font color is #713A52.

Background Color

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

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

This div background color is #713A52.

Border color

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

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

This div border color is #713A52.

Opacity

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

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

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

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

This text has shadow with #713A52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #713A52.

Preview

Color preview on black background

This text has color #713A52 on black background.


Color preview on white background

This text has color #713A52 on white background.


Black color preview on #713A52 background

This text has black color on #713A52 background.


White color preview on #713A52 background

This text has white color on #713A52 background.


Related colors

Complementary color

Complementary color for #hex is #8EC5AD.


I love getcolorcode.com

Triadic colors

1 #52713A and #3A5271 with #713A52 are triadic colors.

2 #523A71 and #3A7152 with #713A52 are triadic colors.