COLOR #611D41

HEX: #611D41
RGB: (97,29,65)

Color info

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

RGB color model

#611D41 color RGB value is (97,29,65).

  • red value is 97;
  • green value is 29;
  • blue value is 65.
RGB:
(97,29,65)
(38%,11%,25%)

RGB channels and saturation

R 97 of 255 = 38%
G 29 of 255 = 11%
B 65 of 255 = 25%

97
29
65

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

Portions of RGB colors in percentages

R + G + B =
97 + 29 + 65 = 191 (100%)
R 97 of 191 ~ 50.79%
G 29 of 191 ~ 15.18%
B 65 of 191 ~ 34.03%

%50.79
%15.18
%34.03

CMYK color model

#611D41 color CMYK value is (0,70,33,62).

  • cyan value is 0.00%
  • magenta value is 70.10%
  • yellow value is 32.99%
  • key color value is 61.96%
CMYK:
(0,70,33,62)
C0M70Y33K62 
(0%,70%,33%,62%)
(0.00/0.70/0.33/0.62)	

CMYK percentages

%0
%70.1
%32.99
%61.96

Codes

Color #611D41 in popluar color models

611D41
RGB972965
HSL328°53.97%24.71%
HSB/HSV328°70.10%38.04%
CMYK0.00%70.10%32.99%
61.96%

Color #611D41 in popluar number systems.

HEX611D41
Decimal972965
Binary1100001111011000001
Octal14135101

Shades and tints

Shades of #611D41

#611D41
(97,29,65)
#591B3C
(89,27,60)
#511937
(81,25,55)
#491732
(73,23,50)
#41152D
(65,21,45)
#391328
(57,19,40)
#311123
(49,17,35)
#290F1E
(41,15,30)
#210D19
(33,13,25)
#190B14
(25,11,20)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #611D41

#611D41
(97,29,65)
#6F3152
(111,49,82)
#7D4563
(125,69,99)
#8B5974
(139,89,116)
#996D85
(153,109,133)
#A78196
(167,129,150)
#B595A7
(181,149,167)
#C3A9B8
(195,169,184)
#D1BDC9
(209,189,201)
#DFD1DA
(223,209,218)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #611D41 color. Also use rgb(97,29,65) instead hex code.

Text Font Color

.myTextColor { color: #611D41; }

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

This text font color is #611D41.


Background Color

.myBgColor { background-color: #611D41; }

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

This div background color is #611D41.


Border color

.myBorderColor { border: 1px solid #611D41; }

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

This div border color is #611D41.


Opacity

.myOpacity80 { color: #611D41; opacity: 0.8; }

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

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

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

This text has shadow with #611D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #611D41 on black background.


Color preview on white background

This text has color #611D41 on white background.



Black color preview on #611D41 background

This text has black color on #611D41 background.


White color preview on #611D41 background

This text has white color on #611D41 background.