COLOR #6D4350

HEX: #6D4350
RGB: (109,67,80)

Color info

#6D4350 contains red, green and blue colors in about the same proportion. Web safe color of #6D4350 is #663366 (or #636).

RGB color model

#6D4350 color RGB value is (109,67,80).

  • red value is 109;
  • green value is 67;
  • blue value is 80.
RGB:
(109,67,80)
(43%,26%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 67 of 255 = 26%
B 80 of 255 = 31%

109
67
80

R + G + B ~ 33%. #6D4350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 67 + 80 = 256 (100%)
R 109 of 256 ~ 42.58%
G 67 of 256 ~ 26.17%
B 80 of 256 ~ 31.25%

%42.58
%26.17
%31.25

CMYK color model

#6D4350 color CMYK value is (0,39,27,57).

  • cyan value is 0.00%
  • magenta value is 38.53%
  • yellow value is 26.61%
  • key color value is 57.25%
CMYK:
(0,39,27,57)
C0M39Y27K57 
(0%,39%,27%,57%)
(0.00/0.39/0.27/0.57)	

CMYK percentages

%0
%38.53
%26.61
%57.25

Codes

Color #6D4350 in popluar color models

6D4350
RGB1096780
HSL341°23.86%34.51%
HSB/HSV341°38.53%42.75%
CMYK0.00%38.53%26.61%
57.25%

Color #6D4350 in popluar number systems.

HEX6D4350
Decimal1096780
Binary110110110000111010000
Octal155103120

Shades and tints

Shades of #6D4350

#6D4350
(109,67,80)
#643D49
(100,61,73)
#5B3742
(91,55,66)
#52313B
(82,49,59)
#492B34
(73,43,52)
#40252D
(64,37,45)
#371F26
(55,31,38)
#2E191F
(46,25,31)
#251318
(37,19,24)
#1C0D11
(28,13,17)
#13070A
(19,7,10)
#000000
(0,0,0)

Tints of #6D4350

#6D4350
(109,67,80)
#7A545F
(122,84,95)
#87656E
(135,101,110)
#94767D
(148,118,125)
#A1878C
(161,135,140)
#AE989B
(174,152,155)
#BBA9AA
(187,169,170)
#C8BAB9
(200,186,185)
#D5CBC8
(213,203,200)
#E2DCD7
(226,220,215)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4350; }

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

This text font color is #6D4350.


Background Color

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

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

This div background color is #6D4350.


Border color

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

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

This div border color is #6D4350.


Opacity

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

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

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

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

This text has shadow with #6D4350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4350 on black background.


Color preview on white background

This text has color #6D4350 on white background.



Black color preview on #6D4350 background

This text has black color on #6D4350 background.


White color preview on #6D4350 background

This text has white color on #6D4350 background.