COLOR #713724

HEX: #713724
RGB: (113,55,36)

Color info

#713724 contains mainly red and green colors. Web safe color of #713724 is #663333 (or #633).

RGB color model

#713724 color RGB value is (113,55,36).

  • red value is 113;
  • green value is 55;
  • blue value is 36.
RGB:
(113,55,36)
(44%,22%,14%)

RGB channels and saturation

R 113 of 255 = 44%
G 55 of 255 = 22%
B 36 of 255 = 14%

113
55
36

R + G + B ~ 27%. #713724 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 55 + 36 = 204 (100%)
R 113 of 204 ~ 55.39%
G 55 of 204 ~ 26.96%
B 36 of 204 ~ 17.65%

%55.39
%26.96
%17.65

CMYK color model

#713724 color CMYK value is (0,51,68,56).

  • cyan value is 0.00%
  • magenta value is 51.33%
  • yellow value is 68.14%
  • key color value is 55.69%
CMYK:
(0,51,68,56)
C0M51Y68K56 
(0%,51%,68%,56%)
(0.00/0.51/0.68/0.56)	

CMYK percentages

%0
%51.33
%68.14
%55.69

Codes

Color #713724 in popluar color models

713724
RGB1135536
HSL15°51.68%29.22%
HSB/HSV15°68.14%44.31%
CMYK0.00%51.33%68.14%
55.69%

Color #713724 in popluar number systems.

HEX713724
Decimal1135536
Binary1110001110111100100
Octal1616744

Shades and tints

Shades of #713724

#713724
(113,55,36)
#673221
(103,50,33)
#5D2D1E
(93,45,30)
#53281B
(83,40,27)
#492318
(73,35,24)
#3F1E15
(63,30,21)
#351912
(53,25,18)
#2B140F
(43,20,15)
#210F0C
(33,15,12)
#170A09
(23,10,9)
#0D0506
(13,5,6)
#000000
(0,0,0)

Tints of #713724

#713724
(113,55,36)
#7D4937
(125,73,55)
#895B4A
(137,91,74)
#956D5D
(149,109,93)
#A17F70
(161,127,112)
#AD9183
(173,145,131)
#B9A396
(185,163,150)
#C5B5A9
(197,181,169)
#D1C7BC
(209,199,188)
#DDD9CF
(221,217,207)
#E9EBE2
(233,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713724 color. Also use rgb(113,55,36) instead hex code.

Text Font Color

.myTextColor { color: #713724; }

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

This text font color is #713724.


Background Color

.myBgColor { background-color: #713724; }

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

This div background color is #713724.


Border color

.myBorderColor { border: 1px solid #713724; }

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

This div border color is #713724.


Opacity

.myOpacity80 { color: #713724; opacity: 0.8; }

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

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

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

This text has shadow with #713724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713724 on black background.


Color preview on white background

This text has color #713724 on white background.



Black color preview on #713724 background

This text has black color on #713724 background.


White color preview on #713724 background

This text has white color on #713724 background.