COLOR #6B7366

HEX: #6B7366
RGB: (107,115,102)

Color info

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

RGB color model

#6B7366 color RGB value is (107,115,102).

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

RGB channels and saturation

R 107 of 255 = 42%
G 115 of 255 = 45%
B 102 of 255 = 40%

107
115
102

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

Portions of RGB colors in percentages

R + G + B =
107 + 115 + 102 = 324 (100%)
R 107 of 324 ~ 33.02%
G 115 of 324 ~ 35.49%
B 102 of 324 ~ 31.48%

%33.02
%35.49
%31.48

CMYK color model

#6B7366 color CMYK value is (7,0,11,55).

  • cyan value is 6.96%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 54.90%
CMYK:
(7,0,11,55)
C7M0Y11K55 
(7%,0%,11%,55%)
(0.07/0.00/0.11/0.55)	

CMYK percentages

%6.96
%0
%11.3
%54.9

Codes

Color #6B7366 in popluar color models

6B7366
RGB107115102
HSL97°5.99%42.55%
HSB/HSV97°11.30%45.10%
CMYK6.96%0.00%11.30%
54.90%

Color #6B7366 in popluar number systems.

HEX6B7366
Decimal107115102
Binary110101111100111100110
Octal153163146

Shades and tints

Shades of #6B7366

#6B7366
(107,115,102)
#62695D
(98,105,93)
#595F54
(89,95,84)
#50554B
(80,85,75)
#474B42
(71,75,66)
#3E4139
(62,65,57)
#353730
(53,55,48)
#2C2D27
(44,45,39)
#23231E
(35,35,30)
#1A1915
(26,25,21)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #6B7366

#6B7366
(107,115,102)
#787F73
(120,127,115)
#858B80
(133,139,128)
#92978D
(146,151,141)
#9FA39A
(159,163,154)
#ACAFA7
(172,175,167)
#B9BBB4
(185,187,180)
#C6C7C1
(198,199,193)
#D3D3CE
(211,211,206)
#E0DFDB
(224,223,219)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7366 color. Also use rgb(107,115,102) instead hex code.

Text Font Color

.myTextColor { color: #6B7366; }

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

This text font color is #6B7366.


Background Color

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

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

This div background color is #6B7366.


Border color

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

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

This div border color is #6B7366.


Opacity

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

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

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

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

This text has shadow with #6B7366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7366 on black background.


Color preview on white background

This text has color #6B7366 on white background.



Black color preview on #6B7366 background

This text has black color on #6B7366 background.


White color preview on #6B7366 background

This text has white color on #6B7366 background.