COLOR #713A1B

HEX: #713A1B
RGB: (113,58,27)

Color info

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

RGB color model

#713A1B color RGB value is (113,58,27).

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

RGB channels and saturation

R 113 of 255 = 44%
G 58 of 255 = 23%
B 27 of 255 = 11%

113
58
27

R + G + B ~ 26%. #713A1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 58 + 27 = 198 (100%)
R 113 of 198 ~ 57.07%
G 58 of 198 ~ 29.29%
B 27 of 198 ~ 13.64%

%57.07
%29.29
%13.64

CMYK color model

#713A1B color CMYK value is (0,49,76,56).

  • cyan value is 0.00%
  • magenta value is 48.67%
  • yellow value is 76.11%
  • key color value is 55.69%
CMYK:
(0,49,76,56)
C0M49Y76K56 
(0%,49%,76%,56%)
(0.00/0.49/0.76/0.56)	

CMYK percentages

%0
%48.67
%76.11
%55.69

Codes

Color #713A1B in popluar color models

713A1B
RGB1135827
HSL22°61.43%27.45%
HSB/HSV22°76.11%44.31%
CMYK0.00%48.67%76.11%
55.69%

Color #713A1B in popluar number systems.

HEX713A1B
Decimal1135827
Binary111000111101011011
Octal1617233

Shades and tints

Shades of #713A1B

#713A1B
(113,58,27)
#673519
(103,53,25)
#5D3017
(93,48,23)
#532B15
(83,43,21)
#492613
(73,38,19)
#3F2111
(63,33,17)
#351C0F
(53,28,15)
#2B170D
(43,23,13)
#21120B
(33,18,11)
#170D09
(23,13,9)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #713A1B

#713A1B
(113,58,27)
#7D4B2F
(125,75,47)
#895C43
(137,92,67)
#956D57
(149,109,87)
#A17E6B
(161,126,107)
#AD8F7F
(173,143,127)
#B9A093
(185,160,147)
#C5B1A7
(197,177,167)
#D1C2BB
(209,194,187)
#DDD3CF
(221,211,207)
#E9E4E3
(233,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713A1B; }

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

This text font color is #713A1B.


Background Color

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

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

This div background color is #713A1B.


Border color

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

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

This div border color is #713A1B.


Opacity

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

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

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

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

This text has shadow with #713A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713A1B on black background.


Color preview on white background

This text has color #713A1B on white background.



Black color preview on #713A1B background

This text has black color on #713A1B background.


White color preview on #713A1B background

This text has white color on #713A1B background.