COLOR #712132

HEX: #712132
RGB: (113,33,50)

Color info

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

RGB color model

#712132 color RGB value is (113,33,50).

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

RGB channels and saturation

R 113 of 255 = 44%
G 33 of 255 = 13%
B 50 of 255 = 20%

113
33
50

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

Portions of RGB colors in percentages

R + G + B =
113 + 33 + 50 = 196 (100%)
R 113 of 196 ~ 57.65%
G 33 of 196 ~ 16.84%
B 50 of 196 ~ 25.51%

%57.65
%16.84
%25.51

CMYK color model

#712132 color CMYK value is (0,71,56,56).

  • cyan value is 0.00%
  • magenta value is 70.80%
  • yellow value is 55.75%
  • key color value is 55.69%
CMYK:
(0,71,56,56)
C0M71Y56K56 
(0%,71%,56%,56%)
(0.00/0.71/0.56/0.56)	

CMYK percentages

%0
%70.8
%55.75
%55.69

Codes

Color #712132 in popluar color models

712132
RGB1133350
HSL347°54.79%28.63%
HSB/HSV347°70.80%44.31%
CMYK0.00%70.80%55.75%
55.69%

Color #712132 in popluar number systems.

HEX712132
Decimal1133350
Binary1110001100001110010
Octal1614162

Shades and tints

Shades of #712132

#712132
(113,33,50)
#671E2E
(103,30,46)
#5D1B2A
(93,27,42)
#531826
(83,24,38)
#491522
(73,21,34)
#3F121E
(63,18,30)
#350F1A
(53,15,26)
#2B0C16
(43,12,22)
#210912
(33,9,18)
#17060E
(23,6,14)
#0D030A
(13,3,10)
#000000
(0,0,0)

Tints of #712132

#712132
(113,33,50)
#7D3544
(125,53,68)
#894956
(137,73,86)
#955D68
(149,93,104)
#A1717A
(161,113,122)
#AD858C
(173,133,140)
#B9999E
(185,153,158)
#C5ADB0
(197,173,176)
#D1C1C2
(209,193,194)
#DDD5D4
(221,213,212)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712132; }

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

This text font color is #712132.


Background Color

.myBgColor { background-color: #712132; }

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

This div background color is #712132.


Border color

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

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

This div border color is #712132.


Opacity

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

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

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

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

This text has shadow with #712132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712132 on black background.


Color preview on white background

This text has color #712132 on white background.



Black color preview on #712132 background

This text has black color on #712132 background.


White color preview on #712132 background

This text has white color on #712132 background.