COLOR #713F3F

HEX: #713F3F RGB: (113,63,63)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
63
63

R + G + B ~ 31%. #713F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 63 + 63 = 239 (100%)
R 113 of 239 ~ 47.28%
G 63 of 239 ~ 26.36%
B 63 of 239 ~ 26.36'%

%47.28
%26.36
%26.36

CMYK color model

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

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

CMYK: (0,44,44,56)
C0M44Y44K56 (0%, 44%, 44%, 56%)
(0.00 / 0.44 / 0.44 / 0.56)

CMYK percentages

%0
%44.25
%44.25
%55.69

Codes

Color #713F3F in popluar color models

71 3F 3F
RGB 113 63 63
HSL 28.41% 34.51%
HSB/HSV 44.25% 44.31%
CMYK 0.00% 44.25% 44.25%
55.69%

Color #713F3F in popluar number systems.

HEX 71 3F 3F
Decimal 113 63 63
Binary 1110001 111111 111111
Octal 161 77 77

Shades and tints

Shades of #713F3F

#713F3F
(113,63,63)
#673A3A
(103,58,58)
#5D3535
(93,53,53)
#533030
(83,48,48)
#492B2B
(73,43,43)
#3F2626
(63,38,38)
#352121
(53,33,33)
#2B1C1C
(43,28,28)
#211717
(33,23,23)
#171212
(23,18,18)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #713F3F

#713F3F
(113,63,63)
#7D5050
(125,80,80)
#896161
(137,97,97)
#957272
(149,114,114)
#A18383
(161,131,131)
#AD9494
(173,148,148)
#B9A5A5
(185,165,165)
#C5B6B6
(197,182,182)
#D1C7C7
(209,199,199)
#DDD8D8
(221,216,216)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713F3F; }

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

This text font color is #713F3F.

Background Color

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

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

This div background color is #713F3F.

Border color

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

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

This div border color is #713F3F.

Opacity

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

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

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

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

This text has shadow with #713F3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #713F3F.

Preview

Color preview on black background

This text has color #713F3F on black background.


Color preview on white background

This text has color #713F3F on white background.


Black color preview on #713F3F background

This text has black color on #713F3F background.


White color preview on #713F3F background

This text has white color on #713F3F background.


Related colors

Complementary color

Complementary color for #hex is #8EC0C0.


I love getcolorcode.com