COLOR #712820

HEX: #712820 RGB: (113,40,32)

Color info

#712820 contains mainly red color. Web safe color of #712820 is #663333 (or #633).

RGB color model

#712820 color RGB value is (113,40,32).

RGB: (113,40,32) (44%, 16%, 13%)

RGB channels and saturation

R 113 of 255 = 44%
G 40 of 255 = 16%
B 32 of 255 = 13%

113
40
32

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

Portions of RGB colors in percentages

R + G + B = 113 + 40 + 32 = 185 (100%)
R 113 of 185 ~ 61.08%
G 40 of 185 ~ 21.62%
B 32 of 185 ~ 17.3'%

%61.08
%21.62
%17.3

CMYK color model

#712820 color CMYK value is (0,65,72,56).

  • cyan value is 0.00%
  • magenta value is 64.60%
  • yellow value is 71.68%
  • key color value is 55.69%
CMYK: (0,65,72,56) C0M65Y72K56 (0%,65%,72%,56%) (0.00/0.65/0.72/0.56) 

CMYK percentages

%0
%64.6
%71.68
%55.69

Codes

Color #712820 in popluar color models

71 28 20
RGB 113 40 32
HSL 55.86% 28.43%
HSB/HSV 71.68% 44.31%
CMYK 0.00% 64.60% 71.68%
55.69%

Color #712820 in popluar number systems.

HEX 71 28 20
Decimal 113 40 32
Binary 1110001 101000 100000
Octal 161 50 40

Shades and tints

Shades of #712820

#712820
(113,40,32)
#67251E
(103,37,30)
#5D221C
(93,34,28)
#531F1A
(83,31,26)
#491C18
(73,28,24)
#3F1916
(63,25,22)
#351614
(53,22,20)
#2B1312
(43,19,18)
#211010
(33,16,16)
#170D0E
(23,13,14)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #712820

#712820
(113,40,32)
#7D3B34
(125,59,52)
#894E48
(137,78,72)
#95615C
(149,97,92)
#A17470
(161,116,112)
#AD8784
(173,135,132)
#B99A98
(185,154,152)
#C5ADAC
(197,173,172)
#D1C0C0
(209,192,192)
#DDD3D4
(221,211,212)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712820 color. Also use rgb(113,40,32) instead hex code.

Text Font Color

.myTextColor { color: #712820; }

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

This text font color is #712820.

Background Color

.myBgColor { background-color: #712820; }

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

This div background color is #712820.

Border color

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

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

This div border color is #712820.

Opacity

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

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

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

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

This text has shadow with #712820 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #712820.

Preview

Color preview on black background

This text has color #712820 on black background.


Color preview on white background

This text has color #712820 on white background.


Black color preview on #712820 background

This text has black color on #712820 background.


White color preview on #712820 background

This text has white color on #712820 background.


Related colors

Complementary color

Complementary color for #hex is #8ED7DF.


I love getcolorcode.com

Triadic colors

1 #207128 and #282071 with #712820 are triadic colors.

2 #202871 and #287120 with #712820 are triadic colors.