COLOR #6C5354

HEX: #6C5354 RGB: (108,83,84)

Color info

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

RGB color model

#6C5354 color RGB value is (108,83,84).

RGB: (108,83,84) (42%, 33%, 33%)

RGB channels and saturation

R 108 of 255 = 42%
G 83 of 255 = 33%
B 84 of 255 = 33%

108
83
84

R + G + B ~ 36%. #6C5354 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 83 + 84 = 275 (100%)
R 108 of 275 ~ 39.27%
G 83 of 275 ~ 30.18%
B 84 of 275 ~ 30.55'%

%39.27
%30.18
%30.55

CMYK color model

#6C5354 color CMYK value is (0,23,22,58).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 22.22%
  • key color value is 57.65%
CMYK: (0,23,22,58) C0M23Y22K58 (0%,23%,22%,58%) (0.00/0.23/0.22/0.58) 

CMYK percentages

%0
%23.15
%22.22
%57.65

Codes

Color #6C5354 in popluar color models

6C 53 54
RGB 108 83 84
HSL 358° 13.09% 37.45%
HSB/HSV 358° 23.15% 42.35%
CMYK 0.00% 23.15% 22.22%
57.65%

Color #6C5354 in popluar number systems.

HEX 6C 53 54
Decimal 108 83 84
Binary 1101100 1010011 1010100
Octal 154 123 124

Shades and tints

Shades of #6C5354

#6C5354
(108,83,84)
#634C4D
(99,76,77)
#5A4546
(90,69,70)
#513E3F
(81,62,63)
#483738
(72,55,56)
#3F3031
(63,48,49)
#36292A
(54,41,42)
#2D2223
(45,34,35)
#241B1C
(36,27,28)
#1B1415
(27,20,21)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #6C5354

#6C5354
(108,83,84)
#796263
(121,98,99)
#867172
(134,113,114)
#938081
(147,128,129)
#A08F90
(160,143,144)
#AD9E9F
(173,158,159)
#BAADAE
(186,173,174)
#C7BCBD
(199,188,189)
#D4CBCC
(212,203,204)
#E1DADB
(225,218,219)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5354; }

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

This text font color is #6C5354.

Background Color

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

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

This div background color is #6C5354.

Border color

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

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

This div border color is #6C5354.

Opacity

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

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

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

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

This text has shadow with #6C5354 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5354.

Preview

Color preview on black background

This text has color #6C5354 on black background.


Color preview on white background

This text has color #6C5354 on white background.


Black color preview on #6C5354 background

This text has black color on #6C5354 background.


White color preview on #6C5354 background

This text has white color on #6C5354 background.


Related colors

Complementary color

Complementary color for #hex is #93ACAB.


I love getcolorcode.com

Triadic colors

1 #546C53 and #53546C with #6C5354 are triadic colors.

2 #54536C and #536C54 with #6C5354 are triadic colors.