COLOR #6C5358

HEX: #6C5358
RGB: (108,83,88)

Color info

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

RGB color model

#6C5358 color RGB value is (108,83,88).

  • red value is 108;
  • green value is 83;
  • blue value is 88.
RGB:
(108,83,88)
(42%,33%,35%)

RGB channels and saturation

R 108 of 255 = 42%
G 83 of 255 = 33%
B 88 of 255 = 35%

108
83
88

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

Portions of RGB colors in percentages

R + G + B =
108 + 83 + 88 = 279 (100%)
R 108 of 279 ~ 38.71%
G 83 of 279 ~ 29.75%
B 88 of 279 ~ 31.54%

%38.71
%29.75
%31.54

CMYK color model

#6C5358 color CMYK value is (0,23,19,58).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 18.52%
  • key color value is 57.65%
CMYK:
(0,23,19,58)
C0M23Y19K58 
(0%,23%,19%,58%)
(0.00/0.23/0.19/0.58)	

CMYK percentages

%0
%23.15
%18.52
%57.65

Codes

Color #6C5358 in popluar color models

6C5358
RGB1088388
HSL348°13.09%37.45%
HSB/HSV348°23.15%42.35%
CMYK0.00%23.15%18.52%
57.65%

Color #6C5358 in popluar number systems.

HEX6C5358
Decimal1088388
Binary110110010100111011000
Octal154123130

Shades and tints

Shades of #6C5358

#6C5358
(108,83,88)
#634C50
(99,76,80)
#5A4548
(90,69,72)
#513E40
(81,62,64)
#483738
(72,55,56)
#3F3030
(63,48,48)
#362928
(54,41,40)
#2D2220
(45,34,32)
#241B18
(36,27,24)
#1B1410
(27,20,16)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #6C5358

#6C5358
(108,83,88)
#796267
(121,98,103)
#867176
(134,113,118)
#938085
(147,128,133)
#A08F94
(160,143,148)
#AD9EA3
(173,158,163)
#BAADB2
(186,173,178)
#C7BCC1
(199,188,193)
#D4CBD0
(212,203,208)
#E1DADF
(225,218,223)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5358; }

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

This text font color is #6C5358.


Background Color

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

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

This div background color is #6C5358.


Border color

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

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

This div border color is #6C5358.


Opacity

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

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

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

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

This text has shadow with #6C5358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5358 on black background.


Color preview on white background

This text has color #6C5358 on white background.



Black color preview on #6C5358 background

This text has black color on #6C5358 background.


White color preview on #6C5358 background

This text has white color on #6C5358 background.