COLOR #6B444D

HEX: #6B444D
RGB: (107,68,77)

Color info

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

RGB color model

#6B444D color RGB value is (107,68,77).

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

RGB channels and saturation

R 107 of 255 = 42%
G 68 of 255 = 27%
B 77 of 255 = 30%

107
68
77

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

Portions of RGB colors in percentages

R + G + B =
107 + 68 + 77 = 252 (100%)
R 107 of 252 ~ 42.46%
G 68 of 252 ~ 26.98%
B 77 of 252 ~ 30.56%

%42.46
%26.98
%30.56

CMYK color model

#6B444D color CMYK value is (0,36,28,58).

  • cyan value is 0.00%
  • magenta value is 36.45%
  • yellow value is 28.04%
  • key color value is 58.04%
CMYK:
(0,36,28,58)
C0M36Y28K58 
(0%,36%,28%,58%)
(0.00/0.36/0.28/0.58)	

CMYK percentages

%0
%36.45
%28.04
%58.04

Codes

Color #6B444D in popluar color models

6B444D
RGB1076877
HSL346°22.29%34.31%
HSB/HSV346°36.45%41.96%
CMYK0.00%36.45%28.04%
58.04%

Color #6B444D in popluar number systems.

HEX6B444D
Decimal1076877
Binary110101110001001001101
Octal153104115

Shades and tints

Shades of #6B444D

#6B444D
(107,68,77)
#623E46
(98,62,70)
#59383F
(89,56,63)
#503238
(80,50,56)
#472C31
(71,44,49)
#3E262A
(62,38,42)
#352023
(53,32,35)
#2C1A1C
(44,26,28)
#231415
(35,20,21)
#1A0E0E
(26,14,14)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #6B444D

#6B444D
(107,68,77)
#78555D
(120,85,93)
#85666D
(133,102,109)
#92777D
(146,119,125)
#9F888D
(159,136,141)
#AC999D
(172,153,157)
#B9AAAD
(185,170,173)
#C6BBBD
(198,187,189)
#D3CCCD
(211,204,205)
#E0DDDD
(224,221,221)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B444D; }

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

This text font color is #6B444D.


Background Color

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

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

This div background color is #6B444D.


Border color

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

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

This div border color is #6B444D.


Opacity

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

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

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

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

This text has shadow with #6B444D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B444D on black background.


Color preview on white background

This text has color #6B444D on white background.



Black color preview on #6B444D background

This text has black color on #6B444D background.


White color preview on #6B444D background

This text has white color on #6B444D background.