COLOR #713F49

HEX: #713F49 RGB: (113,63,73)

Color info

#713F49 contains red, green and blue colors in about the same proportion. Web safe color of #713F49 is #663333 (or #633).

RGB color model

#713F49 color RGB value is (113,63,73).

RGB: (113,63,73) (44%, 25%, 29%)

RGB channels and saturation

R 113 of 255 = 44%
G 63 of 255 = 25%
B 73 of 255 = 29%

113
63
73

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

Portions of RGB colors in percentages

R + G + B = 113 + 63 + 73 = 249 (100%)
R 113 of 249 ~ 45.38%
G 63 of 249 ~ 25.3%
B 73 of 249 ~ 29.32'%

%45.38
%25.3
%29.32

CMYK color model

#713F49 color CMYK value is (0,44,35,56).

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

CMYK: (0,44,35,56)
C0M44Y35K56 (0%, 44%, 35%, 56%)
(0.00 / 0.44 / 0.35 / 0.56)

CMYK percentages

%0
%44.25
%35.4
%55.69

Codes

Color #713F49 in popluar color models

71 3F 49
RGB 113 63 73
HSL 348° 28.41% 34.51%
HSB/HSV 348° 44.25% 44.31%
CMYK 0.00% 44.25% 35.40%
55.69%

Color #713F49 in popluar number systems.

HEX 71 3F 49
Decimal 113 63 73
Binary 1110001 111111 1001001
Octal 161 77 111

Shades and tints

Shades of #713F49

#713F49
(113,63,73)
#673A43
(103,58,67)
#5D353D
(93,53,61)
#533037
(83,48,55)
#492B31
(73,43,49)
#3F262B
(63,38,43)
#352125
(53,33,37)
#2B1C1F
(43,28,31)
#211719
(33,23,25)
#171213
(23,18,19)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #713F49

#713F49
(113,63,73)
#7D5059
(125,80,89)
#896169
(137,97,105)
#957279
(149,114,121)
#A18389
(161,131,137)
#AD9499
(173,148,153)
#B9A5A9
(185,165,169)
#C5B6B9
(197,182,185)
#D1C7C9
(209,199,201)
#DDD8D9
(221,216,217)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713F49; }

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

This text font color is #713F49.

Background Color

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

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

This div background color is #713F49.

Border color

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

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

This div border color is #713F49.

Opacity

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

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

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

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

This text has shadow with #713F49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #713F49.

Preview

Color preview on black background

This text has color #713F49 on black background.


Color preview on white background

This text has color #713F49 on white background.


Black color preview on #713F49 background

This text has black color on #713F49 background.


White color preview on #713F49 background

This text has white color on #713F49 background.


Related colors

Complementary color

Complementary color for #hex is #8EC0B6.


I love getcolorcode.com

Triadic colors

1 #49713F and #3F4971 with #713F49 are triadic colors.

2 #493F71 and #3F7149 with #713F49 are triadic colors.