COLOR #6B4044

HEX: #6B4044
RGB: (107,64,68)

Color info

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

RGB color model

#6B4044 color RGB value is (107,64,68).

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

RGB channels and saturation

R 107 of 255 = 42%
G 64 of 255 = 25%
B 68 of 255 = 27%

107
64
68

R + G + B ~ 31%. #6B4044 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 64 + 68 = 239 (100%)
R 107 of 239 ~ 44.77%
G 64 of 239 ~ 26.78%
B 68 of 239 ~ 28.45%

%44.77
%26.78
%28.45

CMYK color model

#6B4044 color CMYK value is (0,40,36,58).

  • cyan value is 0.00%
  • magenta value is 40.19%
  • yellow value is 36.45%
  • key color value is 58.04%
CMYK:
(0,40,36,58)
C0M40Y36K58 
(0%,40%,36%,58%)
(0.00/0.40/0.36/0.58)	

CMYK percentages

%0
%40.19
%36.45
%58.04

Codes

Color #6B4044 in popluar color models

6B4044
RGB1076468
HSL354°25.15%33.53%
HSB/HSV354°40.19%41.96%
CMYK0.00%40.19%36.45%
58.04%

Color #6B4044 in popluar number systems.

HEX6B4044
Decimal1076468
Binary110101110000001000100
Octal153100104

Shades and tints

Shades of #6B4044

#6B4044
(107,64,68)
#623B3E
(98,59,62)
#593638
(89,54,56)
#503132
(80,49,50)
#472C2C
(71,44,44)
#3E2726
(62,39,38)
#352220
(53,34,32)
#2C1D1A
(44,29,26)
#231814
(35,24,20)
#1A130E
(26,19,14)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #6B4044

#6B4044
(107,64,68)
#785155
(120,81,85)
#856266
(133,98,102)
#927377
(146,115,119)
#9F8488
(159,132,136)
#AC9599
(172,149,153)
#B9A6AA
(185,166,170)
#C6B7BB
(198,183,187)
#D3C8CC
(211,200,204)
#E0D9DD
(224,217,221)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4044; }

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

This text font color is #6B4044.


Background Color

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

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

This div background color is #6B4044.


Border color

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

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

This div border color is #6B4044.


Opacity

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

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

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

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

This text has shadow with #6B4044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4044 on black background.


Color preview on white background

This text has color #6B4044 on white background.



Black color preview on #6B4044 background

This text has black color on #6B4044 background.


White color preview on #6B4044 background

This text has white color on #6B4044 background.