COLOR #711C27

HEX: #711C27
RGB: (113,28,39)

Color info

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

RGB color model

#711C27 color RGB value is (113,28,39).

  • red value is 113;
  • green value is 28;
  • blue value is 39.
RGB:
(113,28,39)
(44%,11%,15%)

RGB channels and saturation

R 113 of 255 = 44%
G 28 of 255 = 11%
B 39 of 255 = 15%

113
28
39

R + G + B ~ 23%. #711C27 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 28 + 39 = 180 (100%)
R 113 of 180 ~ 62.78%
G 28 of 180 ~ 15.56%
B 39 of 180 ~ 21.67%

%62.78
%15.56
%21.67

CMYK color model

#711C27 color CMYK value is (0,75,65,56).

  • cyan value is 0.00%
  • magenta value is 75.22%
  • yellow value is 65.49%
  • key color value is 55.69%
CMYK:
(0,75,65,56)
C0M75Y65K56 
(0%,75%,65%,56%)
(0.00/0.75/0.65/0.56)	

CMYK percentages

%0
%75.22
%65.49
%55.69

Codes

Color #711C27 in popluar color models

711C27
RGB1132839
HSL352°60.28%27.65%
HSB/HSV352°75.22%44.31%
CMYK0.00%75.22%65.49%
55.69%

Color #711C27 in popluar number systems.

HEX711C27
Decimal1132839
Binary111000111100100111
Octal1613447

Shades and tints

Shades of #711C27

#711C27
(113,28,39)
#671A24
(103,26,36)
#5D1821
(93,24,33)
#53161E
(83,22,30)
#49141B
(73,20,27)
#3F1218
(63,18,24)
#351015
(53,16,21)
#2B0E12
(43,14,18)
#210C0F
(33,12,15)
#170A0C
(23,10,12)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #711C27

#711C27
(113,28,39)
#7D303A
(125,48,58)
#89444D
(137,68,77)
#955860
(149,88,96)
#A16C73
(161,108,115)
#AD8086
(173,128,134)
#B99499
(185,148,153)
#C5A8AC
(197,168,172)
#D1BCBF
(209,188,191)
#DDD0D2
(221,208,210)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711C27 color. Also use rgb(113,28,39) instead hex code.

Text Font Color

.myTextColor { color: #711C27; }

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

This text font color is #711C27.


Background Color

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

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

This div background color is #711C27.


Border color

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

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

This div border color is #711C27.


Opacity

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

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

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

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

This text has shadow with #711C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711C27 on black background.


Color preview on white background

This text has color #711C27 on white background.



Black color preview on #711C27 background

This text has black color on #711C27 background.


White color preview on #711C27 background

This text has white color on #711C27 background.