COLOR #6B7C6C

HEX: #6B7C6C
RGB: (107,124,108)

Color info

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

RGB color model

#6B7C6C color RGB value is (107,124,108).

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

RGB channels and saturation

R 107 of 255 = 42%
G 124 of 255 = 49%
B 108 of 255 = 42%

107
124
108

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

Portions of RGB colors in percentages

R + G + B =
107 + 124 + 108 = 339 (100%)
R 107 of 339 ~ 31.56%
G 124 of 339 ~ 36.58%
B 108 of 339 ~ 31.86%

%31.56
%36.58
%31.86

CMYK color model

#6B7C6C color CMYK value is (14,0,13,51).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 51.37%
CMYK:
(14,0,13,51)
C14M0Y13K51 
(14%,0%,13%,51%)
(0.14/0.00/0.13/0.51)	

CMYK percentages

%13.71
%0
%12.9
%51.37

Codes

Color #6B7C6C in popluar color models

6B7C6C
RGB107124108
HSL124°7.36%45.29%
HSB/HSV124°13.71%48.63%
CMYK13.71%0.00%12.90%
51.37%

Color #6B7C6C in popluar number systems.

HEX6B7C6C
Decimal107124108
Binary110101111111001101100
Octal153174154

Shades and tints

Shades of #6B7C6C

#6B7C6C
(107,124,108)
#627163
(98,113,99)
#59665A
(89,102,90)
#505B51
(80,91,81)
#475048
(71,80,72)
#3E453F
(62,69,63)
#353A36
(53,58,54)
#2C2F2D
(44,47,45)
#232424
(35,36,36)
#1A191B
(26,25,27)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #6B7C6C

#6B7C6C
(107,124,108)
#788779
(120,135,121)
#859286
(133,146,134)
#929D93
(146,157,147)
#9FA8A0
(159,168,160)
#ACB3AD
(172,179,173)
#B9BEBA
(185,190,186)
#C6C9C7
(198,201,199)
#D3D4D4
(211,212,212)
#E0DFE1
(224,223,225)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7C6C; }

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

This text font color is #6B7C6C.


Background Color

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

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

This div background color is #6B7C6C.


Border color

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

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

This div border color is #6B7C6C.


Opacity

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

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

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

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

This text has shadow with #6B7C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7C6C on black background.


Color preview on white background

This text has color #6B7C6C on white background.



Black color preview on #6B7C6C background

This text has black color on #6B7C6C background.


White color preview on #6B7C6C background

This text has white color on #6B7C6C background.