COLOR #6C5E58

HEX: #6C5E58
RGB: (108,94,88)

Color info

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

RGB color model

#6C5E58 color RGB value is (108,94,88).

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

RGB channels and saturation

R 108 of 255 = 42%
G 94 of 255 = 37%
B 88 of 255 = 35%

108
94
88

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

Portions of RGB colors in percentages

R + G + B =
108 + 94 + 88 = 290 (100%)
R 108 of 290 ~ 37.24%
G 94 of 290 ~ 32.41%
B 88 of 290 ~ 30.34%

%37.24
%32.41
%30.34

CMYK color model

#6C5E58 color CMYK value is (0,13,19,58).

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 18.52%
  • key color value is 57.65%
CMYK:
(0,13,19,58)
C0M13Y19K58 
(0%,13%,19%,58%)
(0.00/0.13/0.19/0.58)	

CMYK percentages

%0
%12.96
%18.52
%57.65

Codes

Color #6C5E58 in popluar color models

6C5E58
RGB1089488
HSL18°10.20%38.43%
HSB/HSV18°18.52%42.35%
CMYK0.00%12.96%18.52%
57.65%

Color #6C5E58 in popluar number systems.

HEX6C5E58
Decimal1089488
Binary110110010111101011000
Octal154136130

Shades and tints

Shades of #6C5E58

#6C5E58
(108,94,88)
#635650
(99,86,80)
#5A4E48
(90,78,72)
#514640
(81,70,64)
#483E38
(72,62,56)
#3F3630
(63,54,48)
#362E28
(54,46,40)
#2D2620
(45,38,32)
#241E18
(36,30,24)
#1B1610
(27,22,16)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #6C5E58

#6C5E58
(108,94,88)
#796C67
(121,108,103)
#867A76
(134,122,118)
#938885
(147,136,133)
#A09694
(160,150,148)
#ADA4A3
(173,164,163)
#BAB2B2
(186,178,178)
#C7C0C1
(199,192,193)
#D4CED0
(212,206,208)
#E1DCDF
(225,220,223)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5E58; }

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

This text font color is #6C5E58.


Background Color

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

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

This div background color is #6C5E58.


Border color

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

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

This div border color is #6C5E58.


Opacity

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

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

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

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

This text has shadow with #6C5E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5E58 on black background.


Color preview on white background

This text has color #6C5E58 on white background.



Black color preview on #6C5E58 background

This text has black color on #6C5E58 background.


White color preview on #6C5E58 background

This text has white color on #6C5E58 background.