COLOR #713418

HEX: #713418
RGB: (113,52,24)

Color info

#713418 contains mainly red color. Web safe color of #713418 is #663300 (or #630).

RGB color model

#713418 color RGB value is (113,52,24).

  • red value is 113;
  • green value is 52;
  • blue value is 24.
RGB:
(113,52,24)
(44%,20%,9%)

RGB channels and saturation

R 113 of 255 = 44%
G 52 of 255 = 20%
B 24 of 255 = 9%

113
52
24

R + G + B ~ 24%. #713418 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 52 + 24 = 189 (100%)
R 113 of 189 ~ 59.79%
G 52 of 189 ~ 27.51%
B 24 of 189 ~ 12.7%

%59.79
%27.51
%12.7

CMYK color model

#713418 color CMYK value is (0,54,79,56).

  • cyan value is 0.00%
  • magenta value is 53.98%
  • yellow value is 78.76%
  • key color value is 55.69%
CMYK:
(0,54,79,56)
C0M54Y79K56 
(0%,54%,79%,56%)
(0.00/0.54/0.79/0.56)	

CMYK percentages

%0
%53.98
%78.76
%55.69

Codes

Color #713418 in popluar color models

713418
RGB1135224
HSL19°64.96%26.86%
HSB/HSV19°78.76%44.31%
CMYK0.00%53.98%78.76%
55.69%

Color #713418 in popluar number systems.

HEX713418
Decimal1135224
Binary111000111010011000
Octal1616430

Shades and tints

Shades of #713418

#713418
(113,52,24)
#673016
(103,48,22)
#5D2C14
(93,44,20)
#532812
(83,40,18)
#492410
(73,36,16)
#3F200E
(63,32,14)
#351C0C
(53,28,12)
#2B180A
(43,24,10)
#211408
(33,20,8)
#171006
(23,16,6)
#0D0C04
(13,12,4)
#000000
(0,0,0)

Tints of #713418

#713418
(113,52,24)
#7D462D
(125,70,45)
#895842
(137,88,66)
#956A57
(149,106,87)
#A17C6C
(161,124,108)
#AD8E81
(173,142,129)
#B9A096
(185,160,150)
#C5B2AB
(197,178,171)
#D1C4C0
(209,196,192)
#DDD6D5
(221,214,213)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713418 color. Also use rgb(113,52,24) instead hex code.

Text Font Color

.myTextColor { color: #713418; }

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

This text font color is #713418.


Background Color

.myBgColor { background-color: #713418; }

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

This div background color is #713418.


Border color

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

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

This div border color is #713418.


Opacity

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

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

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

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

This text has shadow with #713418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713418 on black background.


Color preview on white background

This text has color #713418 on white background.



Black color preview on #713418 background

This text has black color on #713418 background.


White color preview on #713418 background

This text has white color on #713418 background.