COLOR #711F0E

HEX: #711F0E RGB: (113,31,14)

Color info

#711F0E contains mainly red color. Web safe color of #711F0E is #663300 (or #630).

RGB color model

#711F0E color RGB value is (113,31,14).

RGB: (113,31,14) (44%, 12%, 5%)

RGB channels and saturation

R 113 of 255 = 44%
G 31 of 255 = 12%
B 14 of 255 = 5%

113
31
14

R + G + B ~ 20%. #711F0E is dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 31 + 14 = 158 (100%)
R 113 of 158 ~ 71.52%
G 31 of 158 ~ 19.62%
B 14 of 158 ~ 8.86'%

%71.52
%19.62

CMYK color model

#711F0E color CMYK value is (0,73,88,56).

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

CMYK: (0,73,88,56)
C0M73Y88K56 (0%, 73%, 88%, 56%)
(0.00 / 0.73 / 0.88 / 0.56)

CMYK percentages

%0
%72.57
%87.61
%55.69

Codes

Color #711F0E in popluar color models

71 1F 0E
RGB 113 31 14
HSL 10° 77.95% 24.90%
HSB/HSV 10° 87.61% 44.31%
CMYK 0.00% 72.57% 87.61%
55.69%

Color #711F0E in popluar number systems.

HEX 71 1F 0E
Decimal 113 31 14
Binary 1110001 11111 1110
Octal 161 37 16

Shades and tints

Shades of #711F0E

#711F0E
(113,31,14)
#671D0D
(103,29,13)
#5D1B0C
(93,27,12)
#53190B
(83,25,11)
#49170A
(73,23,10)
#3F1509
(63,21,9)
#351308
(53,19,8)
#2B1107
(43,17,7)
#210F06
(33,15,6)
#170D05
(23,13,5)
#0D0B04
(13,11,4)
#000000
(0,0,0)

Tints of #711F0E

#711F0E
(113,31,14)
#7D3323
(125,51,35)
#894738
(137,71,56)
#955B4D
(149,91,77)
#A16F62
(161,111,98)
#AD8377
(173,131,119)
#B9978C
(185,151,140)
#C5ABA1
(197,171,161)
#D1BFB6
(209,191,182)
#DDD3CB
(221,211,203)
#E9E7E0
(233,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711F0E color. Also use rgb(113,31,14) instead hex code.

Text Font Color

.myTextColor { color: #711F0E; }

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

This text font color is #711F0E.

Background Color

.myBgColor { background-color: #711F0E; }

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

This div background color is #711F0E.

Border color

.myBorderColor { border: 1px solid #711F0E; }

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

This div border color is #711F0E.

Opacity

.myOpacity80 { color: #711F0E; opacity: 0.8; }

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

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

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

This text has shadow with #711F0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #711F0E.

Preview

Color preview on black background

This text has color #711F0E on black background.


Color preview on white background

This text has color #711F0E on white background.


Black color preview on #711F0E background

This text has black color on #711F0E background.


White color preview on #711F0E background

This text has white color on #711F0E background.


Related colors

Complementary color

Complementary color for #hex is #8EE0F1.


I love getcolorcode.com

Triadic colors

1 #0E711F and #1F0E71 with #711F0E are triadic colors.

2 #0E1F71 and #1F710E with #711F0E are triadic colors.