COLOR #711E2B

HEX: #711E2B
RGB: (113,30,43)

Color info

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

RGB color model

#711E2B color RGB value is (113,30,43).

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

RGB channels and saturation

R 113 of 255 = 44%
G 30 of 255 = 12%
B 43 of 255 = 17%

113
30
43

R + G + B ~ 24%. #711E2B is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 30 + 43 = 186 (100%)
R 113 of 186 ~ 60.75%
G 30 of 186 ~ 16.13%
B 43 of 186 ~ 23.12%

%60.75
%16.13
%23.12

CMYK color model

#711E2B color CMYK value is (0,73,62,56).

  • cyan value is 0.00%
  • magenta value is 73.45%
  • yellow value is 61.95%
  • key color value is 55.69%
CMYK:
(0,73,62,56)
C0M73Y62K56 
(0%,73%,62%,56%)
(0.00/0.73/0.62/0.56)	

CMYK percentages

%0
%73.45
%61.95
%55.69

Codes

Color #711E2B in popluar color models

711E2B
RGB1133043
HSL351°58.04%28.04%
HSB/HSV351°73.45%44.31%
CMYK0.00%73.45%61.95%
55.69%

Color #711E2B in popluar number systems.

HEX711E2B
Decimal1133043
Binary111000111110101011
Octal1613653

Shades and tints

Shades of #711E2B

#711E2B
(113,30,43)
#671C28
(103,28,40)
#5D1A25
(93,26,37)
#531822
(83,24,34)
#49161F
(73,22,31)
#3F141C
(63,20,28)
#351219
(53,18,25)
#2B1016
(43,16,22)
#210E13
(33,14,19)
#170C10
(23,12,16)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #711E2B

#711E2B
(113,30,43)
#7D323E
(125,50,62)
#894651
(137,70,81)
#955A64
(149,90,100)
#A16E77
(161,110,119)
#AD828A
(173,130,138)
#B9969D
(185,150,157)
#C5AAB0
(197,170,176)
#D1BEC3
(209,190,195)
#DDD2D6
(221,210,214)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711E2B; }

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

This text font color is #711E2B.


Background Color

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

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

This div background color is #711E2B.


Border color

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

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

This div border color is #711E2B.


Opacity

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

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

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

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

This text has shadow with #711E2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711E2B on black background.


Color preview on white background

This text has color #711E2B on white background.



Black color preview on #711E2B background

This text has black color on #711E2B background.


White color preview on #711E2B background

This text has white color on #711E2B background.