COLOR #713F34

HEX: #713F34
RGB: (113,63,52)

Color info

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

RGB color model

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

  • red value is 113;
  • green value is 63;
  • blue value is 52.
RGB:
(113,63,52)
(44%,25%,20%)

RGB channels and saturation

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

113
63
52

R + G + B ~ 30%. #713F34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 63 + 52 = 228 (100%)
R 113 of 228 ~ 49.56%
G 63 of 228 ~ 27.63%
B 52 of 228 ~ 22.81%

%49.56
%27.63
%22.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.25%
  • yellow value is 53.98%
  • key color value is 55.69%
CMYK:
(0,44,54,56)
C0M44Y54K56 
(0%,44%,54%,56%)
(0.00/0.44/0.54/0.56)	

CMYK percentages

%0
%44.25
%53.98
%55.69

Codes

Color #713F34 in popluar color models

713F34
RGB1136352
HSL11°36.97%32.35%
HSB/HSV11°53.98%44.31%
CMYK0.00%44.25%53.98%
55.69%

Color #713F34 in popluar number systems.

HEX713F34
Decimal1136352
Binary1110001111111110100
Octal1617764

Shades and tints

Shades of #713F34

#713F34
(113,63,52)
#673A30
(103,58,48)
#5D352C
(93,53,44)
#533028
(83,48,40)
#492B24
(73,43,36)
#3F2620
(63,38,32)
#35211C
(53,33,28)
#2B1C18
(43,28,24)
#211714
(33,23,20)
#171210
(23,18,16)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #713F34

#713F34
(113,63,52)
#7D5046
(125,80,70)
#896158
(137,97,88)
#95726A
(149,114,106)
#A1837C
(161,131,124)
#AD948E
(173,148,142)
#B9A5A0
(185,165,160)
#C5B6B2
(197,182,178)
#D1C7C4
(209,199,196)
#DDD8D6
(221,216,214)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713F34; }

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

This text font color is #713F34.


Background Color

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

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

This div background color is #713F34.


Border color

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

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

This div border color is #713F34.


Opacity

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

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

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

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

This text has shadow with #713F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F34 on black background.


Color preview on white background

This text has color #713F34 on white background.



Black color preview on #713F34 background

This text has black color on #713F34 background.


White color preview on #713F34 background

This text has white color on #713F34 background.