COLOR #6D272B

HEX: #6D272B
RGB: (109,39,43)

Color info

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

RGB color model

#6D272B color RGB value is (109,39,43).

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

RGB channels and saturation

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

109
39
43

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

Portions of RGB colors in percentages

R + G + B =
109 + 39 + 43 = 191 (100%)
R 109 of 191 ~ 57.07%
G 39 of 191 ~ 20.42%
B 43 of 191 ~ 22.51%

%57.07
%20.42
%22.51

CMYK color model

#6D272B color CMYK value is (0,64,61,57).

  • cyan value is 0.00%
  • magenta value is 64.22%
  • yellow value is 60.55%
  • key color value is 57.25%
CMYK:
(0,64,61,57)
C0M64Y61K57 
(0%,64%,61%,57%)
(0.00/0.64/0.61/0.57)	

CMYK percentages

%0
%64.22
%60.55
%57.25

Codes

Color #6D272B in popluar color models

6D272B
RGB1093943
HSL357°47.30%29.02%
HSB/HSV357°64.22%42.75%
CMYK0.00%64.22%60.55%
57.25%

Color #6D272B in popluar number systems.

HEX6D272B
Decimal1093943
Binary1101101100111101011
Octal1554753

Shades and tints

Shades of #6D272B

#6D272B
(109,39,43)
#642428
(100,36,40)
#5B2125
(91,33,37)
#521E22
(82,30,34)
#491B1F
(73,27,31)
#40181C
(64,24,28)
#371519
(55,21,25)
#2E1216
(46,18,22)
#250F13
(37,15,19)
#1C0C10
(28,12,16)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #6D272B

#6D272B
(109,39,43)
#7A3A3E
(122,58,62)
#874D51
(135,77,81)
#946064
(148,96,100)
#A17377
(161,115,119)
#AE868A
(174,134,138)
#BB999D
(187,153,157)
#C8ACB0
(200,172,176)
#D5BFC3
(213,191,195)
#E2D2D6
(226,210,214)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D272B; }

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

This text font color is #6D272B.


Background Color

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

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

This div background color is #6D272B.


Border color

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

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

This div border color is #6D272B.


Opacity

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

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

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

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

This text has shadow with #6D272B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D272B on black background.


Color preview on white background

This text has color #6D272B on white background.



Black color preview on #6D272B background

This text has black color on #6D272B background.


White color preview on #6D272B background

This text has white color on #6D272B background.