COLOR #611917

HEX: #611917
RGB: (97,25,23)

Color info

#611917 contains mainly red color. Web safe color of #611917 is #660000 (or #600).

RGB color model

#611917 color RGB value is (97,25,23).

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

RGB channels and saturation

R 97 of 255 = 38%
G 25 of 255 = 10%
B 23 of 255 = 9%

97
25
23

R + G + B ~ 19%. #611917 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 25 + 23 = 145 (100%)
R 97 of 145 ~ 66.9%
G 25 of 145 ~ 17.24%
B 23 of 145 ~ 15.86%

%66.9
%17.24
%15.86

CMYK color model

#611917 color CMYK value is (0,74,76,62).

  • cyan value is 0.00%
  • magenta value is 74.23%
  • yellow value is 76.29%
  • key color value is 61.96%
CMYK:
(0,74,76,62)
C0M74Y76K62 
(0%,74%,76%,62%)
(0.00/0.74/0.76/0.62)	

CMYK percentages

%0
%74.23
%76.29
%61.96

Codes

Color #611917 in popluar color models

611917
RGB972523
HSL61.67%23.53%
HSB/HSV76.29%38.04%
CMYK0.00%74.23%76.29%
61.96%

Color #611917 in popluar number systems.

HEX611917
Decimal972523
Binary11000011100110111
Octal1413127

Shades and tints

Shades of #611917

#611917
(97,25,23)
#591715
(89,23,21)
#511513
(81,21,19)
#491311
(73,19,17)
#41110F
(65,17,15)
#390F0D
(57,15,13)
#310D0B
(49,13,11)
#290B09
(41,11,9)
#210907
(33,9,7)
#190705
(25,7,5)
#110503
(17,5,3)
#000000
(0,0,0)

Tints of #611917

#611917
(97,25,23)
#6F2D2C
(111,45,44)
#7D4141
(125,65,65)
#8B5556
(139,85,86)
#99696B
(153,105,107)
#A77D80
(167,125,128)
#B59195
(181,145,149)
#C3A5AA
(195,165,170)
#D1B9BF
(209,185,191)
#DFCDD4
(223,205,212)
#EDE1E9
(237,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #611917; }

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

This text font color is #611917.


Background Color

.myBgColor { background-color: #611917; }

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

This div background color is #611917.


Border color

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

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

This div border color is #611917.


Opacity

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

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

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

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

This text has shadow with #611917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #611917 on black background.


Color preview on white background

This text has color #611917 on white background.



Black color preview on #611917 background

This text has black color on #611917 background.


White color preview on #611917 background

This text has white color on #611917 background.