COLOR #6C736F

HEX: #6C736F RGB: (108,115,111)

Color info

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

RGB color model

#6C736F color RGB value is (108,115,111).

RGB: (108,115,111) (42%, 45%, 44%)

RGB channels and saturation

R 108 of 255 = 42%
G 115 of 255 = 45%
B 111 of 255 = 44%

108
115
111

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

Portions of RGB colors in percentages

R + G + B = 108 + 115 + 111 = 334 (100%)
R 108 of 334 ~ 32.34%
G 115 of 334 ~ 34.43%
B 111 of 334 ~ 33.23'%

%32.34
%34.43
%33.23

CMYK color model

#6C736F color CMYK value is (6,0,3,55).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 54.90%

CMYK: (6,0,3,55)
C6M0Y3K55 (6%, 0%, 3%, 55%)
(0.06 / 0.00 / 0.03 / 0.55)

CMYK percentages

%6.09
%0
%3.48
%54.9

Codes

Color #6C736F in popluar color models

6C 73 6F
RGB 108 115 111
HSL 146° 3.14% 43.73%
HSB/HSV 146° 6.09% 45.10%
CMYK 6.09% 0.00% 3.48%
54.90%

Color #6C736F in popluar number systems.

HEX 6C 73 6F
Decimal 108 115 111
Binary 1101100 1110011 1101111
Octal 154 163 157

Shades and tints

Shades of #6C736F

#6C736F
(108,115,111)
#636965
(99,105,101)
#5A5F5B
(90,95,91)
#515551
(81,85,81)
#484B47
(72,75,71)
#3F413D
(63,65,61)
#363733
(54,55,51)
#2D2D29
(45,45,41)
#24231F
(36,35,31)
#1B1915
(27,25,21)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #6C736F

#6C736F
(108,115,111)
#797F7C
(121,127,124)
#868B89
(134,139,137)
#939796
(147,151,150)
#A0A3A3
(160,163,163)
#ADAFB0
(173,175,176)
#BABBBD
(186,187,189)
#C7C7CA
(199,199,202)
#D4D3D7
(212,211,215)
#E1DFE4
(225,223,228)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C736F; }

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

This text font color is #6C736F.

Background Color

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

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

This div background color is #6C736F.

Border color

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

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

This div border color is #6C736F.

Opacity

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

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

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

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

This text has shadow with #6C736F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C736F.

Preview

Color preview on black background

This text has color #6C736F on black background.


Color preview on white background

This text has color #6C736F on white background.


Black color preview on #6C736F background

This text has black color on #6C736F background.


White color preview on #6C736F background

This text has white color on #6C736F background.


Related colors

Complementary color

Complementary color for #hex is #938C90.


I love getcolorcode.com

Triadic colors

1 #6F6C73 and #736F6C with #6C736F are triadic colors.

2 #6F736C and #736C6F with #6C736F are triadic colors.