COLOR #6D1818

HEX: #6D1818 RGB: (109,24,24)

Color info

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

RGB color model

#6D1818 color RGB value is (109,24,24).

RGB: (109,24,24) (43%, 9%, 9%)

RGB channels and saturation

R 109 of 255 = 43%
G 24 of 255 = 9%
B 24 of 255 = 9%

109
24
24

R + G + B ~ 20%. #6D1818 is dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 24 + 24 = 157 (100%)
R 109 of 157 ~ 69.43%
G 24 of 157 ~ 15.29%
B 24 of 157 ~ 15.29'%

%69.43
%15.29
%15.29

CMYK color model

#6D1818 color CMYK value is (0,78,78,57).

  • cyan value is 0.00%
  • magenta value is 77.98%
  • yellow value is 77.98%
  • key color value is 57.25%

CMYK: (0,78,78,57)
C0M78Y78K57 (0%, 78%, 78%, 57%)
(0.00 / 0.78 / 0.78 / 0.57)

CMYK percentages

%0
%77.98
%77.98
%57.25

Codes

Color #6D1818 in popluar color models

6D 18 18
RGB 109 24 24
HSL 63.91% 26.08%
HSB/HSV 77.98% 42.75%
CMYK 0.00% 77.98% 77.98%
57.25%

Color #6D1818 in popluar number systems.

HEX 6D 18 18
Decimal 109 24 24
Binary 1101101 11000 11000
Octal 155 30 30

Shades and tints

Shades of #6D1818

#6D1818
(109,24,24)
#641616
(100,22,22)
#5B1414
(91,20,20)
#521212
(82,18,18)
#491010
(73,16,16)
#400E0E
(64,14,14)
#370C0C
(55,12,12)
#2E0A0A
(46,10,10)
#250808
(37,8,8)
#1C0606
(28,6,6)
#130404
(19,4,4)
#000000
(0,0,0)

Tints of #6D1818

#6D1818
(109,24,24)
#7A2D2D
(122,45,45)
#874242
(135,66,66)
#945757
(148,87,87)
#A16C6C
(161,108,108)
#AE8181
(174,129,129)
#BB9696
(187,150,150)
#C8ABAB
(200,171,171)
#D5C0C0
(213,192,192)
#E2D5D5
(226,213,213)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1818; }

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

This text font color is #6D1818.

Background Color

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

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

This div background color is #6D1818.

Border color

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

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

This div border color is #6D1818.

Opacity

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

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

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

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

This text has shadow with #6D1818 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D1818.

Preview

Color preview on black background

This text has color #6D1818 on black background.


Color preview on white background

This text has color #6D1818 on white background.


Black color preview on #6D1818 background

This text has black color on #6D1818 background.


White color preview on #6D1818 background

This text has white color on #6D1818 background.


Related colors

Complementary color

Complementary color for #hex is #92E7E7.


I love getcolorcode.com