COLOR #61181D

HEX: #61181D
RGB: (97,24,29)

Color info

#61181D contains mainly red color. Web safe color of #61181D is #660033 (or #603).

RGB color model

#61181D color RGB value is (97,24,29).

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

RGB channels and saturation

R 97 of 255 = 38%
G 24 of 255 = 9%
B 29 of 255 = 11%

97
24
29

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

Portions of RGB colors in percentages

R + G + B =
97 + 24 + 29 = 150 (100%)
R 97 of 150 ~ 64.67%
G 24 of 150 ~ 16%
B 29 of 150 ~ 19.33%

%64.67
%16
%19.33

CMYK color model

#61181D color CMYK value is (0,75,70,62).

  • cyan value is 0.00%
  • magenta value is 75.26%
  • yellow value is 70.10%
  • key color value is 61.96%
CMYK:
(0,75,70,62)
C0M75Y70K62 
(0%,75%,70%,62%)
(0.00/0.75/0.70/0.62)	

CMYK percentages

%0
%75.26
%70.1
%61.96

Codes

Color #61181D in popluar color models

61181D
RGB972429
HSL356°60.33%23.73%
HSB/HSV356°75.26%38.04%
CMYK0.00%75.26%70.10%
61.96%

Color #61181D in popluar number systems.

HEX61181D
Decimal972429
Binary11000011100011101
Octal1413035

Shades and tints

Shades of #61181D

#61181D
(97,24,29)
#59161B
(89,22,27)
#511419
(81,20,25)
#491217
(73,18,23)
#411015
(65,16,21)
#390E13
(57,14,19)
#310C11
(49,12,17)
#290A0F
(41,10,15)
#21080D
(33,8,13)
#19060B
(25,6,11)
#110409
(17,4,9)
#000000
(0,0,0)

Tints of #61181D

#61181D
(97,24,29)
#6F2D31
(111,45,49)
#7D4245
(125,66,69)
#8B5759
(139,87,89)
#996C6D
(153,108,109)
#A78181
(167,129,129)
#B59695
(181,150,149)
#C3ABA9
(195,171,169)
#D1C0BD
(209,192,189)
#DFD5D1
(223,213,209)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61181D color. Also use rgb(97,24,29) instead hex code.

Text Font Color

.myTextColor { color: #61181D; }

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

This text font color is #61181D.


Background Color

.myBgColor { background-color: #61181D; }

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

This div background color is #61181D.


Border color

.myBorderColor { border: 1px solid #61181D; }

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

This div border color is #61181D.


Opacity

.myOpacity80 { color: #61181D; opacity: 0.8; }

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

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

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

This text has shadow with #61181D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61181D on black background.


Color preview on white background

This text has color #61181D on white background.



Black color preview on #61181D background

This text has black color on #61181D background.


White color preview on #61181D background

This text has white color on #61181D background.