COLOR #6B4E4E

HEX: #6B4E4E
RGB: (107,78,78)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
78
78

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

Portions of RGB colors in percentages

R + G + B =
107 + 78 + 78 = 263 (100%)
R 107 of 263 ~ 40.68%
G 78 of 263 ~ 29.66%
B 78 of 263 ~ 29.66%

%40.68
%29.66
%29.66

CMYK color model

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

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

CMYK percentages

%0
%27.1
%27.1
%58.04

Codes

Color #6B4E4E in popluar color models

6B4E4E
RGB1077878
HSL15.68%36.27%
HSB/HSV27.10%41.96%
CMYK0.00%27.10%27.10%
58.04%

Color #6B4E4E in popluar number systems.

HEX6B4E4E
Decimal1077878
Binary110101110011101001110
Octal153116116

Shades and tints

Shades of #6B4E4E

#6B4E4E
(107,78,78)
#624747
(98,71,71)
#594040
(89,64,64)
#503939
(80,57,57)
#473232
(71,50,50)
#3E2B2B
(62,43,43)
#352424
(53,36,36)
#2C1D1D
(44,29,29)
#231616
(35,22,22)
#1A0F0F
(26,15,15)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #6B4E4E

#6B4E4E
(107,78,78)
#785E5E
(120,94,94)
#856E6E
(133,110,110)
#927E7E
(146,126,126)
#9F8E8E
(159,142,142)
#AC9E9E
(172,158,158)
#B9AEAE
(185,174,174)
#C6BEBE
(198,190,190)
#D3CECE
(211,206,206)
#E0DEDE
(224,222,222)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4E4E; }

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

This text font color is #6B4E4E.


Background Color

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

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

This div background color is #6B4E4E.


Border color

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

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

This div border color is #6B4E4E.


Opacity

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

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

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

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

This text has shadow with #6B4E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4E4E on black background.


Color preview on white background

This text has color #6B4E4E on white background.



Black color preview on #6B4E4E background

This text has black color on #6B4E4E background.


White color preview on #6B4E4E background

This text has white color on #6B4E4E background.