COLOR #713940

HEX: #713940
RGB: (113,57,64)

Color info

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

RGB color model

#713940 color RGB value is (113,57,64).

  • red value is 113;
  • green value is 57;
  • blue value is 64.
RGB:
(113,57,64)
(44%,22%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 57 of 255 = 22%
B 64 of 255 = 25%

113
57
64

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

Portions of RGB colors in percentages

R + G + B =
113 + 57 + 64 = 234 (100%)
R 113 of 234 ~ 48.29%
G 57 of 234 ~ 24.36%
B 64 of 234 ~ 27.35%

%48.29
%24.36
%27.35

CMYK color model

#713940 color CMYK value is (0,50,43,56).

  • cyan value is 0.00%
  • magenta value is 49.56%
  • yellow value is 43.36%
  • key color value is 55.69%
CMYK:
(0,50,43,56)
C0M50Y43K56 
(0%,50%,43%,56%)
(0.00/0.50/0.43/0.56)	

CMYK percentages

%0
%49.56
%43.36
%55.69

Codes

Color #713940 in popluar color models

713940
RGB1135764
HSL353°32.94%33.33%
HSB/HSV353°49.56%44.31%
CMYK0.00%49.56%43.36%
55.69%

Color #713940 in popluar number systems.

HEX713940
Decimal1135764
Binary11100011110011000000
Octal16171100

Shades and tints

Shades of #713940

#713940
(113,57,64)
#67343B
(103,52,59)
#5D2F36
(93,47,54)
#532A31
(83,42,49)
#49252C
(73,37,44)
#3F2027
(63,32,39)
#351B22
(53,27,34)
#2B161D
(43,22,29)
#211118
(33,17,24)
#170C13
(23,12,19)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #713940

#713940
(113,57,64)
#7D4B51
(125,75,81)
#895D62
(137,93,98)
#956F73
(149,111,115)
#A18184
(161,129,132)
#AD9395
(173,147,149)
#B9A5A6
(185,165,166)
#C5B7B7
(197,183,183)
#D1C9C8
(209,201,200)
#DDDBD9
(221,219,217)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713940 color. Also use rgb(113,57,64) instead hex code.

Text Font Color

.myTextColor { color: #713940; }

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

This text font color is #713940.


Background Color

.myBgColor { background-color: #713940; }

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

This div background color is #713940.


Border color

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

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

This div border color is #713940.


Opacity

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

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

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

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

This text has shadow with #713940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713940 on black background.


Color preview on white background

This text has color #713940 on white background.



Black color preview on #713940 background

This text has black color on #713940 background.


White color preview on #713940 background

This text has white color on #713940 background.