COLOR #6D2C28

HEX: #6D2C28
RGB: (109,44,40)

Color info

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

RGB color model

#6D2C28 color RGB value is (109,44,40).

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

RGB channels and saturation

R 109 of 255 = 43%
G 44 of 255 = 17%
B 40 of 255 = 16%

109
44
40

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

Portions of RGB colors in percentages

R + G + B =
109 + 44 + 40 = 193 (100%)
R 109 of 193 ~ 56.48%
G 44 of 193 ~ 22.8%
B 40 of 193 ~ 20.73%

%56.48
%22.8
%20.73

CMYK color model

#6D2C28 color CMYK value is (0,60,63,57).

  • cyan value is 0.00%
  • magenta value is 59.63%
  • yellow value is 63.30%
  • key color value is 57.25%
CMYK:
(0,60,63,57)
C0M60Y63K57 
(0%,60%,63%,57%)
(0.00/0.60/0.63/0.57)	

CMYK percentages

%0
%59.63
%63.3
%57.25

Codes

Color #6D2C28 in popluar color models

6D2C28
RGB1094440
HSL46.31%29.22%
HSB/HSV63.30%42.75%
CMYK0.00%59.63%63.30%
57.25%

Color #6D2C28 in popluar number systems.

HEX6D2C28
Decimal1094440
Binary1101101101100101000
Octal1555450

Shades and tints

Shades of #6D2C28

#6D2C28
(109,44,40)
#642825
(100,40,37)
#5B2422
(91,36,34)
#52201F
(82,32,31)
#491C1C
(73,28,28)
#401819
(64,24,25)
#371416
(55,20,22)
#2E1013
(46,16,19)
#250C10
(37,12,16)
#1C080D
(28,8,13)
#13040A
(19,4,10)
#000000
(0,0,0)

Tints of #6D2C28

#6D2C28
(109,44,40)
#7A3F3B
(122,63,59)
#87524E
(135,82,78)
#946561
(148,101,97)
#A17874
(161,120,116)
#AE8B87
(174,139,135)
#BB9E9A
(187,158,154)
#C8B1AD
(200,177,173)
#D5C4C0
(213,196,192)
#E2D7D3
(226,215,211)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D2C28; }

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

This text font color is #6D2C28.


Background Color

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

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

This div background color is #6D2C28.


Border color

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

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

This div border color is #6D2C28.


Opacity

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

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

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

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

This text has shadow with #6D2C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2C28 on black background.


Color preview on white background

This text has color #6D2C28 on white background.



Black color preview on #6D2C28 background

This text has black color on #6D2C28 background.


White color preview on #6D2C28 background

This text has white color on #6D2C28 background.