COLOR #611D24

HEX: #611D24
RGB: (97,29,36)

Color info

#611D24 contains mainly red color. Web safe color of #611D24 is #663333 (or #633).

RGB color model

#611D24 color RGB value is (97,29,36).

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

RGB channels and saturation

R 97 of 255 = 38%
G 29 of 255 = 11%
B 36 of 255 = 14%

97
29
36

R + G + B ~ 21%. #611D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 29 + 36 = 162 (100%)
R 97 of 162 ~ 59.88%
G 29 of 162 ~ 17.9%
B 36 of 162 ~ 22.22%

%59.88
%17.9
%22.22

CMYK color model

#611D24 color CMYK value is (0,70,63,62).

  • cyan value is 0.00%
  • magenta value is 70.10%
  • yellow value is 62.89%
  • key color value is 61.96%
CMYK:
(0,70,63,62)
C0M70Y63K62 
(0%,70%,63%,62%)
(0.00/0.70/0.63/0.62)	

CMYK percentages

%0
%70.1
%62.89
%61.96

Codes

Color #611D24 in popluar color models

611D24
RGB972936
HSL354°53.97%24.71%
HSB/HSV354°70.10%38.04%
CMYK0.00%70.10%62.89%
61.96%

Color #611D24 in popluar number systems.

HEX611D24
Decimal972936
Binary110000111101100100
Octal1413544

Shades and tints

Shades of #611D24

#611D24
(97,29,36)
#591B21
(89,27,33)
#51191E
(81,25,30)
#49171B
(73,23,27)
#411518
(65,21,24)
#391315
(57,19,21)
#311112
(49,17,18)
#290F0F
(41,15,15)
#210D0C
(33,13,12)
#190B09
(25,11,9)
#110906
(17,9,6)
#000000
(0,0,0)

Tints of #611D24

#611D24
(97,29,36)
#6F3137
(111,49,55)
#7D454A
(125,69,74)
#8B595D
(139,89,93)
#996D70
(153,109,112)
#A78183
(167,129,131)
#B59596
(181,149,150)
#C3A9A9
(195,169,169)
#D1BDBC
(209,189,188)
#DFD1CF
(223,209,207)
#EDE5E2
(237,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #611D24; }

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

This text font color is #611D24.


Background Color

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

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

This div background color is #611D24.


Border color

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

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

This div border color is #611D24.


Opacity

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

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

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

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

This text has shadow with #611D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #611D24 on black background.


Color preview on white background

This text has color #611D24 on white background.



Black color preview on #611D24 background

This text has black color on #611D24 background.


White color preview on #611D24 background

This text has white color on #611D24 background.