COLOR #6B7C6E

HEX: #6B7C6E
RGB: (107,124,110)

Color info

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

RGB color model

#6B7C6E color RGB value is (107,124,110).

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

RGB channels and saturation

R 107 of 255 = 42%
G 124 of 255 = 49%
B 110 of 255 = 43%

107
124
110

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

Portions of RGB colors in percentages

R + G + B =
107 + 124 + 110 = 341 (100%)
R 107 of 341 ~ 31.38%
G 124 of 341 ~ 36.36%
B 110 of 341 ~ 32.26%

%31.38
%36.36
%32.26

CMYK color model

#6B7C6E color CMYK value is (14,0,11,51).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 51.37%
CMYK:
(14,0,11,51)
C14M0Y11K51 
(14%,0%,11%,51%)
(0.14/0.00/0.11/0.51)	

CMYK percentages

%13.71
%0
%11.29
%51.37

Codes

Color #6B7C6E in popluar color models

6B7C6E
RGB107124110
HSL131°7.36%45.29%
HSB/HSV131°13.71%48.63%
CMYK13.71%0.00%11.29%
51.37%

Color #6B7C6E in popluar number systems.

HEX6B7C6E
Decimal107124110
Binary110101111111001101110
Octal153174156

Shades and tints

Shades of #6B7C6E

#6B7C6E
(107,124,110)
#627164
(98,113,100)
#59665A
(89,102,90)
#505B50
(80,91,80)
#475046
(71,80,70)
#3E453C
(62,69,60)
#353A32
(53,58,50)
#2C2F28
(44,47,40)
#23241E
(35,36,30)
#1A1914
(26,25,20)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #6B7C6E

#6B7C6E
(107,124,110)
#78877B
(120,135,123)
#859288
(133,146,136)
#929D95
(146,157,149)
#9FA8A2
(159,168,162)
#ACB3AF
(172,179,175)
#B9BEBC
(185,190,188)
#C6C9C9
(198,201,201)
#D3D4D6
(211,212,214)
#E0DFE3
(224,223,227)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7C6E; }

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

This text font color is #6B7C6E.


Background Color

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

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

This div background color is #6B7C6E.


Border color

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

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

This div border color is #6B7C6E.


Opacity

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

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

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

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

This text has shadow with #6B7C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7C6E on black background.


Color preview on white background

This text has color #6B7C6E on white background.



Black color preview on #6B7C6E background

This text has black color on #6B7C6E background.


White color preview on #6B7C6E background

This text has white color on #6B7C6E background.