COLOR #711E28

HEX: #711E28 RGB: (113,30,40)

Color info

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

RGB color model

#711E28 color RGB value is (113,30,40).

RGB: (113,30,40) (44%, 12%, 16%)

RGB channels and saturation

R 113 of 255 = 44%
G 30 of 255 = 12%
B 40 of 255 = 16%

113
30
40

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

Portions of RGB colors in percentages

R + G + B = 113 + 30 + 40 = 183 (100%)
R 113 of 183 ~ 61.75%
G 30 of 183 ~ 16.39%
B 40 of 183 ~ 21.86'%

%61.75
%16.39
%21.86

CMYK color model

#711E28 color CMYK value is (0,73,65,56).

  • cyan value is 0.00%
  • magenta value is 73.45%
  • yellow value is 64.60%
  • key color value is 55.69%

CMYK: (0,73,65,56)
C0M73Y65K56 (0%, 73%, 65%, 56%)
(0.00 / 0.73 / 0.65 / 0.56)

CMYK percentages

%0
%73.45
%64.6
%55.69

Codes

Color #711E28 in popluar color models

71 1E 28
RGB 113 30 40
HSL 353° 58.04% 28.04%
HSB/HSV 353° 73.45% 44.31%
CMYK 0.00% 73.45% 64.60%
55.69%

Color #711E28 in popluar number systems.

HEX 71 1E 28
Decimal 113 30 40
Binary 1110001 11110 101000
Octal 161 36 50

Shades and tints

Shades of #711E28

#711E28
(113,30,40)
#671C25
(103,28,37)
#5D1A22
(93,26,34)
#53181F
(83,24,31)
#49161C
(73,22,28)
#3F1419
(63,20,25)
#351216
(53,18,22)
#2B1013
(43,16,19)
#210E10
(33,14,16)
#170C0D
(23,12,13)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #711E28

#711E28
(113,30,40)
#7D323B
(125,50,59)
#89464E
(137,70,78)
#955A61
(149,90,97)
#A16E74
(161,110,116)
#AD8287
(173,130,135)
#B9969A
(185,150,154)
#C5AAAD
(197,170,173)
#D1BEC0
(209,190,192)
#DDD2D3
(221,210,211)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711E28; }

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

This text font color is #711E28.

Background Color

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

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

This div background color is #711E28.

Border color

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

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

This div border color is #711E28.

Opacity

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

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

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

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

This text has shadow with #711E28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #711E28.

Preview

Color preview on black background

This text has color #711E28 on black background.


Color preview on white background

This text has color #711E28 on white background.


Black color preview on #711E28 background

This text has black color on #711E28 background.


White color preview on #711E28 background

This text has white color on #711E28 background.


Related colors

Complementary color

Complementary color for #hex is #8EE1D7.


I love getcolorcode.com

Triadic colors

1 #28711E and #1E2871 with #711E28 are triadic colors.

2 #281E71 and #1E7128 with #711E28 are triadic colors.