COLOR #713B3A

HEX: #713B3A
RGB: (113,59,58)

Color info

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

RGB color model

#713B3A color RGB value is (113,59,58).

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

RGB channels and saturation

R 113 of 255 = 44%
G 59 of 255 = 23%
B 58 of 255 = 23%

113
59
58

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

Portions of RGB colors in percentages

R + G + B =
113 + 59 + 58 = 230 (100%)
R 113 of 230 ~ 49.13%
G 59 of 230 ~ 25.65%
B 58 of 230 ~ 25.22%

%49.13
%25.65
%25.22

CMYK color model

#713B3A color CMYK value is (0,48,49,56).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 48.67%
  • key color value is 55.69%
CMYK:
(0,48,49,56)
C0M48Y49K56 
(0%,48%,49%,56%)
(0.00/0.48/0.49/0.56)	

CMYK percentages

%0
%47.79
%48.67
%55.69

Codes

Color #713B3A in popluar color models

713B3A
RGB1135958
HSL32.16%33.53%
HSB/HSV48.67%44.31%
CMYK0.00%47.79%48.67%
55.69%

Color #713B3A in popluar number systems.

HEX713B3A
Decimal1135958
Binary1110001111011111010
Octal1617372

Shades and tints

Shades of #713B3A

#713B3A
(113,59,58)
#673635
(103,54,53)
#5D3130
(93,49,48)
#532C2B
(83,44,43)
#492726
(73,39,38)
#3F2221
(63,34,33)
#351D1C
(53,29,28)
#2B1817
(43,24,23)
#211312
(33,19,18)
#170E0D
(23,14,13)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #713B3A

#713B3A
(113,59,58)
#7D4C4B
(125,76,75)
#895D5C
(137,93,92)
#956E6D
(149,110,109)
#A17F7E
(161,127,126)
#AD908F
(173,144,143)
#B9A1A0
(185,161,160)
#C5B2B1
(197,178,177)
#D1C3C2
(209,195,194)
#DDD4D3
(221,212,211)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713B3A; }

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

This text font color is #713B3A.


Background Color

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

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

This div background color is #713B3A.


Border color

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

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

This div border color is #713B3A.


Opacity

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

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

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

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

This text has shadow with #713B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713B3A on black background.


Color preview on white background

This text has color #713B3A on white background.



Black color preview on #713B3A background

This text has black color on #713B3A background.


White color preview on #713B3A background

This text has white color on #713B3A background.