COLOR #712222

HEX: #712222
RGB: (113,34,34)

Color info

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

RGB color model

#712222 color RGB value is (113,34,34).

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

RGB channels and saturation

R 113 of 255 = 44%
G 34 of 255 = 13%
B 34 of 255 = 13%

113
34
34

R + G + B ~ 23%. #712222 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 34 + 34 = 181 (100%)
R 113 of 181 ~ 62.43%
G 34 of 181 ~ 18.78%
B 34 of 181 ~ 18.78%

%62.43
%18.78
%18.78

CMYK color model

#712222 color CMYK value is (0,70,70,56).

  • cyan value is 0.00%
  • magenta value is 69.91%
  • yellow value is 69.91%
  • key color value is 55.69%
CMYK:
(0,70,70,56)
C0M70Y70K56 
(0%,70%,70%,56%)
(0.00/0.70/0.70/0.56)	

CMYK percentages

%0
%69.91
%69.91
%55.69

Codes

Color #712222 in popluar color models

712222
RGB1133434
HSL53.74%28.82%
HSB/HSV69.91%44.31%
CMYK0.00%69.91%69.91%
55.69%

Color #712222 in popluar number systems.

HEX712222
Decimal1133434
Binary1110001100010100010
Octal1614242

Shades and tints

Shades of #712222

#712222
(113,34,34)
#671F1F
(103,31,31)
#5D1C1C
(93,28,28)
#531919
(83,25,25)
#491616
(73,22,22)
#3F1313
(63,19,19)
#351010
(53,16,16)
#2B0D0D
(43,13,13)
#210A0A
(33,10,10)
#170707
(23,7,7)
#0D0404
(13,4,4)
#000000
(0,0,0)

Tints of #712222

#712222
(113,34,34)
#7D3636
(125,54,54)
#894A4A
(137,74,74)
#955E5E
(149,94,94)
#A17272
(161,114,114)
#AD8686
(173,134,134)
#B99A9A
(185,154,154)
#C5AEAE
(197,174,174)
#D1C2C2
(209,194,194)
#DDD6D6
(221,214,214)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712222; }

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

This text font color is #712222.


Background Color

.myBgColor { background-color: #712222; }

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

This div background color is #712222.


Border color

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

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

This div border color is #712222.


Opacity

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

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

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

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

This text has shadow with #712222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712222 on black background.


Color preview on white background

This text has color #712222 on white background.



Black color preview on #712222 background

This text has black color on #712222 background.


White color preview on #712222 background

This text has white color on #712222 background.