COLOR #6C6367

HEX: #6C6367 RGB: (108,99,103)

Color info

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

RGB color model

#6C6367 color RGB value is (108,99,103).

RGB: (108,99,103) (42%, 39%, 40%)

RGB channels and saturation

R 108 of 255 = 42%
G 99 of 255 = 39%
B 103 of 255 = 40%

108
99
103

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

Portions of RGB colors in percentages

R + G + B = 108 + 99 + 103 = 310 (100%)
R 108 of 310 ~ 34.84%
G 99 of 310 ~ 31.94%
B 103 of 310 ~ 33.23'%

%34.84
%31.94
%33.23

CMYK color model

#6C6367 color CMYK value is (0,8,5,58).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 4.63%
  • key color value is 57.65%

CMYK: (0,8,5,58)
C0M8Y5K58 (0%, 8%, 5%, 58%)
(0.00 / 0.08 / 0.05 / 0.58)

CMYK percentages

%0
%8.33
%4.63
%57.65

Codes

Color #6C6367 in popluar color models

6C 63 67
RGB 108 99 103
HSL 333° 4.35% 40.59%
HSB/HSV 333° 8.33% 42.35%
CMYK 0.00% 8.33% 4.63%
57.65%

Color #6C6367 in popluar number systems.

HEX 6C 63 67
Decimal 108 99 103
Binary 1101100 1100011 1100111
Octal 154 143 147

Shades and tints

Shades of #6C6367

#6C6367
(108,99,103)
#635A5E
(99,90,94)
#5A5155
(90,81,85)
#51484C
(81,72,76)
#483F43
(72,63,67)
#3F363A
(63,54,58)
#362D31
(54,45,49)
#2D2428
(45,36,40)
#241B1F
(36,27,31)
#1B1216
(27,18,22)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #6C6367

#6C6367
(108,99,103)
#797174
(121,113,116)
#867F81
(134,127,129)
#938D8E
(147,141,142)
#A09B9B
(160,155,155)
#ADA9A8
(173,169,168)
#BAB7B5
(186,183,181)
#C7C5C2
(199,197,194)
#D4D3CF
(212,211,207)
#E1E1DC
(225,225,220)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6367 color. Also use rgb(108,99,103) instead hex code.

Text Font Color

.myTextColor { color: #6C6367; }

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

This text font color is #6C6367.

Background Color

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

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

This div background color is #6C6367.

Border color

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

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

This div border color is #6C6367.

Opacity

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

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

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

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

This text has shadow with #6C6367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6367.

Preview

Color preview on black background

This text has color #6C6367 on black background.


Color preview on white background

This text has color #6C6367 on white background.


Black color preview on #6C6367 background

This text has black color on #6C6367 background.


White color preview on #6C6367 background

This text has white color on #6C6367 background.


Related colors

Complementary color

Complementary color for #hex is #939C98.


I love getcolorcode.com

Triadic colors

1 #676C63 and #63676C with #6C6367 are triadic colors.

2 #67636C and #636C67 with #6C6367 are triadic colors.