COLOR #612949

HEX: #612949
RGB: (97,41,73)

Color info

#612949 contains red, green and blue colors in about the same proportion. Web safe color of #612949 is #663333 (or #633).

RGB color model

#612949 color RGB value is (97,41,73).

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

RGB channels and saturation

R 97 of 255 = 38%
G 41 of 255 = 16%
B 73 of 255 = 29%

97
41
73

R + G + B ~ 28%. #612949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 41 + 73 = 211 (100%)
R 97 of 211 ~ 45.97%
G 41 of 211 ~ 19.43%
B 73 of 211 ~ 34.6%

%45.97
%19.43
%34.6

CMYK color model

#612949 color CMYK value is (0,58,25,62).

  • cyan value is 0.00%
  • magenta value is 57.73%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(0,58,25,62)
C0M58Y25K62 
(0%,58%,25%,62%)
(0.00/0.58/0.25/0.62)	

CMYK percentages

%0
%57.73
%24.74
%61.96

Codes

Color #612949 in popluar color models

612949
RGB974173
HSL326°40.58%27.06%
HSB/HSV326°57.73%38.04%
CMYK0.00%57.73%24.74%
61.96%

Color #612949 in popluar number systems.

HEX612949
Decimal974173
Binary11000011010011001001
Octal14151111

Shades and tints

Shades of #612949

#612949
(97,41,73)
#592643
(89,38,67)
#51233D
(81,35,61)
#492037
(73,32,55)
#411D31
(65,29,49)
#391A2B
(57,26,43)
#311725
(49,23,37)
#29141F
(41,20,31)
#211119
(33,17,25)
#190E13
(25,14,19)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #612949

#612949
(97,41,73)
#6F3C59
(111,60,89)
#7D4F69
(125,79,105)
#8B6279
(139,98,121)
#997589
(153,117,137)
#A78899
(167,136,153)
#B59BA9
(181,155,169)
#C3AEB9
(195,174,185)
#D1C1C9
(209,193,201)
#DFD4D9
(223,212,217)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612949; }

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

This text font color is #612949.


Background Color

.myBgColor { background-color: #612949; }

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

This div background color is #612949.


Border color

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

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

This div border color is #612949.


Opacity

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

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

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

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

This text has shadow with #612949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612949 on black background.


Color preview on white background

This text has color #612949 on white background.



Black color preview on #612949 background

This text has black color on #612949 background.


White color preview on #612949 background

This text has white color on #612949 background.