COLOR #612821

HEX: #612821
RGB: (97,40,33)

Color info

#612821 contains mainly red and green colors. Web safe color of #612821 is #663333 (or #633).

RGB color model

#612821 color RGB value is (97,40,33).

  • red value is 97;
  • green value is 40;
  • blue value is 33.
RGB:
(97,40,33)
(38%,16%,13%)

RGB channels and saturation

R 97 of 255 = 38%
G 40 of 255 = 16%
B 33 of 255 = 13%

97
40
33

R + G + B ~ 22%. #612821 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 40 + 33 = 170 (100%)
R 97 of 170 ~ 57.06%
G 40 of 170 ~ 23.53%
B 33 of 170 ~ 19.41%

%57.06
%23.53
%19.41

CMYK color model

#612821 color CMYK value is (0,59,66,62).

  • cyan value is 0.00%
  • magenta value is 58.76%
  • yellow value is 65.98%
  • key color value is 61.96%
CMYK:
(0,59,66,62)
C0M59Y66K62 
(0%,59%,66%,62%)
(0.00/0.59/0.66/0.62)	

CMYK percentages

%0
%58.76
%65.98
%61.96

Codes

Color #612821 in popluar color models

612821
RGB974033
HSL49.23%25.49%
HSB/HSV65.98%38.04%
CMYK0.00%58.76%65.98%
61.96%

Color #612821 in popluar number systems.

HEX612821
Decimal974033
Binary1100001101000100001
Octal1415041

Shades and tints

Shades of #612821

#612821
(97,40,33)
#59251E
(89,37,30)
#51221B
(81,34,27)
#491F18
(73,31,24)
#411C15
(65,28,21)
#391912
(57,25,18)
#31160F
(49,22,15)
#29130C
(41,19,12)
#211009
(33,16,9)
#190D06
(25,13,6)
#110A03
(17,10,3)
#000000
(0,0,0)

Tints of #612821

#612821
(97,40,33)
#6F3B35
(111,59,53)
#7D4E49
(125,78,73)
#8B615D
(139,97,93)
#997471
(153,116,113)
#A78785
(167,135,133)
#B59A99
(181,154,153)
#C3ADAD
(195,173,173)
#D1C0C1
(209,192,193)
#DFD3D5
(223,211,213)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612821 color. Also use rgb(97,40,33) instead hex code.

Text Font Color

.myTextColor { color: #612821; }

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

This text font color is #612821.


Background Color

.myBgColor { background-color: #612821; }

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

This div background color is #612821.


Border color

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

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

This div border color is #612821.


Opacity

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

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

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

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

This text has shadow with #612821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612821 on black background.


Color preview on white background

This text has color #612821 on white background.



Black color preview on #612821 background

This text has black color on #612821 background.


White color preview on #612821 background

This text has white color on #612821 background.