COLOR #711E35

HEX: #711E35 RGB: (113,30,53)

Color info

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

RGB color model

#711E35 color RGB value is (113,30,53).

RGB: (113,30,53) (44%, 12%, 21%)

RGB channels and saturation

R 113 of 255 = 44%
G 30 of 255 = 12%
B 53 of 255 = 21%

113
30
53

R + G + B ~ 26%. #711E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 30 + 53 = 196 (100%)
R 113 of 196 ~ 57.65%
G 30 of 196 ~ 15.31%
B 53 of 196 ~ 27.04'%

%57.65
%15.31
%27.04

CMYK color model

#711E35 color CMYK value is (0,73,53,56).

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

CMYK: (0,73,53,56)
C0M73Y53K56 (0%, 73%, 53%, 56%)
(0.00 / 0.73 / 0.53 / 0.56)

CMYK percentages

%0
%73.45
%53.1
%55.69

Codes

Color #711E35 in popluar color models

71 1E 35
RGB 113 30 53
HSL 343° 58.04% 28.04%
HSB/HSV 343° 73.45% 44.31%
CMYK 0.00% 73.45% 53.10%
55.69%

Color #711E35 in popluar number systems.

HEX 71 1E 35
Decimal 113 30 53
Binary 1110001 11110 110101
Octal 161 36 65

Shades and tints

Shades of #711E35

#711E35
(113,30,53)
#671C31
(103,28,49)
#5D1A2D
(93,26,45)
#531829
(83,24,41)
#491625
(73,22,37)
#3F1421
(63,20,33)
#35121D
(53,18,29)
#2B1019
(43,16,25)
#210E15
(33,14,21)
#170C11
(23,12,17)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #711E35

#711E35
(113,30,53)
#7D3247
(125,50,71)
#894659
(137,70,89)
#955A6B
(149,90,107)
#A16E7D
(161,110,125)
#AD828F
(173,130,143)
#B996A1
(185,150,161)
#C5AAB3
(197,170,179)
#D1BEC5
(209,190,197)
#DDD2D7
(221,210,215)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711E35; }

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

This text font color is #711E35.

Background Color

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

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

This div background color is #711E35.

Border color

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

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

This div border color is #711E35.

Opacity

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

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

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

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

This text has shadow with #711E35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #711E35.

Preview

Color preview on black background

This text has color #711E35 on black background.


Color preview on white background

This text has color #711E35 on white background.


Black color preview on #711E35 background

This text has black color on #711E35 background.


White color preview on #711E35 background

This text has white color on #711E35 background.


Related colors

Complementary color

Complementary color for #hex is #8EE1CA.


I love getcolorcode.com

Triadic colors

1 #35711E and #1E3571 with #711E35 are triadic colors.

2 #351E71 and #1E7135 with #711E35 are triadic colors.