COLOR #6D2C27

HEX: #6D2C27
RGB: (109,44,39)

Color info

#6D2C27 contains mainly red color. Web safe color of #6D2C27 is #663333 (or #633).

RGB color model

#6D2C27 color RGB value is (109,44,39).

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

RGB channels and saturation

R 109 of 255 = 43%
G 44 of 255 = 17%
B 39 of 255 = 15%

109
44
39

R + G + B ~ 25%. #6D2C27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 44 + 39 = 192 (100%)
R 109 of 192 ~ 56.77%
G 44 of 192 ~ 22.92%
B 39 of 192 ~ 20.31%

%56.77
%22.92
%20.31

CMYK color model

#6D2C27 color CMYK value is (0,60,64,57).

  • cyan value is 0.00%
  • magenta value is 59.63%
  • yellow value is 64.22%
  • key color value is 57.25%
CMYK:
(0,60,64,57)
C0M60Y64K57 
(0%,60%,64%,57%)
(0.00/0.60/0.64/0.57)	

CMYK percentages

%0
%59.63
%64.22
%57.25

Codes

Color #6D2C27 in popluar color models

6D2C27
RGB1094439
HSL47.30%29.02%
HSB/HSV64.22%42.75%
CMYK0.00%59.63%64.22%
57.25%

Color #6D2C27 in popluar number systems.

HEX6D2C27
Decimal1094439
Binary1101101101100100111
Octal1555447

Shades and tints

Shades of #6D2C27

#6D2C27
(109,44,39)
#642824
(100,40,36)
#5B2421
(91,36,33)
#52201E
(82,32,30)
#491C1B
(73,28,27)
#401818
(64,24,24)
#371415
(55,20,21)
#2E1012
(46,16,18)
#250C0F
(37,12,15)
#1C080C
(28,8,12)
#130409
(19,4,9)
#000000
(0,0,0)

Tints of #6D2C27

#6D2C27
(109,44,39)
#7A3F3A
(122,63,58)
#87524D
(135,82,77)
#946560
(148,101,96)
#A17873
(161,120,115)
#AE8B86
(174,139,134)
#BB9E99
(187,158,153)
#C8B1AC
(200,177,172)
#D5C4BF
(213,196,191)
#E2D7D2
(226,215,210)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D2C27; }

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

This text font color is #6D2C27.


Background Color

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

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

This div background color is #6D2C27.


Border color

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

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

This div border color is #6D2C27.


Opacity

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

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

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

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

This text has shadow with #6D2C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2C27 on black background.


Color preview on white background

This text has color #6D2C27 on white background.



Black color preview on #6D2C27 background

This text has black color on #6D2C27 background.


White color preview on #6D2C27 background

This text has white color on #6D2C27 background.