COLOR #6D0317

HEX: #6D0317
RGB: (109,3,23)

Color info

#6D0317 contains mainly red color. Web safe color of #6D0317 is #660000 (or #600).

RGB color model

#6D0317 color RGB value is (109,3,23).

  • red value is 109;
  • green value is 3;
  • blue value is 23.
RGB:
(109,3,23)
(43%,1%,9%)

RGB channels and saturation

R 109 of 255 = 43%
G 3 of 255 = 1%
B 23 of 255 = 9%

109
3
23

R + G + B ~ 18%. #6D0317 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 3 + 23 = 135 (100%)
R 109 of 135 ~ 80.74%
G 3 of 135 ~ 2.22%
B 23 of 135 ~ 17.04%

%80.74
%17.04

CMYK color model

#6D0317 color CMYK value is (0,97,79,57).

  • cyan value is 0.00%
  • magenta value is 97.25%
  • yellow value is 78.90%
  • key color value is 57.25%
CMYK:
(0,97,79,57)
C0M97Y79K57 
(0%,97%,79%,57%)
(0.00/0.97/0.79/0.57)	

CMYK percentages

%0
%97.25
%78.9
%57.25

Codes

Color #6D0317 in popluar color models

6D0317
RGB109323
HSL349°94.64%21.96%
HSB/HSV349°97.25%42.75%
CMYK0.00%97.25%78.90%
57.25%

Color #6D0317 in popluar number systems.

HEX6D0317
Decimal109323
Binary11011011110111
Octal155327

Shades and tints

Shades of #6D0317

#6D0317
(109,3,23)
#640315
(100,3,21)
#5B0313
(91,3,19)
#520311
(82,3,17)
#49030F
(73,3,15)
#40030D
(64,3,13)
#37030B
(55,3,11)
#2E0309
(46,3,9)
#250307
(37,3,7)
#1C0305
(28,3,5)
#130303
(19,3,3)
#000000
(0,0,0)

Tints of #6D0317

#6D0317
(109,3,23)
#7A192C
(122,25,44)
#872F41
(135,47,65)
#944556
(148,69,86)
#A15B6B
(161,91,107)
#AE7180
(174,113,128)
#BB8795
(187,135,149)
#C89DAA
(200,157,170)
#D5B3BF
(213,179,191)
#E2C9D4
(226,201,212)
#EFDFE9
(239,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0317 color. Also use rgb(109,3,23) instead hex code.

Text Font Color

.myTextColor { color: #6D0317; }

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

This text font color is #6D0317.


Background Color

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

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

This div background color is #6D0317.


Border color

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

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

This div border color is #6D0317.


Opacity

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

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

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

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

This text has shadow with #6D0317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0317 on black background.


Color preview on white background

This text has color #6D0317 on white background.



Black color preview on #6D0317 background

This text has black color on #6D0317 background.


White color preview on #6D0317 background

This text has white color on #6D0317 background.