COLOR #61221F

HEX: #61221F
RGB: (97,34,31)

Color info

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

RGB color model

#61221F color RGB value is (97,34,31).

  • red value is 97;
  • green value is 34;
  • blue value is 31.
RGB:
(97,34,31)
(38%,13%,12%)

RGB channels and saturation

R 97 of 255 = 38%
G 34 of 255 = 13%
B 31 of 255 = 12%

97
34
31

R + G + B ~ 21%. #61221F is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 34 + 31 = 162 (100%)
R 97 of 162 ~ 59.88%
G 34 of 162 ~ 20.99%
B 31 of 162 ~ 19.14%

%59.88
%20.99
%19.14

CMYK color model

#61221F color CMYK value is (0,65,68,62).

  • cyan value is 0.00%
  • magenta value is 64.95%
  • yellow value is 68.04%
  • key color value is 61.96%
CMYK:
(0,65,68,62)
C0M65Y68K62 
(0%,65%,68%,62%)
(0.00/0.65/0.68/0.62)	

CMYK percentages

%0
%64.95
%68.04
%61.96

Codes

Color #61221F in popluar color models

61221F
RGB973431
HSL51.56%25.10%
HSB/HSV68.04%38.04%
CMYK0.00%64.95%68.04%
61.96%

Color #61221F in popluar number systems.

HEX61221F
Decimal973431
Binary110000110001011111
Octal1414237

Shades and tints

Shades of #61221F

#61221F
(97,34,31)
#591F1D
(89,31,29)
#511C1B
(81,28,27)
#491919
(73,25,25)
#411617
(65,22,23)
#391315
(57,19,21)
#311013
(49,16,19)
#290D11
(41,13,17)
#210A0F
(33,10,15)
#19070D
(25,7,13)
#11040B
(17,4,11)
#000000
(0,0,0)

Tints of #61221F

#61221F
(97,34,31)
#6F3633
(111,54,51)
#7D4A47
(125,74,71)
#8B5E5B
(139,94,91)
#99726F
(153,114,111)
#A78683
(167,134,131)
#B59A97
(181,154,151)
#C3AEAB
(195,174,171)
#D1C2BF
(209,194,191)
#DFD6D3
(223,214,211)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61221F color. Also use rgb(97,34,31) instead hex code.

Text Font Color

.myTextColor { color: #61221F; }

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

This text font color is #61221F.


Background Color

.myBgColor { background-color: #61221F; }

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

This div background color is #61221F.


Border color

.myBorderColor { border: 1px solid #61221F; }

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

This div border color is #61221F.


Opacity

.myOpacity80 { color: #61221F; opacity: 0.8; }

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

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

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

This text has shadow with #61221F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61221F on black background.


Color preview on white background

This text has color #61221F on white background.



Black color preview on #61221F background

This text has black color on #61221F background.


White color preview on #61221F background

This text has white color on #61221F background.