COLOR #6D382A

HEX: #6D382A
RGB: (109,56,42)

Color info

#6D382A contains mainly red and green colors. Web safe color of #6D382A is #663333 (or #633).

RGB color model

#6D382A color RGB value is (109,56,42).

  • red value is 109;
  • green value is 56;
  • blue value is 42.
RGB:
(109,56,42)
(43%,22%,16%)

RGB channels and saturation

R 109 of 255 = 43%
G 56 of 255 = 22%
B 42 of 255 = 16%

109
56
42

R + G + B ~ 27%. #6D382A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 56 + 42 = 207 (100%)
R 109 of 207 ~ 52.66%
G 56 of 207 ~ 27.05%
B 42 of 207 ~ 20.29%

%52.66
%27.05
%20.29

CMYK color model

#6D382A color CMYK value is (0,49,61,57).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 61.47%
  • key color value is 57.25%
CMYK:
(0,49,61,57)
C0M49Y61K57 
(0%,49%,61%,57%)
(0.00/0.49/0.61/0.57)	

CMYK percentages

%0
%48.62
%61.47
%57.25

Codes

Color #6D382A in popluar color models

6D382A
RGB1095642
HSL13°44.37%29.61%
HSB/HSV13°61.47%42.75%
CMYK0.00%48.62%61.47%
57.25%

Color #6D382A in popluar number systems.

HEX6D382A
Decimal1095642
Binary1101101111000101010
Octal1557052

Shades and tints

Shades of #6D382A

#6D382A
(109,56,42)
#643327
(100,51,39)
#5B2E24
(91,46,36)
#522921
(82,41,33)
#49241E
(73,36,30)
#401F1B
(64,31,27)
#371A18
(55,26,24)
#2E1515
(46,21,21)
#251012
(37,16,18)
#1C0B0F
(28,11,15)
#13060C
(19,6,12)
#000000
(0,0,0)

Tints of #6D382A

#6D382A
(109,56,42)
#7A4A3D
(122,74,61)
#875C50
(135,92,80)
#946E63
(148,110,99)
#A18076
(161,128,118)
#AE9289
(174,146,137)
#BBA49C
(187,164,156)
#C8B6AF
(200,182,175)
#D5C8C2
(213,200,194)
#E2DAD5
(226,218,213)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D382A color. Also use rgb(109,56,42) instead hex code.

Text Font Color

.myTextColor { color: #6D382A; }

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

This text font color is #6D382A.


Background Color

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

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

This div background color is #6D382A.


Border color

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

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

This div border color is #6D382A.


Opacity

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

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

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

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

This text has shadow with #6D382A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D382A on black background.


Color preview on white background

This text has color #6D382A on white background.



Black color preview on #6D382A background

This text has black color on #6D382A background.


White color preview on #6D382A background

This text has white color on #6D382A background.