COLOR #6C736D

HEX: #6C736D RGB: (108,115,109)

Color info

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

RGB color model

#6C736D color RGB value is (108,115,109).

RGB: (108,115,109) (42%, 45%, 43%)

RGB channels and saturation

R 108 of 255 = 42%
G 115 of 255 = 45%
B 109 of 255 = 43%

108
115
109

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

Portions of RGB colors in percentages

R + G + B = 108 + 115 + 109 = 332 (100%)
R 108 of 332 ~ 32.53%
G 115 of 332 ~ 34.64%
B 109 of 332 ~ 32.83'%

%32.53
%34.64
%32.83

CMYK color model

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

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

CMYK: (6,0,5,55)
C6M0Y5K55 (6%, 0%, 5%, 55%)
(0.06 / 0.00 / 0.05 / 0.55)

CMYK percentages

%6.09
%0
%5.22
%54.9

Codes

Color #6C736D in popluar color models

6C 73 6D
RGB 108 115 109
HSL 129° 3.14% 43.73%
HSB/HSV 129° 6.09% 45.10%
CMYK 6.09% 0.00% 5.22%
54.90%

Color #6C736D in popluar number systems.

HEX 6C 73 6D
Decimal 108 115 109
Binary 1101100 1110011 1101101
Octal 154 163 155

Shades and tints

Shades of #6C736D

#6C736D
(108,115,109)
#636964
(99,105,100)
#5A5F5B
(90,95,91)
#515552
(81,85,82)
#484B49
(72,75,73)
#3F4140
(63,65,64)
#363737
(54,55,55)
#2D2D2E
(45,45,46)
#242325
(36,35,37)
#1B191C
(27,25,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #6C736D

#6C736D
(108,115,109)
#797F7A
(121,127,122)
#868B87
(134,139,135)
#939794
(147,151,148)
#A0A3A1
(160,163,161)
#ADAFAE
(173,175,174)
#BABBBB
(186,187,187)
#C7C7C8
(199,199,200)
#D4D3D5
(212,211,213)
#E1DFE2
(225,223,226)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C736D; }

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

This text font color is #6C736D.

Background Color

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

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

This div background color is #6C736D.

Border color

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

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

This div border color is #6C736D.

Opacity

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

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

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

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

This text has shadow with #6C736D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C736D.

Preview

Color preview on black background

This text has color #6C736D on black background.


Color preview on white background

This text has color #6C736D on white background.


Black color preview on #6C736D background

This text has black color on #6C736D background.


White color preview on #6C736D background

This text has white color on #6C736D background.


Related colors

Complementary color

Complementary color for #hex is #938C92.


I love getcolorcode.com

Triadic colors

1 #6D6C73 and #736D6C with #6C736D are triadic colors.

2 #6D736C and #736C6D with #6C736D are triadic colors.