COLOR #6B444A

HEX: #6B444A
RGB: (107,68,74)

Color info

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

RGB color model

#6B444A color RGB value is (107,68,74).

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

RGB channels and saturation

R 107 of 255 = 42%
G 68 of 255 = 27%
B 74 of 255 = 29%

107
68
74

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

Portions of RGB colors in percentages

R + G + B =
107 + 68 + 74 = 249 (100%)
R 107 of 249 ~ 42.97%
G 68 of 249 ~ 27.31%
B 74 of 249 ~ 29.72%

%42.97
%27.31
%29.72

CMYK color model

#6B444A color CMYK value is (0,36,31,58).

  • cyan value is 0.00%
  • magenta value is 36.45%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(0,36,31,58)
C0M36Y31K58 
(0%,36%,31%,58%)
(0.00/0.36/0.31/0.58)	

CMYK percentages

%0
%36.45
%30.84
%58.04

Codes

Color #6B444A in popluar color models

6B444A
RGB1076874
HSL351°22.29%34.31%
HSB/HSV351°36.45%41.96%
CMYK0.00%36.45%30.84%
58.04%

Color #6B444A in popluar number systems.

HEX6B444A
Decimal1076874
Binary110101110001001001010
Octal153104112

Shades and tints

Shades of #6B444A

#6B444A
(107,68,74)
#623E44
(98,62,68)
#59383E
(89,56,62)
#503238
(80,50,56)
#472C32
(71,44,50)
#3E262C
(62,38,44)
#352026
(53,32,38)
#2C1A20
(44,26,32)
#23141A
(35,20,26)
#1A0E14
(26,14,20)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #6B444A

#6B444A
(107,68,74)
#78555A
(120,85,90)
#85666A
(133,102,106)
#92777A
(146,119,122)
#9F888A
(159,136,138)
#AC999A
(172,153,154)
#B9AAAA
(185,170,170)
#C6BBBA
(198,187,186)
#D3CCCA
(211,204,202)
#E0DDDA
(224,221,218)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B444A; }

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

This text font color is #6B444A.


Background Color

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

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

This div background color is #6B444A.


Border color

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

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

This div border color is #6B444A.


Opacity

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

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

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

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

This text has shadow with #6B444A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B444A on black background.


Color preview on white background

This text has color #6B444A on white background.



Black color preview on #6B444A background

This text has black color on #6B444A background.


White color preview on #6B444A background

This text has white color on #6B444A background.