COLOR #6D3939

HEX: #6D3939
RGB: (109,57,57)

Color info

#6D3939 contains red, green and blue colors in about the same proportion. Web safe color of #6D3939 is #663333 (or #633).

RGB color model

#6D3939 color RGB value is (109,57,57).

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

RGB channels and saturation

R 109 of 255 = 43%
G 57 of 255 = 22%
B 57 of 255 = 22%

109
57
57

R + G + B ~ 29%. #6D3939 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 57 + 57 = 223 (100%)
R 109 of 223 ~ 48.88%
G 57 of 223 ~ 25.56%
B 57 of 223 ~ 25.56%

%48.88
%25.56
%25.56

CMYK color model

#6D3939 color CMYK value is (0,48,48,57).

  • cyan value is 0.00%
  • magenta value is 47.71%
  • yellow value is 47.71%
  • key color value is 57.25%
CMYK:
(0,48,48,57)
C0M48Y48K57 
(0%,48%,48%,57%)
(0.00/0.48/0.48/0.57)	

CMYK percentages

%0
%47.71
%47.71
%57.25

Codes

Color #6D3939 in popluar color models

6D3939
RGB1095757
HSL31.33%32.55%
HSB/HSV47.71%42.75%
CMYK0.00%47.71%47.71%
57.25%

Color #6D3939 in popluar number systems.

HEX6D3939
Decimal1095757
Binary1101101111001111001
Octal1557171

Shades and tints

Shades of #6D3939

#6D3939
(109,57,57)
#643434
(100,52,52)
#5B2F2F
(91,47,47)
#522A2A
(82,42,42)
#492525
(73,37,37)
#402020
(64,32,32)
#371B1B
(55,27,27)
#2E1616
(46,22,22)
#251111
(37,17,17)
#1C0C0C
(28,12,12)
#130707
(19,7,7)
#000000
(0,0,0)

Tints of #6D3939

#6D3939
(109,57,57)
#7A4B4B
(122,75,75)
#875D5D
(135,93,93)
#946F6F
(148,111,111)
#A18181
(161,129,129)
#AE9393
(174,147,147)
#BBA5A5
(187,165,165)
#C8B7B7
(200,183,183)
#D5C9C9
(213,201,201)
#E2DBDB
(226,219,219)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3939; }

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

This text font color is #6D3939.


Background Color

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

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

This div background color is #6D3939.


Border color

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

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

This div border color is #6D3939.


Opacity

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

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

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

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

This text has shadow with #6D3939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3939 on black background.


Color preview on white background

This text has color #6D3939 on white background.



Black color preview on #6D3939 background

This text has black color on #6D3939 background.


White color preview on #6D3939 background

This text has white color on #6D3939 background.