COLOR #6D1E2F

HEX: #6D1E2F
RGB: (109,30,47)

Color info

#6D1E2F contains mainly red color. Web safe color of #6D1E2F is #663333 (or #633).

RGB color model

#6D1E2F color RGB value is (109,30,47).

  • red value is 109;
  • green value is 30;
  • blue value is 47.
RGB:
(109,30,47)
(43%,12%,18%)

RGB channels and saturation

R 109 of 255 = 43%
G 30 of 255 = 12%
B 47 of 255 = 18%

109
30
47

R + G + B ~ 24%. #6D1E2F is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 30 + 47 = 186 (100%)
R 109 of 186 ~ 58.6%
G 30 of 186 ~ 16.13%
B 47 of 186 ~ 25.27%

%58.6
%16.13
%25.27

CMYK color model

#6D1E2F color CMYK value is (0,72,57,57).

  • cyan value is 0.00%
  • magenta value is 72.48%
  • yellow value is 56.88%
  • key color value is 57.25%
CMYK:
(0,72,57,57)
C0M72Y57K57 
(0%,72%,57%,57%)
(0.00/0.72/0.57/0.57)	

CMYK percentages

%0
%72.48
%56.88
%57.25

Codes

Color #6D1E2F in popluar color models

6D1E2F
RGB1093047
HSL347°56.83%27.25%
HSB/HSV347°72.48%42.75%
CMYK0.00%72.48%56.88%
57.25%

Color #6D1E2F in popluar number systems.

HEX6D1E2F
Decimal1093047
Binary110110111110101111
Octal1553657

Shades and tints

Shades of #6D1E2F

#6D1E2F
(109,30,47)
#641C2B
(100,28,43)
#5B1A27
(91,26,39)
#521823
(82,24,35)
#49161F
(73,22,31)
#40141B
(64,20,27)
#371217
(55,18,23)
#2E1013
(46,16,19)
#250E0F
(37,14,15)
#1C0C0B
(28,12,11)
#130A07
(19,10,7)
#000000
(0,0,0)

Tints of #6D1E2F

#6D1E2F
(109,30,47)
#7A3241
(122,50,65)
#874653
(135,70,83)
#945A65
(148,90,101)
#A16E77
(161,110,119)
#AE8289
(174,130,137)
#BB969B
(187,150,155)
#C8AAAD
(200,170,173)
#D5BEBF
(213,190,191)
#E2D2D1
(226,210,209)
#EFE6E3
(239,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1E2F; }

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

This text font color is #6D1E2F.


Background Color

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

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

This div background color is #6D1E2F.


Border color

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

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

This div border color is #6D1E2F.


Opacity

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

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

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

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

This text has shadow with #6D1E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1E2F on black background.


Color preview on white background

This text has color #6D1E2F on white background.



Black color preview on #6D1E2F background

This text has black color on #6D1E2F background.


White color preview on #6D1E2F background

This text has white color on #6D1E2F background.