COLOR #6C5B58

HEX: #6C5B58
RGB: (108,91,88)

Color info

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

RGB color model

#6C5B58 color RGB value is (108,91,88).

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

RGB channels and saturation

R 108 of 255 = 42%
G 91 of 255 = 36%
B 88 of 255 = 35%

108
91
88

R + G + B ~ 38%. #6C5B58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 91 + 88 = 287 (100%)
R 108 of 287 ~ 37.63%
G 91 of 287 ~ 31.71%
B 88 of 287 ~ 30.66%

%37.63
%31.71
%30.66

CMYK color model

#6C5B58 color CMYK value is (0,16,19,58).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 18.52%
  • key color value is 57.65%
CMYK:
(0,16,19,58)
C0M16Y19K58 
(0%,16%,19%,58%)
(0.00/0.16/0.19/0.58)	

CMYK percentages

%0
%15.74
%18.52
%57.65

Codes

Color #6C5B58 in popluar color models

6C5B58
RGB1089188
HSL10.20%38.43%
HSB/HSV18.52%42.35%
CMYK0.00%15.74%18.52%
57.65%

Color #6C5B58 in popluar number systems.

HEX6C5B58
Decimal1089188
Binary110110010110111011000
Octal154133130

Shades and tints

Shades of #6C5B58

#6C5B58
(108,91,88)
#635350
(99,83,80)
#5A4B48
(90,75,72)
#514340
(81,67,64)
#483B38
(72,59,56)
#3F3330
(63,51,48)
#362B28
(54,43,40)
#2D2320
(45,35,32)
#241B18
(36,27,24)
#1B1310
(27,19,16)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #6C5B58

#6C5B58
(108,91,88)
#796967
(121,105,103)
#867776
(134,119,118)
#938585
(147,133,133)
#A09394
(160,147,148)
#ADA1A3
(173,161,163)
#BAAFB2
(186,175,178)
#C7BDC1
(199,189,193)
#D4CBD0
(212,203,208)
#E1D9DF
(225,217,223)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5B58; }

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

This text font color is #6C5B58.


Background Color

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

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

This div background color is #6C5B58.


Border color

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

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

This div border color is #6C5B58.


Opacity

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

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

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

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

This text has shadow with #6C5B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5B58 on black background.


Color preview on white background

This text has color #6C5B58 on white background.



Black color preview on #6C5B58 background

This text has black color on #6C5B58 background.


White color preview on #6C5B58 background

This text has white color on #6C5B58 background.