COLOR #6D1323

HEX: #6D1323
RGB: (109,19,35)

Color info

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

RGB color model

#6D1323 color RGB value is (109,19,35).

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

RGB channels and saturation

R 109 of 255 = 43%
G 19 of 255 = 7%
B 35 of 255 = 14%

109
19
35

R + G + B ~ 21%. #6D1323 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 19 + 35 = 163 (100%)
R 109 of 163 ~ 66.87%
G 19 of 163 ~ 11.66%
B 35 of 163 ~ 21.47%

%66.87
%11.66
%21.47

CMYK color model

#6D1323 color CMYK value is (0,83,68,57).

  • cyan value is 0.00%
  • magenta value is 82.57%
  • yellow value is 67.89%
  • key color value is 57.25%
CMYK:
(0,83,68,57)
C0M83Y68K57 
(0%,83%,68%,57%)
(0.00/0.83/0.68/0.57)	

CMYK percentages

%0
%82.57
%67.89
%57.25

Codes

Color #6D1323 in popluar color models

6D1323
RGB1091935
HSL349°70.31%25.10%
HSB/HSV349°82.57%42.75%
CMYK0.00%82.57%67.89%
57.25%

Color #6D1323 in popluar number systems.

HEX6D1323
Decimal1091935
Binary110110110011100011
Octal1552343

Shades and tints

Shades of #6D1323

#6D1323
(109,19,35)
#641220
(100,18,32)
#5B111D
(91,17,29)
#52101A
(82,16,26)
#490F17
(73,15,23)
#400E14
(64,14,20)
#370D11
(55,13,17)
#2E0C0E
(46,12,14)
#250B0B
(37,11,11)
#1C0A08
(28,10,8)
#130905
(19,9,5)
#000000
(0,0,0)

Tints of #6D1323

#6D1323
(109,19,35)
#7A2837
(122,40,55)
#873D4B
(135,61,75)
#94525F
(148,82,95)
#A16773
(161,103,115)
#AE7C87
(174,124,135)
#BB919B
(187,145,155)
#C8A6AF
(200,166,175)
#D5BBC3
(213,187,195)
#E2D0D7
(226,208,215)
#EFE5EB
(239,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1323; }

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

This text font color is #6D1323.


Background Color

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

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

This div background color is #6D1323.


Border color

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

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

This div border color is #6D1323.


Opacity

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

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

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

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

This text has shadow with #6D1323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1323 on black background.


Color preview on white background

This text has color #6D1323 on white background.



Black color preview on #6D1323 background

This text has black color on #6D1323 background.


White color preview on #6D1323 background

This text has white color on #6D1323 background.