COLOR #6D0818

HEX: #6D0818
RGB: (109,8,24)

Color info

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

RGB color model

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

  • red value is 109;
  • green value is 8;
  • blue value is 24.
RGB:
(109,8,24)
(43%,3%,9%)

RGB channels and saturation

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

109
8
24

R + G + B ~ 18%. #6D0818 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 8 + 24 = 141 (100%)
R 109 of 141 ~ 77.3%
G 8 of 141 ~ 5.67%
B 24 of 141 ~ 17.02%

%77.3
%17.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 92.66%
  • yellow value is 77.98%
  • key color value is 57.25%
CMYK:
(0,93,78,57)
C0M93Y78K57 
(0%,93%,78%,57%)
(0.00/0.93/0.78/0.57)	

CMYK percentages

%0
%92.66
%77.98
%57.25

Codes

Color #6D0818 in popluar color models

6D0818
RGB109824
HSL350°86.32%22.94%
HSB/HSV350°92.66%42.75%
CMYK0.00%92.66%77.98%
57.25%

Color #6D0818 in popluar number systems.

HEX6D0818
Decimal109824
Binary1101101100011000
Octal1551030

Shades and tints

Shades of #6D0818

#6D0818
(109,8,24)
#640816
(100,8,22)
#5B0814
(91,8,20)
#520812
(82,8,18)
#490810
(73,8,16)
#40080E
(64,8,14)
#37080C
(55,8,12)
#2E080A
(46,8,10)
#250808
(37,8,8)
#1C0806
(28,8,6)
#130804
(19,8,4)
#000000
(0,0,0)

Tints of #6D0818

#6D0818
(109,8,24)
#7A1E2D
(122,30,45)
#873442
(135,52,66)
#944A57
(148,74,87)
#A1606C
(161,96,108)
#AE7681
(174,118,129)
#BB8C96
(187,140,150)
#C8A2AB
(200,162,171)
#D5B8C0
(213,184,192)
#E2CED5
(226,206,213)
#EFE4EA
(239,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D0818; }

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

This text font color is #6D0818.


Background Color

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

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

This div background color is #6D0818.


Border color

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

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

This div border color is #6D0818.


Opacity

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

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

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

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

This text has shadow with #6D0818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0818 on black background.


Color preview on white background

This text has color #6D0818 on white background.



Black color preview on #6D0818 background

This text has black color on #6D0818 background.


White color preview on #6D0818 background

This text has white color on #6D0818 background.