COLOR #713343

HEX: #713343
RGB: (113,51,67)

Color info

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

RGB color model

#713343 color RGB value is (113,51,67).

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

RGB channels and saturation

R 113 of 255 = 44%
G 51 of 255 = 20%
B 67 of 255 = 26%

113
51
67

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

Portions of RGB colors in percentages

R + G + B =
113 + 51 + 67 = 231 (100%)
R 113 of 231 ~ 48.92%
G 51 of 231 ~ 22.08%
B 67 of 231 ~ 29%

%48.92
%22.08
%29

CMYK color model

#713343 color CMYK value is (0,55,41,56).

  • cyan value is 0.00%
  • magenta value is 54.87%
  • yellow value is 40.71%
  • key color value is 55.69%
CMYK:
(0,55,41,56)
C0M55Y41K56 
(0%,55%,41%,56%)
(0.00/0.55/0.41/0.56)	

CMYK percentages

%0
%54.87
%40.71
%55.69

Codes

Color #713343 in popluar color models

713343
RGB1135167
HSL345°37.80%32.16%
HSB/HSV345°54.87%44.31%
CMYK0.00%54.87%40.71%
55.69%

Color #713343 in popluar number systems.

HEX713343
Decimal1135167
Binary11100011100111000011
Octal16163103

Shades and tints

Shades of #713343

#713343
(113,51,67)
#672F3D
(103,47,61)
#5D2B37
(93,43,55)
#532731
(83,39,49)
#49232B
(73,35,43)
#3F1F25
(63,31,37)
#351B1F
(53,27,31)
#2B1719
(43,23,25)
#211313
(33,19,19)
#170F0D
(23,15,13)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #713343

#713343
(113,51,67)
#7D4554
(125,69,84)
#895765
(137,87,101)
#956976
(149,105,118)
#A17B87
(161,123,135)
#AD8D98
(173,141,152)
#B99FA9
(185,159,169)
#C5B1BA
(197,177,186)
#D1C3CB
(209,195,203)
#DDD5DC
(221,213,220)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713343; }

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

This text font color is #713343.


Background Color

.myBgColor { background-color: #713343; }

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

This div background color is #713343.


Border color

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

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

This div border color is #713343.


Opacity

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

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

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

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

This text has shadow with #713343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713343 on black background.


Color preview on white background

This text has color #713343 on white background.



Black color preview on #713343 background

This text has black color on #713343 background.


White color preview on #713343 background

This text has white color on #713343 background.