COLOR #712D2E

HEX: #712D2E
RGB: (113,45,46)

Color info

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

RGB color model

#712D2E color RGB value is (113,45,46).

  • red value is 113;
  • green value is 45;
  • blue value is 46.
RGB:
(113,45,46)
(44%,18%,18%)

RGB channels and saturation

R 113 of 255 = 44%
G 45 of 255 = 18%
B 46 of 255 = 18%

113
45
46

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

Portions of RGB colors in percentages

R + G + B =
113 + 45 + 46 = 204 (100%)
R 113 of 204 ~ 55.39%
G 45 of 204 ~ 22.06%
B 46 of 204 ~ 22.55%

%55.39
%22.06
%22.55

CMYK color model

#712D2E color CMYK value is (0,60,59,56).

  • cyan value is 0.00%
  • magenta value is 60.18%
  • yellow value is 59.29%
  • key color value is 55.69%
CMYK:
(0,60,59,56)
C0M60Y59K56 
(0%,60%,59%,56%)
(0.00/0.60/0.59/0.56)	

CMYK percentages

%0
%60.18
%59.29
%55.69

Codes

Color #712D2E in popluar color models

712D2E
RGB1134546
HSL359°43.04%30.98%
HSB/HSV359°60.18%44.31%
CMYK0.00%60.18%59.29%
55.69%

Color #712D2E in popluar number systems.

HEX712D2E
Decimal1134546
Binary1110001101101101110
Octal1615556

Shades and tints

Shades of #712D2E

#712D2E
(113,45,46)
#67292A
(103,41,42)
#5D2526
(93,37,38)
#532122
(83,33,34)
#491D1E
(73,29,30)
#3F191A
(63,25,26)
#351516
(53,21,22)
#2B1112
(43,17,18)
#210D0E
(33,13,14)
#17090A
(23,9,10)
#0D0506
(13,5,6)
#000000
(0,0,0)

Tints of #712D2E

#712D2E
(113,45,46)
#7D4041
(125,64,65)
#895354
(137,83,84)
#956667
(149,102,103)
#A1797A
(161,121,122)
#AD8C8D
(173,140,141)
#B99FA0
(185,159,160)
#C5B2B3
(197,178,179)
#D1C5C6
(209,197,198)
#DDD8D9
(221,216,217)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712D2E color. Also use rgb(113,45,46) instead hex code.

Text Font Color

.myTextColor { color: #712D2E; }

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

This text font color is #712D2E.


Background Color

.myBgColor { background-color: #712D2E; }

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

This div background color is #712D2E.


Border color

.myBorderColor { border: 1px solid #712D2E; }

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

This div border color is #712D2E.


Opacity

.myOpacity80 { color: #712D2E; opacity: 0.8; }

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

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

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

This text has shadow with #712D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712D2E on black background.


Color preview on white background

This text has color #712D2E on white background.



Black color preview on #712D2E background

This text has black color on #712D2E background.


White color preview on #712D2E background

This text has white color on #712D2E background.