COLOR #6D2C3A

HEX: #6D2C3A
RGB: (109,44,58)

Color info

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

RGB color model

#6D2C3A color RGB value is (109,44,58).

  • red value is 109;
  • green value is 44;
  • blue value is 58.
RGB:
(109,44,58)
(43%,17%,23%)

RGB channels and saturation

R 109 of 255 = 43%
G 44 of 255 = 17%
B 58 of 255 = 23%

109
44
58

R + G + B ~ 28%. #6D2C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 44 + 58 = 211 (100%)
R 109 of 211 ~ 51.66%
G 44 of 211 ~ 20.85%
B 58 of 211 ~ 27.49%

%51.66
%20.85
%27.49

CMYK color model

#6D2C3A color CMYK value is (0,60,47,57).

  • cyan value is 0.00%
  • magenta value is 59.63%
  • yellow value is 46.79%
  • key color value is 57.25%
CMYK:
(0,60,47,57)
C0M60Y47K57 
(0%,60%,47%,57%)
(0.00/0.60/0.47/0.57)	

CMYK percentages

%0
%59.63
%46.79
%57.25

Codes

Color #6D2C3A in popluar color models

6D2C3A
RGB1094458
HSL347°42.48%30.00%
HSB/HSV347°59.63%42.75%
CMYK0.00%59.63%46.79%
57.25%

Color #6D2C3A in popluar number systems.

HEX6D2C3A
Decimal1094458
Binary1101101101100111010
Octal1555472

Shades and tints

Shades of #6D2C3A

#6D2C3A
(109,44,58)
#642835
(100,40,53)
#5B2430
(91,36,48)
#52202B
(82,32,43)
#491C26
(73,28,38)
#401821
(64,24,33)
#37141C
(55,20,28)
#2E1017
(46,16,23)
#250C12
(37,12,18)
#1C080D
(28,8,13)
#130408
(19,4,8)
#000000
(0,0,0)

Tints of #6D2C3A

#6D2C3A
(109,44,58)
#7A3F4B
(122,63,75)
#87525C
(135,82,92)
#94656D
(148,101,109)
#A1787E
(161,120,126)
#AE8B8F
(174,139,143)
#BB9EA0
(187,158,160)
#C8B1B1
(200,177,177)
#D5C4C2
(213,196,194)
#E2D7D3
(226,215,211)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2C3A color. Also use rgb(109,44,58) instead hex code.

Text Font Color

.myTextColor { color: #6D2C3A; }

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

This text font color is #6D2C3A.


Background Color

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

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

This div background color is #6D2C3A.


Border color

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

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

This div border color is #6D2C3A.


Opacity

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

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

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

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

This text has shadow with #6D2C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2C3A on black background.


Color preview on white background

This text has color #6D2C3A on white background.



Black color preview on #6D2C3A background

This text has black color on #6D2C3A background.


White color preview on #6D2C3A background

This text has white color on #6D2C3A background.