COLOR #6B544E

HEX: #6B544E
RGB: (107,84,78)

Color info

#6B544E contains red, green and blue colors in about the same proportion. Web safe color of #6B544E is #666666 (or #666).

RGB color model

#6B544E color RGB value is (107,84,78).

  • red value is 107;
  • green value is 84;
  • blue value is 78.
RGB:
(107,84,78)
(42%,33%,31%)

RGB channels and saturation

R 107 of 255 = 42%
G 84 of 255 = 33%
B 78 of 255 = 31%

107
84
78

R + G + B ~ 35%. #6B544E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 84 + 78 = 269 (100%)
R 107 of 269 ~ 39.78%
G 84 of 269 ~ 31.23%
B 78 of 269 ~ 29%

%39.78
%31.23
%29

CMYK color model

#6B544E color CMYK value is (0,21,27,58).

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 27.10%
  • key color value is 58.04%
CMYK:
(0,21,27,58)
C0M21Y27K58 
(0%,21%,27%,58%)
(0.00/0.21/0.27/0.58)	

CMYK percentages

%0
%21.5
%27.1
%58.04

Codes

Color #6B544E in popluar color models

6B544E
RGB1078478
HSL12°15.68%36.27%
HSB/HSV12°27.10%41.96%
CMYK0.00%21.50%27.10%
58.04%

Color #6B544E in popluar number systems.

HEX6B544E
Decimal1078478
Binary110101110101001001110
Octal153124116

Shades and tints

Shades of #6B544E

#6B544E
(107,84,78)
#624D47
(98,77,71)
#594640
(89,70,64)
#503F39
(80,63,57)
#473832
(71,56,50)
#3E312B
(62,49,43)
#352A24
(53,42,36)
#2C231D
(44,35,29)
#231C16
(35,28,22)
#1A150F
(26,21,15)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #6B544E

#6B544E
(107,84,78)
#78635E
(120,99,94)
#85726E
(133,114,110)
#92817E
(146,129,126)
#9F908E
(159,144,142)
#AC9F9E
(172,159,158)
#B9AEAE
(185,174,174)
#C6BDBE
(198,189,190)
#D3CCCE
(211,204,206)
#E0DBDE
(224,219,222)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B544E color. Also use rgb(107,84,78) instead hex code.

Text Font Color

.myTextColor { color: #6B544E; }

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

This text font color is #6B544E.


Background Color

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

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

This div background color is #6B544E.


Border color

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

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

This div border color is #6B544E.


Opacity

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

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

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

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

This text has shadow with #6B544E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B544E on black background.


Color preview on white background

This text has color #6B544E on white background.



Black color preview on #6B544E background

This text has black color on #6B544E background.


White color preview on #6B544E background

This text has white color on #6B544E background.