COLOR #713F6B

HEX: #713F6B RGB: (113,63,107)

Color info

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

RGB color model

#713F6B color RGB value is (113,63,107).

RGB: (113,63,107) (44%, 25%, 42%)

RGB channels and saturation

R 113 of 255 = 44%
G 63 of 255 = 25%
B 107 of 255 = 42%

113
63
107

R + G + B ~ 37%. #713F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 63 + 107 = 283 (100%)
R 113 of 283 ~ 39.93%
G 63 of 283 ~ 22.26%
B 107 of 283 ~ 37.81'%

%39.93
%22.26
%37.81

CMYK color model

#713F6B color CMYK value is (0,44,5,56).

  • cyan value is 0.00%
  • magenta value is 44.25%
  • yellow value is 5.31%
  • key color value is 55.69%

CMYK: (0,44,5,56)
C0M44Y5K56 (0%, 44%, 5%, 56%)
(0.00 / 0.44 / 0.05 / 0.56)

CMYK percentages

%0
%44.25
%5.31
%55.69

Codes

Color #713F6B in popluar color models

71 3F 6B
RGB 113 63 107
HSL 307° 28.41% 34.51%
HSB/HSV 307° 44.25% 44.31%
CMYK 0.00% 44.25% 5.31%
55.69%

Color #713F6B in popluar number systems.

HEX 71 3F 6B
Decimal 113 63 107
Binary 1110001 111111 1101011
Octal 161 77 153

Shades and tints

Shades of #713F6B

#713F6B
(113,63,107)
#673A62
(103,58,98)
#5D3559
(93,53,89)
#533050
(83,48,80)
#492B47
(73,43,71)
#3F263E
(63,38,62)
#352135
(53,33,53)
#2B1C2C
(43,28,44)
#211723
(33,23,35)
#17121A
(23,18,26)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #713F6B

#713F6B
(113,63,107)
#7D5078
(125,80,120)
#896185
(137,97,133)
#957292
(149,114,146)
#A1839F
(161,131,159)
#AD94AC
(173,148,172)
#B9A5B9
(185,165,185)
#C5B6C6
(197,182,198)
#D1C7D3
(209,199,211)
#DDD8E0
(221,216,224)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713F6B; }

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

This text font color is #713F6B.

Background Color

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

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

This div background color is #713F6B.

Border color

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

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

This div border color is #713F6B.

Opacity

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

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

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

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

This text has shadow with #713F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #713F6B.

Preview

Color preview on black background

This text has color #713F6B on black background.


Color preview on white background

This text has color #713F6B on white background.


Black color preview on #713F6B background

This text has black color on #713F6B background.


White color preview on #713F6B background

This text has white color on #713F6B background.


Related colors

Complementary color

Complementary color for #hex is #8EC094.


I love getcolorcode.com

Triadic colors

1 #6B713F and #3F6B71 with #713F6B are triadic colors.

2 #6B3F71 and #3F716B with #713F6B are triadic colors.