COLOR #61241D

HEX: #61241D
RGB: (97,36,29)

Color info

#61241D contains mainly red color. Web safe color of #61241D is #663333 (or #633).

RGB color model

#61241D color RGB value is (97,36,29).

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

RGB channels and saturation

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

97
36
29

R + G + B ~ 21%. #61241D is dark color.

Portions of RGB colors in percentages

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

%59.88
%22.22
%17.9

CMYK color model

#61241D color CMYK value is (0,63,70,62).

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

CMYK percentages

%0
%62.89
%70.1
%61.96

Codes

Color #61241D in popluar color models

61241D
RGB973629
HSL53.97%24.71%
HSB/HSV70.10%38.04%
CMYK0.00%62.89%70.10%
61.96%

Color #61241D in popluar number systems.

HEX61241D
Decimal973629
Binary110000110010011101
Octal1414435

Shades and tints

Shades of #61241D

#61241D
(97,36,29)
#59211B
(89,33,27)
#511E19
(81,30,25)
#491B17
(73,27,23)
#411815
(65,24,21)
#391513
(57,21,19)
#311211
(49,18,17)
#290F0F
(41,15,15)
#210C0D
(33,12,13)
#19090B
(25,9,11)
#110609
(17,6,9)
#000000
(0,0,0)

Tints of #61241D

#61241D
(97,36,29)
#6F3731
(111,55,49)
#7D4A45
(125,74,69)
#8B5D59
(139,93,89)
#99706D
(153,112,109)
#A78381
(167,131,129)
#B59695
(181,150,149)
#C3A9A9
(195,169,169)
#D1BCBD
(209,188,189)
#DFCFD1
(223,207,209)
#EDE2E5
(237,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61241D; }

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

This text font color is #61241D.


Background Color

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

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

This div background color is #61241D.


Border color

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

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

This div border color is #61241D.


Opacity

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

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

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

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

This text has shadow with #61241D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61241D on black background.


Color preview on white background

This text has color #61241D on white background.



Black color preview on #61241D background

This text has black color on #61241D background.


White color preview on #61241D background

This text has white color on #61241D background.