COLOR #713645

HEX: #713645
RGB: (113,54,69)

Color info

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

RGB color model

#713645 color RGB value is (113,54,69).

  • red value is 113;
  • green value is 54;
  • blue value is 69.
RGB:
(113,54,69)
(44%,21%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 54 of 255 = 21%
B 69 of 255 = 27%

113
54
69

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

Portions of RGB colors in percentages

R + G + B =
113 + 54 + 69 = 236 (100%)
R 113 of 236 ~ 47.88%
G 54 of 236 ~ 22.88%
B 69 of 236 ~ 29.24%

%47.88
%22.88
%29.24

CMYK color model

#713645 color CMYK value is (0,52,39,56).

  • cyan value is 0.00%
  • magenta value is 52.21%
  • yellow value is 38.94%
  • key color value is 55.69%
CMYK:
(0,52,39,56)
C0M52Y39K56 
(0%,52%,39%,56%)
(0.00/0.52/0.39/0.56)	

CMYK percentages

%0
%52.21
%38.94
%55.69

Codes

Color #713645 in popluar color models

713645
RGB1135469
HSL345°35.33%32.75%
HSB/HSV345°52.21%44.31%
CMYK0.00%52.21%38.94%
55.69%

Color #713645 in popluar number systems.

HEX713645
Decimal1135469
Binary11100011101101000101
Octal16166105

Shades and tints

Shades of #713645

#713645
(113,54,69)
#67323F
(103,50,63)
#5D2E39
(93,46,57)
#532A33
(83,42,51)
#49262D
(73,38,45)
#3F2227
(63,34,39)
#351E21
(53,30,33)
#2B1A1B
(43,26,27)
#211615
(33,22,21)
#17120F
(23,18,15)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #713645

#713645
(113,54,69)
#7D4855
(125,72,85)
#895A65
(137,90,101)
#956C75
(149,108,117)
#A17E85
(161,126,133)
#AD9095
(173,144,149)
#B9A2A5
(185,162,165)
#C5B4B5
(197,180,181)
#D1C6C5
(209,198,197)
#DDD8D5
(221,216,213)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713645 color. Also use rgb(113,54,69) instead hex code.

Text Font Color

.myTextColor { color: #713645; }

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

This text font color is #713645.


Background Color

.myBgColor { background-color: #713645; }

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

This div background color is #713645.


Border color

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

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

This div border color is #713645.


Opacity

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

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

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

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

This text has shadow with #713645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713645 on black background.


Color preview on white background

This text has color #713645 on white background.



Black color preview on #713645 background

This text has black color on #713645 background.


White color preview on #713645 background

This text has white color on #713645 background.