COLOR #712B3E

HEX: #712B3E RGB: (113,43,62)

Color info

#712B3E contains mainly red and blue colors. Web safe color of #712B3E is #663333 (or #633).

RGB color model

#712B3E color RGB value is (113,43,62).

RGB: (113,43,62) (44%, 17%, 24%)

RGB channels and saturation

R 113 of 255 = 44%
G 43 of 255 = 17%
B 62 of 255 = 24%

113
43
62

R + G + B ~ 28%. #712B3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 43 + 62 = 218 (100%)
R 113 of 218 ~ 51.83%
G 43 of 218 ~ 19.72%
B 62 of 218 ~ 28.44'%

%51.83
%19.72
%28.44

CMYK color model

#712B3E color CMYK value is (0,62,45,56).

  • cyan value is 0.00%
  • magenta value is 61.95%
  • yellow value is 45.13%
  • key color value is 55.69%

CMYK: (0,62,45,56)
C0M62Y45K56 (0%, 62%, 45%, 56%)
(0.00 / 0.62 / 0.45 / 0.56)

CMYK percentages

%0
%61.95
%45.13
%55.69

Codes

Color #712B3E in popluar color models

71 2B 3E
RGB 113 43 62
HSL 344° 44.87% 30.59%
HSB/HSV 344° 61.95% 44.31%
CMYK 0.00% 61.95% 45.13%
55.69%

Color #712B3E in popluar number systems.

HEX 71 2B 3E
Decimal 113 43 62
Binary 1110001 101011 111110
Octal 161 53 76

Shades and tints

Shades of #712B3E

#712B3E
(113,43,62)
#672839
(103,40,57)
#5D2534
(93,37,52)
#53222F
(83,34,47)
#491F2A
(73,31,42)
#3F1C25
(63,28,37)
#351920
(53,25,32)
#2B161B
(43,22,27)
#211316
(33,19,22)
#171011
(23,16,17)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #712B3E

#712B3E
(113,43,62)
#7D3E4F
(125,62,79)
#895160
(137,81,96)
#956471
(149,100,113)
#A17782
(161,119,130)
#AD8A93
(173,138,147)
#B99DA4
(185,157,164)
#C5B0B5
(197,176,181)
#D1C3C6
(209,195,198)
#DDD6D7
(221,214,215)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712B3E color. Also use rgb(113,43,62) instead hex code.

Text Font Color

.myTextColor { color: #712B3E; }

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

This text font color is #712B3E.

Background Color

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

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

This div background color is #712B3E.

Border color

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

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

This div border color is #712B3E.

Opacity

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

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

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

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

This text has shadow with #712B3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #712B3E.

Preview

Color preview on black background

This text has color #712B3E on black background.


Color preview on white background

This text has color #712B3E on white background.


Black color preview on #712B3E background

This text has black color on #712B3E background.


White color preview on #712B3E background

This text has white color on #712B3E background.


Related colors

Complementary color

Complementary color for #hex is #8ED4C1.


I love getcolorcode.com

Triadic colors

1 #3E712B and #2B3E71 with #712B3E are triadic colors.

2 #3E2B71 and #2B713E with #712B3E are triadic colors.