COLOR #612249

HEX: #612249
RGB: (97,34,73)

Color info

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

RGB color model

#612249 color RGB value is (97,34,73).

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

RGB channels and saturation

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

97
34
73

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

Portions of RGB colors in percentages

R + G + B =
97 + 34 + 73 = 204 (100%)
R 97 of 204 ~ 47.55%
G 34 of 204 ~ 16.67%
B 73 of 204 ~ 35.78%

%47.55
%16.67
%35.78

CMYK color model

#612249 color CMYK value is (0,65,25,62).

  • cyan value is 0.00%
  • magenta value is 64.95%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(0,65,25,62)
C0M65Y25K62 
(0%,65%,25%,62%)
(0.00/0.65/0.25/0.62)	

CMYK percentages

%0
%64.95
%24.74
%61.96

Codes

Color #612249 in popluar color models

612249
RGB973473
HSL323°48.09%25.69%
HSB/HSV323°64.95%38.04%
CMYK0.00%64.95%24.74%
61.96%

Color #612249 in popluar number systems.

HEX612249
Decimal973473
Binary11000011000101001001
Octal14142111

Shades and tints

Shades of #612249

#612249
(97,34,73)
#591F43
(89,31,67)
#511C3D
(81,28,61)
#491937
(73,25,55)
#411631
(65,22,49)
#39132B
(57,19,43)
#311025
(49,16,37)
#290D1F
(41,13,31)
#210A19
(33,10,25)
#190713
(25,7,19)
#11040D
(17,4,13)
#000000
(0,0,0)

Tints of #612249

#612249
(97,34,73)
#6F3659
(111,54,89)
#7D4A69
(125,74,105)
#8B5E79
(139,94,121)
#997289
(153,114,137)
#A78699
(167,134,153)
#B59AA9
(181,154,169)
#C3AEB9
(195,174,185)
#D1C2C9
(209,194,201)
#DFD6D9
(223,214,217)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612249; }

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

This text font color is #612249.


Background Color

.myBgColor { background-color: #612249; }

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

This div background color is #612249.


Border color

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

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

This div border color is #612249.


Opacity

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

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

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

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

This text has shadow with #612249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612249 on black background.


Color preview on white background

This text has color #612249 on white background.



Black color preview on #612249 background

This text has black color on #612249 background.


White color preview on #612249 background

This text has white color on #612249 background.