COLOR #6D2707

HEX: #6D2707
RGB: (109,39,7)

Color info

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

RGB color model

#6D2707 color RGB value is (109,39,7).

  • red value is 109;
  • green value is 39;
  • blue value is 7.
RGB:
(109,39,7)
(43%,15%,3%)

RGB channels and saturation

R 109 of 255 = 43%
G 39 of 255 = 15%
B 7 of 255 = 3%

109
39
7

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

Portions of RGB colors in percentages

R + G + B =
109 + 39 + 7 = 155 (100%)
R 109 of 155 ~ 70.32%
G 39 of 155 ~ 25.16%
B 7 of 155 ~ 4.52%

%70.32
%25.16

CMYK color model

#6D2707 color CMYK value is (0,64,94,57).

  • cyan value is 0.00%
  • magenta value is 64.22%
  • yellow value is 93.58%
  • key color value is 57.25%
CMYK:
(0,64,94,57)
C0M64Y94K57 
(0%,64%,94%,57%)
(0.00/0.64/0.94/0.57)	

CMYK percentages

%0
%64.22
%93.58
%57.25

Codes

Color #6D2707 in popluar color models

6D2707
RGB109397
HSL19°87.93%22.75%
HSB/HSV19°93.58%42.75%
CMYK0.00%64.22%93.58%
57.25%

Color #6D2707 in popluar number systems.

HEX6D2707
Decimal109397
Binary1101101100111111
Octal155477

Shades and tints

Shades of #6D2707

#6D2707
(109,39,7)
#642407
(100,36,7)
#5B2107
(91,33,7)
#521E07
(82,30,7)
#491B07
(73,27,7)
#401807
(64,24,7)
#371507
(55,21,7)
#2E1207
(46,18,7)
#250F07
(37,15,7)
#1C0C07
(28,12,7)
#130907
(19,9,7)
#000000
(0,0,0)

Tints of #6D2707

#6D2707
(109,39,7)
#7A3A1D
(122,58,29)
#874D33
(135,77,51)
#946049
(148,96,73)
#A1735F
(161,115,95)
#AE8675
(174,134,117)
#BB998B
(187,153,139)
#C8ACA1
(200,172,161)
#D5BFB7
(213,191,183)
#E2D2CD
(226,210,205)
#EFE5E3
(239,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2707 color. Also use rgb(109,39,7) instead hex code.

Text Font Color

.myTextColor { color: #6D2707; }

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

This text font color is #6D2707.


Background Color

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

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

This div background color is #6D2707.


Border color

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

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

This div border color is #6D2707.


Opacity

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

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

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

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

This text has shadow with #6D2707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2707 on black background.


Color preview on white background

This text has color #6D2707 on white background.



Black color preview on #6D2707 background

This text has black color on #6D2707 background.


White color preview on #6D2707 background

This text has white color on #6D2707 background.