COLOR #711936

HEX: #711936
RGB: (113,25,54)

Color info

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

RGB color model

#711936 color RGB value is (113,25,54).

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

RGB channels and saturation

R 113 of 255 = 44%
G 25 of 255 = 10%
B 54 of 255 = 21%

113
25
54

R + G + B ~ 25%. #711936 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 25 + 54 = 192 (100%)
R 113 of 192 ~ 58.85%
G 25 of 192 ~ 13.02%
B 54 of 192 ~ 28.13%

%58.85
%13.02
%28.13

CMYK color model

#711936 color CMYK value is (0,78,52,56).

  • cyan value is 0.00%
  • magenta value is 77.88%
  • yellow value is 52.21%
  • key color value is 55.69%
CMYK:
(0,78,52,56)
C0M78Y52K56 
(0%,78%,52%,56%)
(0.00/0.78/0.52/0.56)	

CMYK percentages

%0
%77.88
%52.21
%55.69

Codes

Color #711936 in popluar color models

711936
RGB1132554
HSL340°63.77%27.06%
HSB/HSV340°77.88%44.31%
CMYK0.00%77.88%52.21%
55.69%

Color #711936 in popluar number systems.

HEX711936
Decimal1132554
Binary111000111001110110
Octal1613166

Shades and tints

Shades of #711936

#711936
(113,25,54)
#671732
(103,23,50)
#5D152E
(93,21,46)
#53132A
(83,19,42)
#491126
(73,17,38)
#3F0F22
(63,15,34)
#350D1E
(53,13,30)
#2B0B1A
(43,11,26)
#210916
(33,9,22)
#170712
(23,7,18)
#0D050E
(13,5,14)
#000000
(0,0,0)

Tints of #711936

#711936
(113,25,54)
#7D2D48
(125,45,72)
#89415A
(137,65,90)
#95556C
(149,85,108)
#A1697E
(161,105,126)
#AD7D90
(173,125,144)
#B991A2
(185,145,162)
#C5A5B4
(197,165,180)
#D1B9C6
(209,185,198)
#DDCDD8
(221,205,216)
#E9E1EA
(233,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711936; }

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

This text font color is #711936.


Background Color

.myBgColor { background-color: #711936; }

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

This div background color is #711936.


Border color

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

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

This div border color is #711936.


Opacity

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

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

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

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

This text has shadow with #711936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711936 on black background.


Color preview on white background

This text has color #711936 on white background.



Black color preview on #711936 background

This text has black color on #711936 background.


White color preview on #711936 background

This text has white color on #711936 background.