COLOR #711136

HEX: #711136
RGB: (113,17,54)

Color info

#711136 contains mainly red and blue colors. Web safe color of #711136 is #660033 (or #603).

RGB color model

#711136 color RGB value is (113,17,54).

  • red value is 113;
  • green value is 17;
  • blue value is 54.
RGB:
(113,17,54)
(44%,7%,21%)

RGB channels and saturation

R 113 of 255 = 44%
G 17 of 255 = 7%
B 54 of 255 = 21%

113
17
54

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

Portions of RGB colors in percentages

R + G + B =
113 + 17 + 54 = 184 (100%)
R 113 of 184 ~ 61.41%
G 17 of 184 ~ 9.24%
B 54 of 184 ~ 29.35%

%61.41
%29.35

CMYK color model

#711136 color CMYK value is (0,85,52,56).

  • cyan value is 0.00%
  • magenta value is 84.96%
  • yellow value is 52.21%
  • key color value is 55.69%
CMYK:
(0,85,52,56)
C0M85Y52K56 
(0%,85%,52%,56%)
(0.00/0.85/0.52/0.56)	

CMYK percentages

%0
%84.96
%52.21
%55.69

Codes

Color #711136 in popluar color models

711136
RGB1131754
HSL337°73.85%25.49%
HSB/HSV337°84.96%44.31%
CMYK0.00%84.96%52.21%
55.69%

Color #711136 in popluar number systems.

HEX711136
Decimal1131754
Binary111000110001110110
Octal1612166

Shades and tints

Shades of #711136

#711136
(113,17,54)
#671032
(103,16,50)
#5D0F2E
(93,15,46)
#530E2A
(83,14,42)
#490D26
(73,13,38)
#3F0C22
(63,12,34)
#350B1E
(53,11,30)
#2B0A1A
(43,10,26)
#210916
(33,9,22)
#170812
(23,8,18)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #711136

#711136
(113,17,54)
#7D2648
(125,38,72)
#893B5A
(137,59,90)
#95506C
(149,80,108)
#A1657E
(161,101,126)
#AD7A90
(173,122,144)
#B98FA2
(185,143,162)
#C5A4B4
(197,164,180)
#D1B9C6
(209,185,198)
#DDCED8
(221,206,216)
#E9E3EA
(233,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711136 color. Also use rgb(113,17,54) instead hex code.

Text Font Color

.myTextColor { color: #711136; }

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

This text font color is #711136.


Background Color

.myBgColor { background-color: #711136; }

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

This div background color is #711136.


Border color

.myBorderColor { border: 1px solid #711136; }

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

This div border color is #711136.


Opacity

.myOpacity80 { color: #711136; opacity: 0.8; }

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

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

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

This text has shadow with #711136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711136 on black background.


Color preview on white background

This text has color #711136 on white background.



Black color preview on #711136 background

This text has black color on #711136 background.


White color preview on #711136 background

This text has white color on #711136 background.