COLOR #6B444C

HEX: #6B444C
RGB: (107,68,76)

Color info

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

RGB color model

#6B444C color RGB value is (107,68,76).

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

RGB channels and saturation

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

107
68
76

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

Portions of RGB colors in percentages

R + G + B =
107 + 68 + 76 = 251 (100%)
R 107 of 251 ~ 42.63%
G 68 of 251 ~ 27.09%
B 76 of 251 ~ 30.28%

%42.63
%27.09
%30.28

CMYK color model

#6B444C color CMYK value is (0,36,29,58).

  • cyan value is 0.00%
  • magenta value is 36.45%
  • yellow value is 28.97%
  • key color value is 58.04%
CMYK:
(0,36,29,58)
C0M36Y29K58 
(0%,36%,29%,58%)
(0.00/0.36/0.29/0.58)	

CMYK percentages

%0
%36.45
%28.97
%58.04

Codes

Color #6B444C in popluar color models

6B444C
RGB1076876
HSL348°22.29%34.31%
HSB/HSV348°36.45%41.96%
CMYK0.00%36.45%28.97%
58.04%

Color #6B444C in popluar number systems.

HEX6B444C
Decimal1076876
Binary110101110001001001100
Octal153104114

Shades and tints

Shades of #6B444C

#6B444C
(107,68,76)
#623E46
(98,62,70)
#593840
(89,56,64)
#50323A
(80,50,58)
#472C34
(71,44,52)
#3E262E
(62,38,46)
#352028
(53,32,40)
#2C1A22
(44,26,34)
#23141C
(35,20,28)
#1A0E16
(26,14,22)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #6B444C

#6B444C
(107,68,76)
#78555C
(120,85,92)
#85666C
(133,102,108)
#92777C
(146,119,124)
#9F888C
(159,136,140)
#AC999C
(172,153,156)
#B9AAAC
(185,170,172)
#C6BBBC
(198,187,188)
#D3CCCC
(211,204,204)
#E0DDDC
(224,221,220)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B444C; }

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

This text font color is #6B444C.


Background Color

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

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

This div background color is #6B444C.


Border color

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

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

This div border color is #6B444C.


Opacity

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

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

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

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

This text has shadow with #6B444C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B444C on black background.


Color preview on white background

This text has color #6B444C on white background.



Black color preview on #6B444C background

This text has black color on #6B444C background.


White color preview on #6B444C background

This text has white color on #6B444C background.