COLOR #6C535D

HEX: #6C535D RGB: (108,83,93)

Color info

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

RGB color model

#6C535D color RGB value is (108,83,93).

RGB: (108,83,93) (42%, 33%, 36%)

RGB channels and saturation

R 108 of 255 = 42%
G 83 of 255 = 33%
B 93 of 255 = 36%

108
83
93

R + G + B ~ 37%. #6C535D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 83 + 93 = 284 (100%)
R 108 of 284 ~ 38.03%
G 83 of 284 ~ 29.23%
B 93 of 284 ~ 32.75'%

%38.03
%29.23
%32.75

CMYK color model

#6C535D color CMYK value is (0,23,14,58).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 13.89%
  • key color value is 57.65%

CMYK: (0,23,14,58)
C0M23Y14K58 (0%, 23%, 14%, 58%)
(0.00 / 0.23 / 0.14 / 0.58)

CMYK percentages

%0
%23.15
%13.89
%57.65

Codes

Color #6C535D in popluar color models

6C 53 5D
RGB 108 83 93
HSL 336° 13.09% 37.45%
HSB/HSV 336° 23.15% 42.35%
CMYK 0.00% 23.15% 13.89%
57.65%

Color #6C535D in popluar number systems.

HEX 6C 53 5D
Decimal 108 83 93
Binary 1101100 1010011 1011101
Octal 154 123 135

Shades and tints

Shades of #6C535D

#6C535D
(108,83,93)
#634C55
(99,76,85)
#5A454D
(90,69,77)
#513E45
(81,62,69)
#48373D
(72,55,61)
#3F3035
(63,48,53)
#36292D
(54,41,45)
#2D2225
(45,34,37)
#241B1D
(36,27,29)
#1B1415
(27,20,21)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #6C535D

#6C535D
(108,83,93)
#79626B
(121,98,107)
#867179
(134,113,121)
#938087
(147,128,135)
#A08F95
(160,143,149)
#AD9EA3
(173,158,163)
#BAADB1
(186,173,177)
#C7BCBF
(199,188,191)
#D4CBCD
(212,203,205)
#E1DADB
(225,218,219)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C535D color. Also use rgb(108,83,93) instead hex code.

Text Font Color

.myTextColor { color: #6C535D; }

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

This text font color is #6C535D.

Background Color

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

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

This div background color is #6C535D.

Border color

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

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

This div border color is #6C535D.

Opacity

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

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

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

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

This text has shadow with #6C535D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C535D.

Preview

Color preview on black background

This text has color #6C535D on black background.


Color preview on white background

This text has color #6C535D on white background.


Black color preview on #6C535D background

This text has black color on #6C535D background.


White color preview on #6C535D background

This text has white color on #6C535D background.


Related colors

Complementary color

Complementary color for #hex is #93ACA2.


I love getcolorcode.com

Triadic colors

1 #5D6C53 and #535D6C with #6C535D are triadic colors.

2 #5D536C and #536C5D with #6C535D are triadic colors.