COLOR #713C43

HEX: #713C43
RGB: (113,60,67)

Color info

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

RGB color model

#713C43 color RGB value is (113,60,67).

  • red value is 113;
  • green value is 60;
  • blue value is 67.
RGB:
(113,60,67)
(44%,24%,26%)

RGB channels and saturation

R 113 of 255 = 44%
G 60 of 255 = 24%
B 67 of 255 = 26%

113
60
67

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

Portions of RGB colors in percentages

R + G + B =
113 + 60 + 67 = 240 (100%)
R 113 of 240 ~ 47.08%
G 60 of 240 ~ 25%
B 67 of 240 ~ 27.92%

%47.08
%25
%27.92

CMYK color model

#713C43 color CMYK value is (0,47,41,56).

  • cyan value is 0.00%
  • magenta value is 46.90%
  • yellow value is 40.71%
  • key color value is 55.69%
CMYK:
(0,47,41,56)
C0M47Y41K56 
(0%,47%,41%,56%)
(0.00/0.47/0.41/0.56)	

CMYK percentages

%0
%46.9
%40.71
%55.69

Codes

Color #713C43 in popluar color models

713C43
RGB1136067
HSL352°30.64%33.92%
HSB/HSV352°46.90%44.31%
CMYK0.00%46.90%40.71%
55.69%

Color #713C43 in popluar number systems.

HEX713C43
Decimal1136067
Binary11100011111001000011
Octal16174103

Shades and tints

Shades of #713C43

#713C43
(113,60,67)
#67373D
(103,55,61)
#5D3237
(93,50,55)
#532D31
(83,45,49)
#49282B
(73,40,43)
#3F2325
(63,35,37)
#351E1F
(53,30,31)
#2B1919
(43,25,25)
#211413
(33,20,19)
#170F0D
(23,15,13)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #713C43

#713C43
(113,60,67)
#7D4D54
(125,77,84)
#895E65
(137,94,101)
#956F76
(149,111,118)
#A18087
(161,128,135)
#AD9198
(173,145,152)
#B9A2A9
(185,162,169)
#C5B3BA
(197,179,186)
#D1C4CB
(209,196,203)
#DDD5DC
(221,213,220)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713C43; }

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

This text font color is #713C43.


Background Color

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

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

This div background color is #713C43.


Border color

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

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

This div border color is #713C43.


Opacity

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

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

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

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

This text has shadow with #713C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713C43 on black background.


Color preview on white background

This text has color #713C43 on white background.



Black color preview on #713C43 background

This text has black color on #713C43 background.


White color preview on #713C43 background

This text has white color on #713C43 background.