COLOR #6D2331

HEX: #6D2331
RGB: (109,35,49)

Color info

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

RGB color model

#6D2331 color RGB value is (109,35,49).

  • red value is 109;
  • green value is 35;
  • blue value is 49.
RGB:
(109,35,49)
(43%,14%,19%)

RGB channels and saturation

R 109 of 255 = 43%
G 35 of 255 = 14%
B 49 of 255 = 19%

109
35
49

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

Portions of RGB colors in percentages

R + G + B =
109 + 35 + 49 = 193 (100%)
R 109 of 193 ~ 56.48%
G 35 of 193 ~ 18.13%
B 49 of 193 ~ 25.39%

%56.48
%18.13
%25.39

CMYK color model

#6D2331 color CMYK value is (0,68,55,57).

  • cyan value is 0.00%
  • magenta value is 67.89%
  • yellow value is 55.05%
  • key color value is 57.25%
CMYK:
(0,68,55,57)
C0M68Y55K57 
(0%,68%,55%,57%)
(0.00/0.68/0.55/0.57)	

CMYK percentages

%0
%67.89
%55.05
%57.25

Codes

Color #6D2331 in popluar color models

6D2331
RGB1093549
HSL349°51.39%28.24%
HSB/HSV349°67.89%42.75%
CMYK0.00%67.89%55.05%
57.25%

Color #6D2331 in popluar number systems.

HEX6D2331
Decimal1093549
Binary1101101100011110001
Octal1554361

Shades and tints

Shades of #6D2331

#6D2331
(109,35,49)
#64202D
(100,32,45)
#5B1D29
(91,29,41)
#521A25
(82,26,37)
#491721
(73,23,33)
#40141D
(64,20,29)
#371119
(55,17,25)
#2E0E15
(46,14,21)
#250B11
(37,11,17)
#1C080D
(28,8,13)
#130509
(19,5,9)
#000000
(0,0,0)

Tints of #6D2331

#6D2331
(109,35,49)
#7A3743
(122,55,67)
#874B55
(135,75,85)
#945F67
(148,95,103)
#A17379
(161,115,121)
#AE878B
(174,135,139)
#BB9B9D
(187,155,157)
#C8AFAF
(200,175,175)
#D5C3C1
(213,195,193)
#E2D7D3
(226,215,211)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2331 color. Also use rgb(109,35,49) instead hex code.

Text Font Color

.myTextColor { color: #6D2331; }

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

This text font color is #6D2331.


Background Color

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

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

This div background color is #6D2331.


Border color

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

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

This div border color is #6D2331.


Opacity

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

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

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

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

This text has shadow with #6D2331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2331 on black background.


Color preview on white background

This text has color #6D2331 on white background.



Black color preview on #6D2331 background

This text has black color on #6D2331 background.


White color preview on #6D2331 background

This text has white color on #6D2331 background.