COLOR #611017

HEX: #611017
RGB: (97,16,23)

Color info

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

RGB color model

#611017 color RGB value is (97,16,23).

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

RGB channels and saturation

R 97 of 255 = 38%
G 16 of 255 = 6%
B 23 of 255 = 9%

97
16
23

R + G + B ~ 18%. #611017 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 16 + 23 = 136 (100%)
R 97 of 136 ~ 71.32%
G 16 of 136 ~ 11.76%
B 23 of 136 ~ 16.91%

%71.32
%11.76
%16.91

CMYK color model

#611017 color CMYK value is (0,84,76,62).

  • cyan value is 0.00%
  • magenta value is 83.51%
  • yellow value is 76.29%
  • key color value is 61.96%
CMYK:
(0,84,76,62)
C0M84Y76K62 
(0%,84%,76%,62%)
(0.00/0.84/0.76/0.62)	

CMYK percentages

%0
%83.51
%76.29
%61.96

Codes

Color #611017 in popluar color models

611017
RGB971623
HSL355°71.68%22.16%
HSB/HSV355°83.51%38.04%
CMYK0.00%83.51%76.29%
61.96%

Color #611017 in popluar number systems.

HEX611017
Decimal971623
Binary11000011000010111
Octal1412027

Shades and tints

Shades of #611017

#611017
(97,16,23)
#590F15
(89,15,21)
#510E13
(81,14,19)
#490D11
(73,13,17)
#410C0F
(65,12,15)
#390B0D
(57,11,13)
#310A0B
(49,10,11)
#290909
(41,9,9)
#210807
(33,8,7)
#190705
(25,7,5)
#110603
(17,6,3)
#000000
(0,0,0)

Tints of #611017

#611017
(97,16,23)
#6F252C
(111,37,44)
#7D3A41
(125,58,65)
#8B4F56
(139,79,86)
#99646B
(153,100,107)
#A77980
(167,121,128)
#B58E95
(181,142,149)
#C3A3AA
(195,163,170)
#D1B8BF
(209,184,191)
#DFCDD4
(223,205,212)
#EDE2E9
(237,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #611017; }

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

This text font color is #611017.


Background Color

.myBgColor { background-color: #611017; }

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

This div background color is #611017.


Border color

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

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

This div border color is #611017.


Opacity

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

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

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

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

This text has shadow with #611017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #611017 on black background.


Color preview on white background

This text has color #611017 on white background.



Black color preview on #611017 background

This text has black color on #611017 background.


White color preview on #611017 background

This text has white color on #611017 background.