COLOR #6D2226

HEX: #6D2226
RGB: (109,34,38)

Color info

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

RGB color model

#6D2226 color RGB value is (109,34,38).

  • red value is 109;
  • green value is 34;
  • blue value is 38.
RGB:
(109,34,38)
(43%,13%,15%)

RGB channels and saturation

R 109 of 255 = 43%
G 34 of 255 = 13%
B 38 of 255 = 15%

109
34
38

R + G + B ~ 24%. #6D2226 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 34 + 38 = 181 (100%)
R 109 of 181 ~ 60.22%
G 34 of 181 ~ 18.78%
B 38 of 181 ~ 20.99%

%60.22
%18.78
%20.99

CMYK color model

#6D2226 color CMYK value is (0,69,65,57).

  • cyan value is 0.00%
  • magenta value is 68.81%
  • yellow value is 65.14%
  • key color value is 57.25%
CMYK:
(0,69,65,57)
C0M69Y65K57 
(0%,69%,65%,57%)
(0.00/0.69/0.65/0.57)	

CMYK percentages

%0
%68.81
%65.14
%57.25

Codes

Color #6D2226 in popluar color models

6D2226
RGB1093438
HSL357°52.45%28.04%
HSB/HSV357°68.81%42.75%
CMYK0.00%68.81%65.14%
57.25%

Color #6D2226 in popluar number systems.

HEX6D2226
Decimal1093438
Binary1101101100010100110
Octal1554246

Shades and tints

Shades of #6D2226

#6D2226
(109,34,38)
#641F23
(100,31,35)
#5B1C20
(91,28,32)
#52191D
(82,25,29)
#49161A
(73,22,26)
#401317
(64,19,23)
#371014
(55,16,20)
#2E0D11
(46,13,17)
#250A0E
(37,10,14)
#1C070B
(28,7,11)
#130408
(19,4,8)
#000000
(0,0,0)

Tints of #6D2226

#6D2226
(109,34,38)
#7A3639
(122,54,57)
#874A4C
(135,74,76)
#945E5F
(148,94,95)
#A17272
(161,114,114)
#AE8685
(174,134,133)
#BB9A98
(187,154,152)
#C8AEAB
(200,174,171)
#D5C2BE
(213,194,190)
#E2D6D1
(226,214,209)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2226 color. Also use rgb(109,34,38) instead hex code.

Text Font Color

.myTextColor { color: #6D2226; }

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

This text font color is #6D2226.


Background Color

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

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

This div background color is #6D2226.


Border color

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

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

This div border color is #6D2226.


Opacity

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

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

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

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

This text has shadow with #6D2226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2226 on black background.


Color preview on white background

This text has color #6D2226 on white background.



Black color preview on #6D2226 background

This text has black color on #6D2226 background.


White color preview on #6D2226 background

This text has white color on #6D2226 background.