COLOR #6B7467

HEX: #6B7467
RGB: (107,116,103)

Color info

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

RGB color model

#6B7467 color RGB value is (107,116,103).

  • red value is 107;
  • green value is 116;
  • blue value is 103.
RGB:
(107,116,103)
(42%,45%,40%)

RGB channels and saturation

R 107 of 255 = 42%
G 116 of 255 = 45%
B 103 of 255 = 40%

107
116
103

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

Portions of RGB colors in percentages

R + G + B =
107 + 116 + 103 = 326 (100%)
R 107 of 326 ~ 32.82%
G 116 of 326 ~ 35.58%
B 103 of 326 ~ 31.6%

%32.82
%35.58
%31.6

CMYK color model

#6B7467 color CMYK value is (8,0,11,55).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 54.51%
CMYK:
(8,0,11,55)
C8M0Y11K55 
(8%,0%,11%,55%)
(0.08/0.00/0.11/0.55)	

CMYK percentages

%7.76
%0
%11.21
%54.51

Codes

Color #6B7467 in popluar color models

6B7467
RGB107116103
HSL102°5.94%42.94%
HSB/HSV102°11.21%45.49%
CMYK7.76%0.00%11.21%
54.51%

Color #6B7467 in popluar number systems.

HEX6B7467
Decimal107116103
Binary110101111101001100111
Octal153164147

Shades and tints

Shades of #6B7467

#6B7467
(107,116,103)
#626A5E
(98,106,94)
#596055
(89,96,85)
#50564C
(80,86,76)
#474C43
(71,76,67)
#3E423A
(62,66,58)
#353831
(53,56,49)
#2C2E28
(44,46,40)
#23241F
(35,36,31)
#1A1A16
(26,26,22)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #6B7467

#6B7467
(107,116,103)
#788074
(120,128,116)
#858C81
(133,140,129)
#92988E
(146,152,142)
#9FA49B
(159,164,155)
#ACB0A8
(172,176,168)
#B9BCB5
(185,188,181)
#C6C8C2
(198,200,194)
#D3D4CF
(211,212,207)
#E0E0DC
(224,224,220)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7467 color. Also use rgb(107,116,103) instead hex code.

Text Font Color

.myTextColor { color: #6B7467; }

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

This text font color is #6B7467.


Background Color

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

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

This div background color is #6B7467.


Border color

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

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

This div border color is #6B7467.


Opacity

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

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

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

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

This text has shadow with #6B7467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7467 on black background.


Color preview on white background

This text has color #6B7467 on white background.



Black color preview on #6B7467 background

This text has black color on #6B7467 background.


White color preview on #6B7467 background

This text has white color on #6B7467 background.