COLOR #712921

HEX: #712921
RGB: (113,41,33)

Color info

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

RGB color model

#712921 color RGB value is (113,41,33).

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

RGB channels and saturation

R 113 of 255 = 44%
G 41 of 255 = 16%
B 33 of 255 = 13%

113
41
33

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

Portions of RGB colors in percentages

R + G + B =
113 + 41 + 33 = 187 (100%)
R 113 of 187 ~ 60.43%
G 41 of 187 ~ 21.93%
B 33 of 187 ~ 17.65%

%60.43
%21.93
%17.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 63.72%
  • yellow value is 70.80%
  • key color value is 55.69%
CMYK:
(0,64,71,56)
C0M64Y71K56 
(0%,64%,71%,56%)
(0.00/0.64/0.71/0.56)	

CMYK percentages

%0
%63.72
%70.8
%55.69

Codes

Color #712921 in popluar color models

712921
RGB1134133
HSL54.79%28.63%
HSB/HSV70.80%44.31%
CMYK0.00%63.72%70.80%
55.69%

Color #712921 in popluar number systems.

HEX712921
Decimal1134133
Binary1110001101001100001
Octal1615141

Shades and tints

Shades of #712921

#712921
(113,41,33)
#67261E
(103,38,30)
#5D231B
(93,35,27)
#532018
(83,32,24)
#491D15
(73,29,21)
#3F1A12
(63,26,18)
#35170F
(53,23,15)
#2B140C
(43,20,12)
#211109
(33,17,9)
#170E06
(23,14,6)
#0D0B03
(13,11,3)
#000000
(0,0,0)

Tints of #712921

#712921
(113,41,33)
#7D3C35
(125,60,53)
#894F49
(137,79,73)
#95625D
(149,98,93)
#A17571
(161,117,113)
#AD8885
(173,136,133)
#B99B99
(185,155,153)
#C5AEAD
(197,174,173)
#D1C1C1
(209,193,193)
#DDD4D5
(221,212,213)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712921; }

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

This text font color is #712921.


Background Color

.myBgColor { background-color: #712921; }

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

This div background color is #712921.


Border color

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

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

This div border color is #712921.


Opacity

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

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

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

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

This text has shadow with #712921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712921 on black background.


Color preview on white background

This text has color #712921 on white background.



Black color preview on #712921 background

This text has black color on #712921 background.


White color preview on #712921 background

This text has white color on #712921 background.