COLOR #711E14

HEX: #711E14
RGB: (113,30,20)

Color info

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

RGB color model

#711E14 color RGB value is (113,30,20).

  • red value is 113;
  • green value is 30;
  • blue value is 20.
RGB:
(113,30,20)
(44%,12%,8%)

RGB channels and saturation

R 113 of 255 = 44%
G 30 of 255 = 12%
B 20 of 255 = 8%

113
30
20

R + G + B ~ 21%. #711E14 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 30 + 20 = 163 (100%)
R 113 of 163 ~ 69.33%
G 30 of 163 ~ 18.4%
B 20 of 163 ~ 12.27%

%69.33
%18.4
%12.27

CMYK color model

#711E14 color CMYK value is (0,73,82,56).

  • cyan value is 0.00%
  • magenta value is 73.45%
  • yellow value is 82.30%
  • key color value is 55.69%
CMYK:
(0,73,82,56)
C0M73Y82K56 
(0%,73%,82%,56%)
(0.00/0.73/0.82/0.56)	

CMYK percentages

%0
%73.45
%82.3
%55.69

Codes

Color #711E14 in popluar color models

711E14
RGB1133020
HSL69.92%26.08%
HSB/HSV82.30%44.31%
CMYK0.00%73.45%82.30%
55.69%

Color #711E14 in popluar number systems.

HEX711E14
Decimal1133020
Binary11100011111010100
Octal1613624

Shades and tints

Shades of #711E14

#711E14
(113,30,20)
#671C13
(103,28,19)
#5D1A12
(93,26,18)
#531811
(83,24,17)
#491610
(73,22,16)
#3F140F
(63,20,15)
#35120E
(53,18,14)
#2B100D
(43,16,13)
#210E0C
(33,14,12)
#170C0B
(23,12,11)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #711E14

#711E14
(113,30,20)
#7D3229
(125,50,41)
#89463E
(137,70,62)
#955A53
(149,90,83)
#A16E68
(161,110,104)
#AD827D
(173,130,125)
#B99692
(185,150,146)
#C5AAA7
(197,170,167)
#D1BEBC
(209,190,188)
#DDD2D1
(221,210,209)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711E14 color. Also use rgb(113,30,20) instead hex code.

Text Font Color

.myTextColor { color: #711E14; }

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

This text font color is #711E14.


Background Color

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

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

This div background color is #711E14.


Border color

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

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

This div border color is #711E14.


Opacity

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

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

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

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

This text has shadow with #711E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711E14 on black background.


Color preview on white background

This text has color #711E14 on white background.



Black color preview on #711E14 background

This text has black color on #711E14 background.


White color preview on #711E14 background

This text has white color on #711E14 background.