COLOR #6C7368

HEX: #6C7368
RGB: (108,115,104)

Color info

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

RGB color model

#6C7368 color RGB value is (108,115,104).

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

RGB channels and saturation

R 108 of 255 = 42%
G 115 of 255 = 45%
B 104 of 255 = 41%

108
115
104

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

Portions of RGB colors in percentages

R + G + B =
108 + 115 + 104 = 327 (100%)
R 108 of 327 ~ 33.03%
G 115 of 327 ~ 35.17%
B 104 of 327 ~ 31.8%

%33.03
%35.17
%31.8

CMYK color model

#6C7368 color CMYK value is (6,0,10,55).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(6,0,10,55)
C6M0Y10K55 
(6%,0%,10%,55%)
(0.06/0.00/0.10/0.55)	

CMYK percentages

%6.09
%0
%9.57
%54.9

Codes

Color #6C7368 in popluar color models

6C7368
RGB108115104
HSL98°5.02%42.94%
HSB/HSV98°9.57%45.10%
CMYK6.09%0.00%9.57%
54.90%

Color #6C7368 in popluar number systems.

HEX6C7368
Decimal108115104
Binary110110011100111101000
Octal154163150

Shades and tints

Shades of #6C7368

#6C7368
(108,115,104)
#63695F
(99,105,95)
#5A5F56
(90,95,86)
#51554D
(81,85,77)
#484B44
(72,75,68)
#3F413B
(63,65,59)
#363732
(54,55,50)
#2D2D29
(45,45,41)
#242320
(36,35,32)
#1B1917
(27,25,23)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #6C7368

#6C7368
(108,115,104)
#797F75
(121,127,117)
#868B82
(134,139,130)
#93978F
(147,151,143)
#A0A39C
(160,163,156)
#ADAFA9
(173,175,169)
#BABBB6
(186,187,182)
#C7C7C3
(199,199,195)
#D4D3D0
(212,211,208)
#E1DFDD
(225,223,221)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7368 color. Also use rgb(108,115,104) instead hex code.

Text Font Color

.myTextColor { color: #6C7368; }

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

This text font color is #6C7368.


Background Color

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

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

This div background color is #6C7368.


Border color

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

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

This div border color is #6C7368.


Opacity

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

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

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

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

This text has shadow with #6C7368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7368 on black background.


Color preview on white background

This text has color #6C7368 on white background.



Black color preview on #6C7368 background

This text has black color on #6C7368 background.


White color preview on #6C7368 background

This text has white color on #6C7368 background.