COLOR #6D0A31

HEX: #6D0A31
RGB: (109,10,49)

Color info

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

RGB color model

#6D0A31 color RGB value is (109,10,49).

  • red value is 109;
  • green value is 10;
  • blue value is 49.
RGB:
(109,10,49)
(43%,4%,19%)

RGB channels and saturation

R 109 of 255 = 43%
G 10 of 255 = 4%
B 49 of 255 = 19%

109
10
49

R + G + B ~ 22%. #6D0A31 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 10 + 49 = 168 (100%)
R 109 of 168 ~ 64.88%
G 10 of 168 ~ 5.95%
B 49 of 168 ~ 29.17%

%64.88
%29.17

CMYK color model

#6D0A31 color CMYK value is (0,91,55,57).

  • cyan value is 0.00%
  • magenta value is 90.83%
  • yellow value is 55.05%
  • key color value is 57.25%
CMYK:
(0,91,55,57)
C0M91Y55K57 
(0%,91%,55%,57%)
(0.00/0.91/0.55/0.57)	

CMYK percentages

%0
%90.83
%55.05
%57.25

Codes

Color #6D0A31 in popluar color models

6D0A31
RGB1091049
HSL336°83.19%23.33%
HSB/HSV336°90.83%42.75%
CMYK0.00%90.83%55.05%
57.25%

Color #6D0A31 in popluar number systems.

HEX6D0A31
Decimal1091049
Binary11011011010110001
Octal1551261

Shades and tints

Shades of #6D0A31

#6D0A31
(109,10,49)
#640A2D
(100,10,45)
#5B0A29
(91,10,41)
#520A25
(82,10,37)
#490A21
(73,10,33)
#400A1D
(64,10,29)
#370A19
(55,10,25)
#2E0A15
(46,10,21)
#250A11
(37,10,17)
#1C0A0D
(28,10,13)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #6D0A31

#6D0A31
(109,10,49)
#7A2043
(122,32,67)
#873655
(135,54,85)
#944C67
(148,76,103)
#A16279
(161,98,121)
#AE788B
(174,120,139)
#BB8E9D
(187,142,157)
#C8A4AF
(200,164,175)
#D5BAC1
(213,186,193)
#E2D0D3
(226,208,211)
#EFE6E5
(239,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D0A31; }

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

This text font color is #6D0A31.


Background Color

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

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

This div background color is #6D0A31.


Border color

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

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

This div border color is #6D0A31.


Opacity

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

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

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

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

This text has shadow with #6D0A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0A31 on black background.


Color preview on white background

This text has color #6D0A31 on white background.



Black color preview on #6D0A31 background

This text has black color on #6D0A31 background.


White color preview on #6D0A31 background

This text has white color on #6D0A31 background.