COLOR #6D1E25

HEX: #6D1E25
RGB: (109,30,37)

Color info

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

RGB color model

#6D1E25 color RGB value is (109,30,37).

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

RGB channels and saturation

R 109 of 255 = 43%
G 30 of 255 = 12%
B 37 of 255 = 15%

109
30
37

R + G + B ~ 23%. #6D1E25 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 30 + 37 = 176 (100%)
R 109 of 176 ~ 61.93%
G 30 of 176 ~ 17.05%
B 37 of 176 ~ 21.02%

%61.93
%17.05
%21.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 72.48%
  • yellow value is 66.06%
  • key color value is 57.25%
CMYK:
(0,72,66,57)
C0M72Y66K57 
(0%,72%,66%,57%)
(0.00/0.72/0.66/0.57)	

CMYK percentages

%0
%72.48
%66.06
%57.25

Codes

Color #6D1E25 in popluar color models

6D1E25
RGB1093037
HSL355°56.83%27.25%
HSB/HSV355°72.48%42.75%
CMYK0.00%72.48%66.06%
57.25%

Color #6D1E25 in popluar number systems.

HEX6D1E25
Decimal1093037
Binary110110111110100101
Octal1553645

Shades and tints

Shades of #6D1E25

#6D1E25
(109,30,37)
#641C22
(100,28,34)
#5B1A1F
(91,26,31)
#52181C
(82,24,28)
#491619
(73,22,25)
#401416
(64,20,22)
#371213
(55,18,19)
#2E1010
(46,16,16)
#250E0D
(37,14,13)
#1C0C0A
(28,12,10)
#130A07
(19,10,7)
#000000
(0,0,0)

Tints of #6D1E25

#6D1E25
(109,30,37)
#7A3238
(122,50,56)
#87464B
(135,70,75)
#945A5E
(148,90,94)
#A16E71
(161,110,113)
#AE8284
(174,130,132)
#BB9697
(187,150,151)
#C8AAAA
(200,170,170)
#D5BEBD
(213,190,189)
#E2D2D0
(226,210,208)
#EFE6E3
(239,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1E25; }

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

This text font color is #6D1E25.


Background Color

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

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

This div background color is #6D1E25.


Border color

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

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

This div border color is #6D1E25.


Opacity

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

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

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

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

This text has shadow with #6D1E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1E25 on black background.


Color preview on white background

This text has color #6D1E25 on white background.



Black color preview on #6D1E25 background

This text has black color on #6D1E25 background.


White color preview on #6D1E25 background

This text has white color on #6D1E25 background.