COLOR #6D0F24

HEX: #6D0F24
RGB: (109,15,36)

Color info

#6D0F24 contains mainly red color. Web safe color of #6D0F24 is #660033 (or #603).

RGB color model

#6D0F24 color RGB value is (109,15,36).

  • red value is 109;
  • green value is 15;
  • blue value is 36.
RGB:
(109,15,36)
(43%,6%,14%)

RGB channels and saturation

R 109 of 255 = 43%
G 15 of 255 = 6%
B 36 of 255 = 14%

109
15
36

R + G + B ~ 21%. #6D0F24 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 15 + 36 = 160 (100%)
R 109 of 160 ~ 68.13%
G 15 of 160 ~ 9.38%
B 36 of 160 ~ 22.5%

%68.13
%22.5

CMYK color model

#6D0F24 color CMYK value is (0,86,67,57).

  • cyan value is 0.00%
  • magenta value is 86.24%
  • yellow value is 66.97%
  • key color value is 57.25%
CMYK:
(0,86,67,57)
C0M86Y67K57 
(0%,86%,67%,57%)
(0.00/0.86/0.67/0.57)	

CMYK percentages

%0
%86.24
%66.97
%57.25

Codes

Color #6D0F24 in popluar color models

6D0F24
RGB1091536
HSL347°75.81%24.31%
HSB/HSV347°86.24%42.75%
CMYK0.00%86.24%66.97%
57.25%

Color #6D0F24 in popluar number systems.

HEX6D0F24
Decimal1091536
Binary11011011111100100
Octal1551744

Shades and tints

Shades of #6D0F24

#6D0F24
(109,15,36)
#640E21
(100,14,33)
#5B0D1E
(91,13,30)
#520C1B
(82,12,27)
#490B18
(73,11,24)
#400A15
(64,10,21)
#370912
(55,9,18)
#2E080F
(46,8,15)
#25070C
(37,7,12)
#1C0609
(28,6,9)
#130506
(19,5,6)
#000000
(0,0,0)

Tints of #6D0F24

#6D0F24
(109,15,36)
#7A2437
(122,36,55)
#87394A
(135,57,74)
#944E5D
(148,78,93)
#A16370
(161,99,112)
#AE7883
(174,120,131)
#BB8D96
(187,141,150)
#C8A2A9
(200,162,169)
#D5B7BC
(213,183,188)
#E2CCCF
(226,204,207)
#EFE1E2
(239,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0F24 color. Also use rgb(109,15,36) instead hex code.

Text Font Color

.myTextColor { color: #6D0F24; }

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

This text font color is #6D0F24.


Background Color

.myBgColor { background-color: #6D0F24; }

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

This div background color is #6D0F24.


Border color

.myBorderColor { border: 1px solid #6D0F24; }

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

This div border color is #6D0F24.


Opacity

.myOpacity80 { color: #6D0F24; opacity: 0.8; }

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

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

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

This text has shadow with #6D0F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0F24 on black background.


Color preview on white background

This text has color #6D0F24 on white background.



Black color preview on #6D0F24 background

This text has black color on #6D0F24 background.


White color preview on #6D0F24 background

This text has white color on #6D0F24 background.