COLOR #611959

HEX: #611959
RGB: (97,25,89)

Color info

#611959 contains mainly red and blue colors. Web safe color of #611959 is #660066 (or #606).

RGB color model

#611959 color RGB value is (97,25,89).

  • red value is 97;
  • green value is 25;
  • blue value is 89.
RGB:
(97,25,89)
(38%,10%,35%)

RGB channels and saturation

R 97 of 255 = 38%
G 25 of 255 = 10%
B 89 of 255 = 35%

97
25
89

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

Portions of RGB colors in percentages

R + G + B =
97 + 25 + 89 = 211 (100%)
R 97 of 211 ~ 45.97%
G 25 of 211 ~ 11.85%
B 89 of 211 ~ 42.18%

%45.97
%11.85
%42.18

CMYK color model

#611959 color CMYK value is (0,74,8,62).

  • cyan value is 0.00%
  • magenta value is 74.23%
  • yellow value is 8.25%
  • key color value is 61.96%
CMYK:
(0,74,8,62)
C0M74Y8K62 
(0%,74%,8%,62%)
(0.00/0.74/0.08/0.62)	

CMYK percentages

%0
%74.23
%8.25
%61.96

Codes

Color #611959 in popluar color models

611959
RGB972589
HSL307°59.02%23.92%
HSB/HSV307°74.23%38.04%
CMYK0.00%74.23%8.25%
61.96%

Color #611959 in popluar number systems.

HEX611959
Decimal972589
Binary1100001110011011001
Octal14131131

Shades and tints

Shades of #611959

#611959
(97,25,89)
#591751
(89,23,81)
#511549
(81,21,73)
#491341
(73,19,65)
#411139
(65,17,57)
#390F31
(57,15,49)
#310D29
(49,13,41)
#290B21
(41,11,33)
#210919
(33,9,25)
#190711
(25,7,17)
#110509
(17,5,9)
#000000
(0,0,0)

Tints of #611959

#611959
(97,25,89)
#6F2D68
(111,45,104)
#7D4177
(125,65,119)
#8B5586
(139,85,134)
#996995
(153,105,149)
#A77DA4
(167,125,164)
#B591B3
(181,145,179)
#C3A5C2
(195,165,194)
#D1B9D1
(209,185,209)
#DFCDE0
(223,205,224)
#EDE1EF
(237,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #611959 color. Also use rgb(97,25,89) instead hex code.

Text Font Color

.myTextColor { color: #611959; }

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

This text font color is #611959.


Background Color

.myBgColor { background-color: #611959; }

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

This div background color is #611959.


Border color

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

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

This div border color is #611959.


Opacity

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

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

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

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

This text has shadow with #611959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #611959 on black background.


Color preview on white background

This text has color #611959 on white background.



Black color preview on #611959 background

This text has black color on #611959 background.


White color preview on #611959 background

This text has white color on #611959 background.