COLOR #6B6D4E

HEX: #6B6D4E
RGB: (107,109,78)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
109
78

R + G + B ~ 39%. #6B6D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 109 + 78 = 294 (100%)
R 107 of 294 ~ 36.39%
G 109 of 294 ~ 37.07%
B 78 of 294 ~ 26.53%

%36.39
%37.07
%26.53

CMYK color model

#6B6D4E color CMYK value is (2,0,28,57).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 57.25%
CMYK:
(2,0,28,57)
C2M0Y28K57 
(2%,0%,28%,57%)
(0.02/0.00/0.28/0.57)	

CMYK percentages

%1.83
%0
%28.44
%57.25

Codes

Color #6B6D4E in popluar color models

6B6D4E
RGB10710978
HSL64°16.58%36.67%
HSB/HSV64°28.44%42.75%
CMYK1.83%0.00%28.44%
57.25%

Color #6B6D4E in popluar number systems.

HEX6B6D4E
Decimal10710978
Binary110101111011011001110
Octal153155116

Shades and tints

Shades of #6B6D4E

#6B6D4E
(107,109,78)
#626447
(98,100,71)
#595B40
(89,91,64)
#505239
(80,82,57)
#474932
(71,73,50)
#3E402B
(62,64,43)
#353724
(53,55,36)
#2C2E1D
(44,46,29)
#232516
(35,37,22)
#1A1C0F
(26,28,15)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #6B6D4E

#6B6D4E
(107,109,78)
#787A5E
(120,122,94)
#85876E
(133,135,110)
#92947E
(146,148,126)
#9FA18E
(159,161,142)
#ACAE9E
(172,174,158)
#B9BBAE
(185,187,174)
#C6C8BE
(198,200,190)
#D3D5CE
(211,213,206)
#E0E2DE
(224,226,222)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6D4E; }

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

This text font color is #6B6D4E.


Background Color

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

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

This div background color is #6B6D4E.


Border color

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

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

This div border color is #6B6D4E.


Opacity

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

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

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

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

This text has shadow with #6B6D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6D4E on black background.


Color preview on white background

This text has color #6B6D4E on white background.



Black color preview on #6B6D4E background

This text has black color on #6B6D4E background.


White color preview on #6B6D4E background

This text has white color on #6B6D4E background.