COLOR #6D1B13

HEX: #6D1B13
RGB: (109,27,19)

Color info

#6D1B13 contains mainly red color. Web safe color of #6D1B13 is #663300 (or #630).

RGB color model

#6D1B13 color RGB value is (109,27,19).

  • red value is 109;
  • green value is 27;
  • blue value is 19.
RGB:
(109,27,19)
(43%,11%,7%)

RGB channels and saturation

R 109 of 255 = 43%
G 27 of 255 = 11%
B 19 of 255 = 7%

109
27
19

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

Portions of RGB colors in percentages

R + G + B =
109 + 27 + 19 = 155 (100%)
R 109 of 155 ~ 70.32%
G 27 of 155 ~ 17.42%
B 19 of 155 ~ 12.26%

%70.32
%17.42
%12.26

CMYK color model

#6D1B13 color CMYK value is (0,75,83,57).

  • cyan value is 0.00%
  • magenta value is 75.23%
  • yellow value is 82.57%
  • key color value is 57.25%
CMYK:
(0,75,83,57)
C0M75Y83K57 
(0%,75%,83%,57%)
(0.00/0.75/0.83/0.57)	

CMYK percentages

%0
%75.23
%82.57
%57.25

Codes

Color #6D1B13 in popluar color models

6D1B13
RGB1092719
HSL70.31%25.10%
HSB/HSV82.57%42.75%
CMYK0.00%75.23%82.57%
57.25%

Color #6D1B13 in popluar number systems.

HEX6D1B13
Decimal1092719
Binary11011011101110011
Octal1553323

Shades and tints

Shades of #6D1B13

#6D1B13
(109,27,19)
#641912
(100,25,18)
#5B1711
(91,23,17)
#521510
(82,21,16)
#49130F
(73,19,15)
#40110E
(64,17,14)
#370F0D
(55,15,13)
#2E0D0C
(46,13,12)
#250B0B
(37,11,11)
#1C090A
(28,9,10)
#130709
(19,7,9)
#000000
(0,0,0)

Tints of #6D1B13

#6D1B13
(109,27,19)
#7A2F28
(122,47,40)
#87433D
(135,67,61)
#945752
(148,87,82)
#A16B67
(161,107,103)
#AE7F7C
(174,127,124)
#BB9391
(187,147,145)
#C8A7A6
(200,167,166)
#D5BBBB
(213,187,187)
#E2CFD0
(226,207,208)
#EFE3E5
(239,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1B13; }

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

This text font color is #6D1B13.


Background Color

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

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

This div background color is #6D1B13.


Border color

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

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

This div border color is #6D1B13.


Opacity

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

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

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

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

This text has shadow with #6D1B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1B13 on black background.


Color preview on white background

This text has color #6D1B13 on white background.



Black color preview on #6D1B13 background

This text has black color on #6D1B13 background.


White color preview on #6D1B13 background

This text has white color on #6D1B13 background.