COLOR #612242

HEX: #612242
RGB: (97,34,66)

Color info

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

RGB color model

#612242 color RGB value is (97,34,66).

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

RGB channels and saturation

R 97 of 255 = 38%
G 34 of 255 = 13%
B 66 of 255 = 26%

97
34
66

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

Portions of RGB colors in percentages

R + G + B =
97 + 34 + 66 = 197 (100%)
R 97 of 197 ~ 49.24%
G 34 of 197 ~ 17.26%
B 66 of 197 ~ 33.5%

%49.24
%17.26
%33.5

CMYK color model

#612242 color CMYK value is (0,65,32,62).

  • cyan value is 0.00%
  • magenta value is 64.95%
  • yellow value is 31.96%
  • key color value is 61.96%
CMYK:
(0,65,32,62)
C0M65Y32K62 
(0%,65%,32%,62%)
(0.00/0.65/0.32/0.62)	

CMYK percentages

%0
%64.95
%31.96
%61.96

Codes

Color #612242 in popluar color models

612242
RGB973466
HSL330°48.09%25.69%
HSB/HSV330°64.95%38.04%
CMYK0.00%64.95%31.96%
61.96%

Color #612242 in popluar number systems.

HEX612242
Decimal973466
Binary11000011000101000010
Octal14142102

Shades and tints

Shades of #612242

#612242
(97,34,66)
#591F3C
(89,31,60)
#511C36
(81,28,54)
#491930
(73,25,48)
#41162A
(65,22,42)
#391324
(57,19,36)
#31101E
(49,16,30)
#290D18
(41,13,24)
#210A12
(33,10,18)
#19070C
(25,7,12)
#110406
(17,4,6)
#000000
(0,0,0)

Tints of #612242

#612242
(97,34,66)
#6F3653
(111,54,83)
#7D4A64
(125,74,100)
#8B5E75
(139,94,117)
#997286
(153,114,134)
#A78697
(167,134,151)
#B59AA8
(181,154,168)
#C3AEB9
(195,174,185)
#D1C2CA
(209,194,202)
#DFD6DB
(223,214,219)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612242; }

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

This text font color is #612242.


Background Color

.myBgColor { background-color: #612242; }

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

This div background color is #612242.


Border color

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

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

This div border color is #612242.


Opacity

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

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

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

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

This text has shadow with #612242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612242 on black background.


Color preview on white background

This text has color #612242 on white background.



Black color preview on #612242 background

This text has black color on #612242 background.


White color preview on #612242 background

This text has white color on #612242 background.