COLOR #611449

HEX: #611449
RGB: (97,20,73)

Color info

#611449 contains mainly red and blue colors. Web safe color of #611449 is #660033 (or #603).

RGB color model

#611449 color RGB value is (97,20,73).

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

RGB channels and saturation

R 97 of 255 = 38%
G 20 of 255 = 8%
B 73 of 255 = 29%

97
20
73

R + G + B ~ 25%. #611449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 20 + 73 = 190 (100%)
R 97 of 190 ~ 51.05%
G 20 of 190 ~ 10.53%
B 73 of 190 ~ 38.42%

%51.05
%10.53
%38.42

CMYK color model

#611449 color CMYK value is (0,79,25,62).

  • cyan value is 0.00%
  • magenta value is 79.38%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(0,79,25,62)
C0M79Y25K62 
(0%,79%,25%,62%)
(0.00/0.79/0.25/0.62)	

CMYK percentages

%0
%79.38
%24.74
%61.96

Codes

Color #611449 in popluar color models

611449
RGB972073
HSL319°65.81%22.94%
HSB/HSV319°79.38%38.04%
CMYK0.00%79.38%24.74%
61.96%

Color #611449 in popluar number systems.

HEX611449
Decimal972073
Binary1100001101001001001
Octal14124111

Shades and tints

Shades of #611449

#611449
(97,20,73)
#591343
(89,19,67)
#51123D
(81,18,61)
#491137
(73,17,55)
#411031
(65,16,49)
#390F2B
(57,15,43)
#310E25
(49,14,37)
#290D1F
(41,13,31)
#210C19
(33,12,25)
#190B13
(25,11,19)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #611449

#611449
(97,20,73)
#6F2959
(111,41,89)
#7D3E69
(125,62,105)
#8B5379
(139,83,121)
#996889
(153,104,137)
#A77D99
(167,125,153)
#B592A9
(181,146,169)
#C3A7B9
(195,167,185)
#D1BCC9
(209,188,201)
#DFD1D9
(223,209,217)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #611449; }

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

This text font color is #611449.


Background Color

.myBgColor { background-color: #611449; }

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

This div background color is #611449.


Border color

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

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

This div border color is #611449.


Opacity

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

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

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

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

This text has shadow with #611449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #611449 on black background.


Color preview on white background

This text has color #611449 on white background.



Black color preview on #611449 background

This text has black color on #611449 background.


White color preview on #611449 background

This text has white color on #611449 background.