COLOR #6D3131

HEX: #6D3131
RGB: (109,49,49)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
49
49

R + G + B ~ 27%. #6D3131 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 49 + 49 = 207 (100%)
R 109 of 207 ~ 52.66%
G 49 of 207 ~ 23.67%
B 49 of 207 ~ 23.67%

%52.66
%23.67
%23.67

CMYK color model

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

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

CMYK percentages

%0
%55.05
%55.05
%57.25

Codes

Color #6D3131 in popluar color models

6D3131
RGB1094949
HSL37.97%30.98%
HSB/HSV55.05%42.75%
CMYK0.00%55.05%55.05%
57.25%

Color #6D3131 in popluar number systems.

HEX6D3131
Decimal1094949
Binary1101101110001110001
Octal1556161

Shades and tints

Shades of #6D3131

#6D3131
(109,49,49)
#642D2D
(100,45,45)
#5B2929
(91,41,41)
#522525
(82,37,37)
#492121
(73,33,33)
#401D1D
(64,29,29)
#371919
(55,25,25)
#2E1515
(46,21,21)
#251111
(37,17,17)
#1C0D0D
(28,13,13)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #6D3131

#6D3131
(109,49,49)
#7A4343
(122,67,67)
#875555
(135,85,85)
#946767
(148,103,103)
#A17979
(161,121,121)
#AE8B8B
(174,139,139)
#BB9D9D
(187,157,157)
#C8AFAF
(200,175,175)
#D5C1C1
(213,193,193)
#E2D3D3
(226,211,211)
#EFE5E5
(239,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3131; }

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

This text font color is #6D3131.


Background Color

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

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

This div background color is #6D3131.


Border color

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

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

This div border color is #6D3131.


Opacity

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

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

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

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

This text has shadow with #6D3131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3131 on black background.


Color preview on white background

This text has color #6D3131 on white background.



Black color preview on #6D3131 background

This text has black color on #6D3131 background.


White color preview on #6D3131 background

This text has white color on #6D3131 background.