COLOR #711F2E

HEX: #711F2E RGB: (113,31,46)

Color info

#711F2E contains mainly red color. Web safe color of #711F2E is #663333 (or #633).

RGB color model

#711F2E color RGB value is (113,31,46).

RGB: (113,31,46) (44%, 12%, 18%)

RGB channels and saturation

R 113 of 255 = 44%
G 31 of 255 = 12%
B 46 of 255 = 18%

113
31
46

R + G + B ~ 25%. #711F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 31 + 46 = 190 (100%)
R 113 of 190 ~ 59.47%
G 31 of 190 ~ 16.32%
B 46 of 190 ~ 24.21'%

%59.47
%16.32
%24.21

CMYK color model

#711F2E color CMYK value is (0,73,59,56).

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

CMYK: (0,73,59,56)
C0M73Y59K56 (0%, 73%, 59%, 56%)
(0.00 / 0.73 / 0.59 / 0.56)

CMYK percentages

%0
%72.57
%59.29
%55.69

Codes

Color #711F2E in popluar color models

71 1F 2E
RGB 113 31 46
HSL 349° 56.94% 28.24%
HSB/HSV 349° 72.57% 44.31%
CMYK 0.00% 72.57% 59.29%
55.69%

Color #711F2E in popluar number systems.

HEX 71 1F 2E
Decimal 113 31 46
Binary 1110001 11111 101110
Octal 161 37 56

Shades and tints

Shades of #711F2E

#711F2E
(113,31,46)
#671D2A
(103,29,42)
#5D1B26
(93,27,38)
#531922
(83,25,34)
#49171E
(73,23,30)
#3F151A
(63,21,26)
#351316
(53,19,22)
#2B1112
(43,17,18)
#210F0E
(33,15,14)
#170D0A
(23,13,10)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #711F2E

#711F2E
(113,31,46)
#7D3341
(125,51,65)
#894754
(137,71,84)
#955B67
(149,91,103)
#A16F7A
(161,111,122)
#AD838D
(173,131,141)
#B997A0
(185,151,160)
#C5ABB3
(197,171,179)
#D1BFC6
(209,191,198)
#DDD3D9
(221,211,217)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711F2E; }

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

This text font color is #711F2E.

Background Color

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

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

This div background color is #711F2E.

Border color

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

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

This div border color is #711F2E.

Opacity

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

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

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

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

This text has shadow with #711F2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #711F2E.

Preview

Color preview on black background

This text has color #711F2E on black background.


Color preview on white background

This text has color #711F2E on white background.


Black color preview on #711F2E background

This text has black color on #711F2E background.


White color preview on #711F2E background

This text has white color on #711F2E background.


Related colors

Complementary color

Complementary color for #hex is #8EE0D1.


I love getcolorcode.com

Triadic colors

1 #2E711F and #1F2E71 with #711F2E are triadic colors.

2 #2E1F71 and #1F712E with #711F2E are triadic colors.