COLOR #611619

HEX: #611619
RGB: (97,22,25)

Color info

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

RGB color model

#611619 color RGB value is (97,22,25).

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

RGB channels and saturation

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

97
22
25

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

Portions of RGB colors in percentages

R + G + B =
97 + 22 + 25 = 144 (100%)
R 97 of 144 ~ 67.36%
G 22 of 144 ~ 15.28%
B 25 of 144 ~ 17.36%

%67.36
%15.28
%17.36

CMYK color model

#611619 color CMYK value is (0,77,74,62).

  • cyan value is 0.00%
  • magenta value is 77.32%
  • yellow value is 74.23%
  • key color value is 61.96%
CMYK:
(0,77,74,62)
C0M77Y74K62 
(0%,77%,74%,62%)
(0.00/0.77/0.74/0.62)	

CMYK percentages

%0
%77.32
%74.23
%61.96

Codes

Color #611619 in popluar color models

611619
RGB972225
HSL358°63.03%23.33%
HSB/HSV358°77.32%38.04%
CMYK0.00%77.32%74.23%
61.96%

Color #611619 in popluar number systems.

HEX611619
Decimal972225
Binary11000011011011001
Octal1412631

Shades and tints

Shades of #611619

#611619
(97,22,25)
#591417
(89,20,23)
#511215
(81,18,21)
#491013
(73,16,19)
#410E11
(65,14,17)
#390C0F
(57,12,15)
#310A0D
(49,10,13)
#29080B
(41,8,11)
#210609
(33,6,9)
#190407
(25,4,7)
#110205
(17,2,5)
#000000
(0,0,0)

Tints of #611619

#611619
(97,22,25)
#6F2B2D
(111,43,45)
#7D4041
(125,64,65)
#8B5555
(139,85,85)
#996A69
(153,106,105)
#A77F7D
(167,127,125)
#B59491
(181,148,145)
#C3A9A5
(195,169,165)
#D1BEB9
(209,190,185)
#DFD3CD
(223,211,205)
#EDE8E1
(237,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #611619; }

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

This text font color is #611619.


Background Color

.myBgColor { background-color: #611619; }

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

This div background color is #611619.


Border color

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

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

This div border color is #611619.


Opacity

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

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

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

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

This text has shadow with #611619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #611619 on black background.


Color preview on white background

This text has color #611619 on white background.



Black color preview on #611619 background

This text has black color on #611619 background.


White color preview on #611619 background

This text has white color on #611619 background.