COLOR #713A2F

HEX: #713A2F RGB: (113,58,47)

Color info

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

RGB color model

#713A2F color RGB value is (113,58,47).

RGB: (113,58,47) (44%, 23%, 18%)

RGB channels and saturation

R 113 of 255 = 44%
G 58 of 255 = 23%
B 47 of 255 = 18%

113
58
47

R + G + B ~ 28%. #713A2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 58 + 47 = 218 (100%)
R 113 of 218 ~ 51.83%
G 58 of 218 ~ 26.61%
B 47 of 218 ~ 21.56'%

%51.83
%26.61
%21.56

CMYK color model

#713A2F color CMYK value is (0,49,58,56).

  • cyan value is 0.00%
  • magenta value is 48.67%
  • yellow value is 58.41%
  • key color value is 55.69%

CMYK: (0,49,58,56)
C0M49Y58K56 (0%, 49%, 58%, 56%)
(0.00 / 0.49 / 0.58 / 0.56)

CMYK percentages

%0
%48.67
%58.41
%55.69

Codes

Color #713A2F in popluar color models

71 3A 2F
RGB 113 58 47
HSL 10° 41.25% 31.37%
HSB/HSV 10° 58.41% 44.31%
CMYK 0.00% 48.67% 58.41%
55.69%

Color #713A2F in popluar number systems.

HEX 71 3A 2F
Decimal 113 58 47
Binary 1110001 111010 101111
Octal 161 72 57

Shades and tints

Shades of #713A2F

#713A2F
(113,58,47)
#67352B
(103,53,43)
#5D3027
(93,48,39)
#532B23
(83,43,35)
#49261F
(73,38,31)
#3F211B
(63,33,27)
#351C17
(53,28,23)
#2B1713
(43,23,19)
#21120F
(33,18,15)
#170D0B
(23,13,11)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #713A2F

#713A2F
(113,58,47)
#7D4B41
(125,75,65)
#895C53
(137,92,83)
#956D65
(149,109,101)
#A17E77
(161,126,119)
#AD8F89
(173,143,137)
#B9A09B
(185,160,155)
#C5B1AD
(197,177,173)
#D1C2BF
(209,194,191)
#DDD3D1
(221,211,209)
#E9E4E3
(233,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713A2F; }

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

This text font color is #713A2F.

Background Color

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

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

This div background color is #713A2F.

Border color

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

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

This div border color is #713A2F.

Opacity

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

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

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

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

This text has shadow with #713A2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #713A2F.

Preview

Color preview on black background

This text has color #713A2F on black background.


Color preview on white background

This text has color #713A2F on white background.


Black color preview on #713A2F background

This text has black color on #713A2F background.


White color preview on #713A2F background

This text has white color on #713A2F background.


Related colors

Complementary color

Complementary color for #hex is #8EC5D0.


I love getcolorcode.com

Triadic colors

1 #2F713A and #3A2F71 with #713A2F are triadic colors.

2 #2F3A71 and #3A712F with #713A2F are triadic colors.