COLOR #712E2D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
46
45

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

Portions of RGB colors in percentages

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

%55.39
%22.55
%22.06

CMYK color model

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

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

CMYK percentages

%0
%59.29
%60.18
%55.69

Codes

Color #712E2D in popluar color models

712E2D
RGB1134645
HSL43.04%30.98%
HSB/HSV60.18%44.31%
CMYK0.00%59.29%60.18%
55.69%

Color #712E2D in popluar number systems.

HEX712E2D
Decimal1134645
Binary1110001101110101101
Octal1615655

Shades and tints

Shades of #712E2D

#712E2D
(113,46,45)
#672A29
(103,42,41)
#5D2625
(93,38,37)
#532221
(83,34,33)
#491E1D
(73,30,29)
#3F1A19
(63,26,25)
#351615
(53,22,21)
#2B1211
(43,18,17)
#210E0D
(33,14,13)
#170A09
(23,10,9)
#0D0605
(13,6,5)
#000000
(0,0,0)

Tints of #712E2D

#712E2D
(113,46,45)
#7D4140
(125,65,64)
#895453
(137,84,83)
#956766
(149,103,102)
#A17A79
(161,122,121)
#AD8D8C
(173,141,140)
#B9A09F
(185,160,159)
#C5B3B2
(197,179,178)
#D1C6C5
(209,198,197)
#DDD9D8
(221,217,216)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712E2D; }

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

This text font color is #712E2D.


Background Color

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

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

This div background color is #712E2D.


Border color

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

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

This div border color is #712E2D.


Opacity

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

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

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

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

This text has shadow with #712E2D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #712E2D on black background.


Color preview on white background

This text has color #712E2D on white background.



Black color preview on #712E2D background

This text has black color on #712E2D background.


White color preview on #712E2D background

This text has white color on #712E2D background.