COLOR #6B7F6E

HEX: #6B7F6E
RGB: (107,127,110)

Color info

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

RGB color model

#6B7F6E color RGB value is (107,127,110).

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

RGB channels and saturation

R 107 of 255 = 42%
G 127 of 255 = 50%
B 110 of 255 = 43%

107
127
110

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

Portions of RGB colors in percentages

R + G + B =
107 + 127 + 110 = 344 (100%)
R 107 of 344 ~ 31.1%
G 127 of 344 ~ 36.92%
B 110 of 344 ~ 31.98%

%31.1
%36.92
%31.98

CMYK color model

#6B7F6E color CMYK value is (16,0,13,50).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 50.20%
CMYK:
(16,0,13,50)
C16M0Y13K50 
(16%,0%,13%,50%)
(0.16/0.00/0.13/0.50)	

CMYK percentages

%15.75
%0
%13.39
%50.2

Codes

Color #6B7F6E in popluar color models

6B7F6E
RGB107127110
HSL129°8.55%45.88%
HSB/HSV129°15.75%49.80%
CMYK15.75%0.00%13.39%
50.20%

Color #6B7F6E in popluar number systems.

HEX6B7F6E
Decimal107127110
Binary110101111111111101110
Octal153177156

Shades and tints

Shades of #6B7F6E

#6B7F6E
(107,127,110)
#627464
(98,116,100)
#59695A
(89,105,90)
#505E50
(80,94,80)
#475346
(71,83,70)
#3E483C
(62,72,60)
#353D32
(53,61,50)
#2C3228
(44,50,40)
#23271E
(35,39,30)
#1A1C14
(26,28,20)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #6B7F6E

#6B7F6E
(107,127,110)
#788A7B
(120,138,123)
#859588
(133,149,136)
#92A095
(146,160,149)
#9FABA2
(159,171,162)
#ACB6AF
(172,182,175)
#B9C1BC
(185,193,188)
#C6CCC9
(198,204,201)
#D3D7D6
(211,215,214)
#E0E2E3
(224,226,227)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7F6E; }

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

This text font color is #6B7F6E.


Background Color

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

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

This div background color is #6B7F6E.


Border color

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

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

This div border color is #6B7F6E.


Opacity

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

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

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

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

This text has shadow with #6B7F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7F6E on black background.


Color preview on white background

This text has color #6B7F6E on white background.



Black color preview on #6B7F6E background

This text has black color on #6B7F6E background.


White color preview on #6B7F6E background

This text has white color on #6B7F6E background.