COLOR #6C7266

HEX: #6C7266
RGB: (108,114,102)

Color info

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

RGB color model

#6C7266 color RGB value is (108,114,102).

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

RGB channels and saturation

R 108 of 255 = 42%
G 114 of 255 = 45%
B 102 of 255 = 40%

108
114
102

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

Portions of RGB colors in percentages

R + G + B =
108 + 114 + 102 = 324 (100%)
R 108 of 324 ~ 33.33%
G 114 of 324 ~ 35.19%
B 102 of 324 ~ 31.48%

%33.33
%35.19
%31.48

CMYK color model

#6C7266 color CMYK value is (5,0,11,55).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 55.29%
CMYK:
(5,0,11,55)
C5M0Y11K55 
(5%,0%,11%,55%)
(0.05/0.00/0.11/0.55)	

CMYK percentages

%5.26
%0
%10.53
%55.29

Codes

Color #6C7266 in popluar color models

6C7266
RGB108114102
HSL90°5.56%42.35%
HSB/HSV90°10.53%44.71%
CMYK5.26%0.00%10.53%
55.29%

Color #6C7266 in popluar number systems.

HEX6C7266
Decimal108114102
Binary110110011100101100110
Octal154162146

Shades and tints

Shades of #6C7266

#6C7266
(108,114,102)
#63685D
(99,104,93)
#5A5E54
(90,94,84)
#51544B
(81,84,75)
#484A42
(72,74,66)
#3F4039
(63,64,57)
#363630
(54,54,48)
#2D2C27
(45,44,39)
#24221E
(36,34,30)
#1B1815
(27,24,21)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C7266

#6C7266
(108,114,102)
#797E73
(121,126,115)
#868A80
(134,138,128)
#93968D
(147,150,141)
#A0A29A
(160,162,154)
#ADAEA7
(173,174,167)
#BABAB4
(186,186,180)
#C7C6C1
(199,198,193)
#D4D2CE
(212,210,206)
#E1DEDB
(225,222,219)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7266 color. Also use rgb(108,114,102) instead hex code.

Text Font Color

.myTextColor { color: #6C7266; }

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

This text font color is #6C7266.


Background Color

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

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

This div background color is #6C7266.


Border color

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

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

This div border color is #6C7266.


Opacity

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

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

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

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

This text has shadow with #6C7266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7266 on black background.


Color preview on white background

This text has color #6C7266 on white background.



Black color preview on #6C7266 background

This text has black color on #6C7266 background.


White color preview on #6C7266 background

This text has white color on #6C7266 background.