COLOR #6D370D

HEX: #6D370D
RGB: (109,55,13)

Color info

#6D370D contains mainly red and green colors. Web safe color of #6D370D is #663300 (or #630).

RGB color model

#6D370D color RGB value is (109,55,13).

  • red value is 109;
  • green value is 55;
  • blue value is 13.
RGB:
(109,55,13)
(43%,22%,5%)

RGB channels and saturation

R 109 of 255 = 43%
G 55 of 255 = 22%
B 13 of 255 = 5%

109
55
13

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

Portions of RGB colors in percentages

R + G + B =
109 + 55 + 13 = 177 (100%)
R 109 of 177 ~ 61.58%
G 55 of 177 ~ 31.07%
B 13 of 177 ~ 7.34%

%61.58
%31.07

CMYK color model

#6D370D color CMYK value is (0,50,88,57).

  • cyan value is 0.00%
  • magenta value is 49.54%
  • yellow value is 88.07%
  • key color value is 57.25%
CMYK:
(0,50,88,57)
C0M50Y88K57 
(0%,50%,88%,57%)
(0.00/0.50/0.88/0.57)	

CMYK percentages

%0
%49.54
%88.07
%57.25

Codes

Color #6D370D in popluar color models

6D370D
RGB1095513
HSL26°78.69%23.92%
HSB/HSV26°88.07%42.75%
CMYK0.00%49.54%88.07%
57.25%

Color #6D370D in popluar number systems.

HEX6D370D
Decimal1095513
Binary11011011101111101
Octal1556715

Shades and tints

Shades of #6D370D

#6D370D
(109,55,13)
#64320C
(100,50,12)
#5B2D0B
(91,45,11)
#52280A
(82,40,10)
#492309
(73,35,9)
#401E08
(64,30,8)
#371907
(55,25,7)
#2E1406
(46,20,6)
#250F05
(37,15,5)
#1C0A04
(28,10,4)
#130503
(19,5,3)
#000000
(0,0,0)

Tints of #6D370D

#6D370D
(109,55,13)
#7A4923
(122,73,35)
#875B39
(135,91,57)
#946D4F
(148,109,79)
#A17F65
(161,127,101)
#AE917B
(174,145,123)
#BBA391
(187,163,145)
#C8B5A7
(200,181,167)
#D5C7BD
(213,199,189)
#E2D9D3
(226,217,211)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D370D color. Also use rgb(109,55,13) instead hex code.

Text Font Color

.myTextColor { color: #6D370D; }

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

This text font color is #6D370D.


Background Color

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

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

This div background color is #6D370D.


Border color

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

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

This div border color is #6D370D.


Opacity

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

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

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

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

This text has shadow with #6D370D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D370D on black background.


Color preview on white background

This text has color #6D370D on white background.



Black color preview on #6D370D background

This text has black color on #6D370D background.


White color preview on #6D370D background

This text has white color on #6D370D background.