COLOR #713823

HEX: #713823
RGB: (113,56,35)

Color info

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

RGB color model

#713823 color RGB value is (113,56,35).

  • red value is 113;
  • green value is 56;
  • blue value is 35.
RGB:
(113,56,35)
(44%,22%,14%)

RGB channels and saturation

R 113 of 255 = 44%
G 56 of 255 = 22%
B 35 of 255 = 14%

113
56
35

R + G + B ~ 27%. #713823 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 56 + 35 = 204 (100%)
R 113 of 204 ~ 55.39%
G 56 of 204 ~ 27.45%
B 35 of 204 ~ 17.16%

%55.39
%27.45
%17.16

CMYK color model

#713823 color CMYK value is (0,50,69,56).

  • cyan value is 0.00%
  • magenta value is 50.44%
  • yellow value is 69.03%
  • key color value is 55.69%
CMYK:
(0,50,69,56)
C0M50Y69K56 
(0%,50%,69%,56%)
(0.00/0.50/0.69/0.56)	

CMYK percentages

%0
%50.44
%69.03
%55.69

Codes

Color #713823 in popluar color models

713823
RGB1135635
HSL16°52.70%29.02%
HSB/HSV16°69.03%44.31%
CMYK0.00%50.44%69.03%
55.69%

Color #713823 in popluar number systems.

HEX713823
Decimal1135635
Binary1110001111000100011
Octal1617043

Shades and tints

Shades of #713823

#713823
(113,56,35)
#673320
(103,51,32)
#5D2E1D
(93,46,29)
#53291A
(83,41,26)
#492417
(73,36,23)
#3F1F14
(63,31,20)
#351A11
(53,26,17)
#2B150E
(43,21,14)
#21100B
(33,16,11)
#170B08
(23,11,8)
#0D0605
(13,6,5)
#000000
(0,0,0)

Tints of #713823

#713823
(113,56,35)
#7D4A37
(125,74,55)
#895C4B
(137,92,75)
#956E5F
(149,110,95)
#A18073
(161,128,115)
#AD9287
(173,146,135)
#B9A49B
(185,164,155)
#C5B6AF
(197,182,175)
#D1C8C3
(209,200,195)
#DDDAD7
(221,218,215)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713823 color. Also use rgb(113,56,35) instead hex code.

Text Font Color

.myTextColor { color: #713823; }

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

This text font color is #713823.


Background Color

.myBgColor { background-color: #713823; }

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

This div background color is #713823.


Border color

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

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

This div border color is #713823.


Opacity

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

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

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

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

This text has shadow with #713823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713823 on black background.


Color preview on white background

This text has color #713823 on white background.



Black color preview on #713823 background

This text has black color on #713823 background.


White color preview on #713823 background

This text has white color on #713823 background.