COLOR #712B0E

HEX: #712B0E RGB: (113,43,14)

Color info

#712B0E contains mainly red color. Web safe color of #712B0E is #663300 (or #630).

RGB color model

#712B0E color RGB value is (113,43,14).

RGB: (113,43,14) (44%, 17%, 5%)

RGB channels and saturation

R 113 of 255 = 44%
G 43 of 255 = 17%
B 14 of 255 = 5%

113
43
14

R + G + B ~ 22%. #712B0E is dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 43 + 14 = 170 (100%)
R 113 of 170 ~ 66.47%
G 43 of 170 ~ 25.29%
B 14 of 170 ~ 8.24'%

%66.47
%25.29

CMYK color model

#712B0E color CMYK value is (0,62,88,56).

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

CMYK: (0,62,88,56)
C0M62Y88K56 (0%, 62%, 88%, 56%)
(0.00 / 0.62 / 0.88 / 0.56)

CMYK percentages

%0
%61.95
%87.61
%55.69

Codes

Color #712B0E in popluar color models

71 2B 0E
RGB 113 43 14
HSL 18° 77.95% 24.90%
HSB/HSV 18° 87.61% 44.31%
CMYK 0.00% 61.95% 87.61%
55.69%

Color #712B0E in popluar number systems.

HEX 71 2B 0E
Decimal 113 43 14
Binary 1110001 101011 1110
Octal 161 53 16

Shades and tints

Shades of #712B0E

#712B0E
(113,43,14)
#67280D
(103,40,13)
#5D250C
(93,37,12)
#53220B
(83,34,11)
#491F0A
(73,31,10)
#3F1C09
(63,28,9)
#351908
(53,25,8)
#2B1607
(43,22,7)
#211306
(33,19,6)
#171005
(23,16,5)
#0D0D04
(13,13,4)
#000000
(0,0,0)

Tints of #712B0E

#712B0E
(113,43,14)
#7D3E23
(125,62,35)
#895138
(137,81,56)
#95644D
(149,100,77)
#A17762
(161,119,98)
#AD8A77
(173,138,119)
#B99D8C
(185,157,140)
#C5B0A1
(197,176,161)
#D1C3B6
(209,195,182)
#DDD6CB
(221,214,203)
#E9E9E0
(233,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712B0E; }

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

This text font color is #712B0E.

Background Color

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

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

This div background color is #712B0E.

Border color

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

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

This div border color is #712B0E.

Opacity

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

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

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

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

This text has shadow with #712B0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #712B0E.

Preview

Color preview on black background

This text has color #712B0E on black background.


Color preview on white background

This text has color #712B0E on white background.


Black color preview on #712B0E background

This text has black color on #712B0E background.


White color preview on #712B0E background

This text has white color on #712B0E background.


Related colors

Complementary color

Complementary color for #hex is #8ED4F1.


I love getcolorcode.com

Triadic colors

1 #0E712B and #2B0E71 with #712B0E are triadic colors.

2 #0E2B71 and #2B710E with #712B0E are triadic colors.