COLOR #6B7F4E

HEX: #6B7F4E
RGB: (107,127,78)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
127
78

R + G + B ~ 41%. #6B7F4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 127 + 78 = 312 (100%)
R 107 of 312 ~ 34.29%
G 127 of 312 ~ 40.71%
B 78 of 312 ~ 25%

%34.29
%40.71
%25

CMYK color model

#6B7F4E color CMYK value is (16,0,39,50).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 38.58%
  • key color value is 50.20%
CMYK:
(16,0,39,50)
C16M0Y39K50 
(16%,0%,39%,50%)
(0.16/0.00/0.39/0.50)	

CMYK percentages

%15.75
%0
%38.58
%50.2

Codes

Color #6B7F4E in popluar color models

6B7F4E
RGB10712778
HSL84°23.90%40.20%
HSB/HSV84°38.58%49.80%
CMYK15.75%0.00%38.58%
50.20%

Color #6B7F4E in popluar number systems.

HEX6B7F4E
Decimal10712778
Binary110101111111111001110
Octal153177116

Shades and tints

Shades of #6B7F4E

#6B7F4E
(107,127,78)
#627447
(98,116,71)
#596940
(89,105,64)
#505E39
(80,94,57)
#475332
(71,83,50)
#3E482B
(62,72,43)
#353D24
(53,61,36)
#2C321D
(44,50,29)
#232716
(35,39,22)
#1A1C0F
(26,28,15)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #6B7F4E

#6B7F4E
(107,127,78)
#788A5E
(120,138,94)
#85956E
(133,149,110)
#92A07E
(146,160,126)
#9FAB8E
(159,171,142)
#ACB69E
(172,182,158)
#B9C1AE
(185,193,174)
#C6CCBE
(198,204,190)
#D3D7CE
(211,215,206)
#E0E2DE
(224,226,222)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7F4E; }

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

This text font color is #6B7F4E.


Background Color

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

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

This div background color is #6B7F4E.


Border color

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

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

This div border color is #6B7F4E.


Opacity

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

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

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

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

This text has shadow with #6B7F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7F4E on black background.


Color preview on white background

This text has color #6B7F4E on white background.



Black color preview on #6B7F4E background

This text has black color on #6B7F4E background.


White color preview on #6B7F4E background

This text has white color on #6B7F4E background.