COLOR #711832

HEX: #711832
RGB: (113,24,50)

Color info

#711832 contains mainly red color. Web safe color of #711832 is #660033 (or #603).

RGB color model

#711832 color RGB value is (113,24,50).

  • red value is 113;
  • green value is 24;
  • blue value is 50.
RGB:
(113,24,50)
(44%,9%,20%)

RGB channels and saturation

R 113 of 255 = 44%
G 24 of 255 = 9%
B 50 of 255 = 20%

113
24
50

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

Portions of RGB colors in percentages

R + G + B =
113 + 24 + 50 = 187 (100%)
R 113 of 187 ~ 60.43%
G 24 of 187 ~ 12.83%
B 50 of 187 ~ 26.74%

%60.43
%12.83
%26.74

CMYK color model

#711832 color CMYK value is (0,79,56,56).

  • cyan value is 0.00%
  • magenta value is 78.76%
  • yellow value is 55.75%
  • key color value is 55.69%
CMYK:
(0,79,56,56)
C0M79Y56K56 
(0%,79%,56%,56%)
(0.00/0.79/0.56/0.56)	

CMYK percentages

%0
%78.76
%55.75
%55.69

Codes

Color #711832 in popluar color models

711832
RGB1132450
HSL342°64.96%26.86%
HSB/HSV342°78.76%44.31%
CMYK0.00%78.76%55.75%
55.69%

Color #711832 in popluar number systems.

HEX711832
Decimal1132450
Binary111000111000110010
Octal1613062

Shades and tints

Shades of #711832

#711832
(113,24,50)
#67162E
(103,22,46)
#5D142A
(93,20,42)
#531226
(83,18,38)
#491022
(73,16,34)
#3F0E1E
(63,14,30)
#350C1A
(53,12,26)
#2B0A16
(43,10,22)
#210812
(33,8,18)
#17060E
(23,6,14)
#0D040A
(13,4,10)
#000000
(0,0,0)

Tints of #711832

#711832
(113,24,50)
#7D2D44
(125,45,68)
#894256
(137,66,86)
#955768
(149,87,104)
#A16C7A
(161,108,122)
#AD818C
(173,129,140)
#B9969E
(185,150,158)
#C5ABB0
(197,171,176)
#D1C0C2
(209,192,194)
#DDD5D4
(221,213,212)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711832 color. Also use rgb(113,24,50) instead hex code.

Text Font Color

.myTextColor { color: #711832; }

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

This text font color is #711832.


Background Color

.myBgColor { background-color: #711832; }

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

This div background color is #711832.


Border color

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

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

This div border color is #711832.


Opacity

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

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

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

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

This text has shadow with #711832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711832 on black background.


Color preview on white background

This text has color #711832 on white background.



Black color preview on #711832 background

This text has black color on #711832 background.


White color preview on #711832 background

This text has white color on #711832 background.