COLOR #713B4D

HEX: #713B4D
RGB: (113,59,77)

Color info

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

RGB color model

#713B4D color RGB value is (113,59,77).

  • red value is 113;
  • green value is 59;
  • blue value is 77.
RGB:
(113,59,77)
(44%,23%,30%)

RGB channels and saturation

R 113 of 255 = 44%
G 59 of 255 = 23%
B 77 of 255 = 30%

113
59
77

R + G + B ~ 32%. #713B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 59 + 77 = 249 (100%)
R 113 of 249 ~ 45.38%
G 59 of 249 ~ 23.69%
B 77 of 249 ~ 30.92%

%45.38
%23.69
%30.92

CMYK color model

#713B4D color CMYK value is (0,48,32,56).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 31.86%
  • key color value is 55.69%
CMYK:
(0,48,32,56)
C0M48Y32K56 
(0%,48%,32%,56%)
(0.00/0.48/0.32/0.56)	

CMYK percentages

%0
%47.79
%31.86
%55.69

Codes

Color #713B4D in popluar color models

713B4D
RGB1135977
HSL340°31.40%33.73%
HSB/HSV340°47.79%44.31%
CMYK0.00%47.79%31.86%
55.69%

Color #713B4D in popluar number systems.

HEX713B4D
Decimal1135977
Binary11100011110111001101
Octal16173115

Shades and tints

Shades of #713B4D

#713B4D
(113,59,77)
#673646
(103,54,70)
#5D313F
(93,49,63)
#532C38
(83,44,56)
#492731
(73,39,49)
#3F222A
(63,34,42)
#351D23
(53,29,35)
#2B181C
(43,24,28)
#211315
(33,19,21)
#170E0E
(23,14,14)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #713B4D

#713B4D
(113,59,77)
#7D4C5D
(125,76,93)
#895D6D
(137,93,109)
#956E7D
(149,110,125)
#A17F8D
(161,127,141)
#AD909D
(173,144,157)
#B9A1AD
(185,161,173)
#C5B2BD
(197,178,189)
#D1C3CD
(209,195,205)
#DDD4DD
(221,212,221)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713B4D color. Also use rgb(113,59,77) instead hex code.

Text Font Color

.myTextColor { color: #713B4D; }

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

This text font color is #713B4D.


Background Color

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

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

This div background color is #713B4D.


Border color

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

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

This div border color is #713B4D.


Opacity

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

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

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

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

This text has shadow with #713B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713B4D on black background.


Color preview on white background

This text has color #713B4D on white background.



Black color preview on #713B4D background

This text has black color on #713B4D background.


White color preview on #713B4D background

This text has white color on #713B4D background.