COLOR #612049

HEX: #612049
RGB: (97,32,73)

Color info

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

RGB color model

#612049 color RGB value is (97,32,73).

  • red value is 97;
  • green value is 32;
  • blue value is 73.
RGB:
(97,32,73)
(38%,13%,29%)

RGB channels and saturation

R 97 of 255 = 38%
G 32 of 255 = 13%
B 73 of 255 = 29%

97
32
73

R + G + B ~ 27%. #612049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 32 + 73 = 202 (100%)
R 97 of 202 ~ 48.02%
G 32 of 202 ~ 15.84%
B 73 of 202 ~ 36.14%

%48.02
%15.84
%36.14

CMYK color model

#612049 color CMYK value is (0,67,25,62).

  • cyan value is 0.00%
  • magenta value is 67.01%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(0,67,25,62)
C0M67Y25K62 
(0%,67%,25%,62%)
(0.00/0.67/0.25/0.62)	

CMYK percentages

%0
%67.01
%24.74
%61.96

Codes

Color #612049 in popluar color models

612049
RGB973273
HSL322°50.39%25.29%
HSB/HSV322°67.01%38.04%
CMYK0.00%67.01%24.74%
61.96%

Color #612049 in popluar number systems.

HEX612049
Decimal973273
Binary11000011000001001001
Octal14140111

Shades and tints

Shades of #612049

#612049
(97,32,73)
#591E43
(89,30,67)
#511C3D
(81,28,61)
#491A37
(73,26,55)
#411831
(65,24,49)
#39162B
(57,22,43)
#311425
(49,20,37)
#29121F
(41,18,31)
#211019
(33,16,25)
#190E13
(25,14,19)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #612049

#612049
(97,32,73)
#6F3459
(111,52,89)
#7D4869
(125,72,105)
#8B5C79
(139,92,121)
#997089
(153,112,137)
#A78499
(167,132,153)
#B598A9
(181,152,169)
#C3ACB9
(195,172,185)
#D1C0C9
(209,192,201)
#DFD4D9
(223,212,217)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612049 color. Also use rgb(97,32,73) instead hex code.

Text Font Color

.myTextColor { color: #612049; }

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

This text font color is #612049.


Background Color

.myBgColor { background-color: #612049; }

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

This div background color is #612049.


Border color

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

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

This div border color is #612049.


Opacity

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

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

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

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

This text has shadow with #612049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612049 on black background.


Color preview on white background

This text has color #612049 on white background.



Black color preview on #612049 background

This text has black color on #612049 background.


White color preview on #612049 background

This text has white color on #612049 background.