COLOR #6C7269

HEX: #6C7269
RGB: (108,114,105)

Color info

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

RGB color model

#6C7269 color RGB value is (108,114,105).

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

RGB channels and saturation

R 108 of 255 = 42%
G 114 of 255 = 45%
B 105 of 255 = 41%

108
114
105

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

Portions of RGB colors in percentages

R + G + B =
108 + 114 + 105 = 327 (100%)
R 108 of 327 ~ 33.03%
G 114 of 327 ~ 34.86%
B 105 of 327 ~ 32.11%

%33.03
%34.86
%32.11

CMYK color model

#6C7269 color CMYK value is (5,0,8,55).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 55.29%
CMYK:
(5,0,8,55)
C5M0Y8K55 
(5%,0%,8%,55%)
(0.05/0.00/0.08/0.55)	

CMYK percentages

%5.26
%0
%7.89
%55.29

Codes

Color #6C7269 in popluar color models

6C7269
RGB108114105
HSL100°4.11%42.94%
HSB/HSV100°7.89%44.71%
CMYK5.26%0.00%7.89%
55.29%

Color #6C7269 in popluar number systems.

HEX6C7269
Decimal108114105
Binary110110011100101101001
Octal154162151

Shades and tints

Shades of #6C7269

#6C7269
(108,114,105)
#636860
(99,104,96)
#5A5E57
(90,94,87)
#51544E
(81,84,78)
#484A45
(72,74,69)
#3F403C
(63,64,60)
#363633
(54,54,51)
#2D2C2A
(45,44,42)
#242221
(36,34,33)
#1B1818
(27,24,24)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #6C7269

#6C7269
(108,114,105)
#797E76
(121,126,118)
#868A83
(134,138,131)
#939690
(147,150,144)
#A0A29D
(160,162,157)
#ADAEAA
(173,174,170)
#BABAB7
(186,186,183)
#C7C6C4
(199,198,196)
#D4D2D1
(212,210,209)
#E1DEDE
(225,222,222)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7269; }

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

This text font color is #6C7269.


Background Color

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

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

This div background color is #6C7269.


Border color

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

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

This div border color is #6C7269.


Opacity

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

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

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

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

This text has shadow with #6C7269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7269 on black background.


Color preview on white background

This text has color #6C7269 on white background.



Black color preview on #6C7269 background

This text has black color on #6C7269 background.


White color preview on #6C7269 background

This text has white color on #6C7269 background.