COLOR #6D444D

HEX: #6D444D
RGB: (109,68,77)

Color info

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

RGB color model

#6D444D color RGB value is (109,68,77).

  • red value is 109;
  • green value is 68;
  • blue value is 77.
RGB:
(109,68,77)
(43%,27%,30%)

RGB channels and saturation

R 109 of 255 = 43%
G 68 of 255 = 27%
B 77 of 255 = 30%

109
68
77

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

Portions of RGB colors in percentages

R + G + B =
109 + 68 + 77 = 254 (100%)
R 109 of 254 ~ 42.91%
G 68 of 254 ~ 26.77%
B 77 of 254 ~ 30.31%

%42.91
%26.77
%30.31

CMYK color model

#6D444D color CMYK value is (0,38,29,57).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 29.36%
  • key color value is 57.25%
CMYK:
(0,38,29,57)
C0M38Y29K57 
(0%,38%,29%,57%)
(0.00/0.38/0.29/0.57)	

CMYK percentages

%0
%37.61
%29.36
%57.25

Codes

Color #6D444D in popluar color models

6D444D
RGB1096877
HSL347°23.16%34.71%
HSB/HSV347°37.61%42.75%
CMYK0.00%37.61%29.36%
57.25%

Color #6D444D in popluar number systems.

HEX6D444D
Decimal1096877
Binary110110110001001001101
Octal155104115

Shades and tints

Shades of #6D444D

#6D444D
(109,68,77)
#643E46
(100,62,70)
#5B383F
(91,56,63)
#523238
(82,50,56)
#492C31
(73,44,49)
#40262A
(64,38,42)
#372023
(55,32,35)
#2E1A1C
(46,26,28)
#251415
(37,20,21)
#1C0E0E
(28,14,14)
#130807
(19,8,7)
#000000
(0,0,0)

Tints of #6D444D

#6D444D
(109,68,77)
#7A555D
(122,85,93)
#87666D
(135,102,109)
#94777D
(148,119,125)
#A1888D
(161,136,141)
#AE999D
(174,153,157)
#BBAAAD
(187,170,173)
#C8BBBD
(200,187,189)
#D5CCCD
(213,204,205)
#E2DDDD
(226,221,221)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D444D; }

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

This text font color is #6D444D.


Background Color

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

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

This div background color is #6D444D.


Border color

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

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

This div border color is #6D444D.


Opacity

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

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

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

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

This text has shadow with #6D444D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D444D on black background.


Color preview on white background

This text has color #6D444D on white background.



Black color preview on #6D444D background

This text has black color on #6D444D background.


White color preview on #6D444D background

This text has white color on #6D444D background.