COLOR #6E5C5A

HEX: #6E5C5A
RGB: (110,92,90)

Color info

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

RGB color model

#6E5C5A color RGB value is (110,92,90).

  • red value is 110;
  • green value is 92;
  • blue value is 90.
RGB:
(110,92,90)
(43%,36%,35%)

RGB channels and saturation

R 110 of 255 = 43%
G 92 of 255 = 36%
B 90 of 255 = 35%

110
92
90

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

Portions of RGB colors in percentages

R + G + B =
110 + 92 + 90 = 292 (100%)
R 110 of 292 ~ 37.67%
G 92 of 292 ~ 31.51%
B 90 of 292 ~ 30.82%

%37.67
%31.51
%30.82

CMYK color model

#6E5C5A color CMYK value is (0,16,18,57).

  • cyan value is 0.00%
  • magenta value is 16.36%
  • yellow value is 18.18%
  • key color value is 56.86%
CMYK:
(0,16,18,57)
C0M16Y18K57 
(0%,16%,18%,57%)
(0.00/0.16/0.18/0.57)	

CMYK percentages

%0
%16.36
%18.18
%56.86

Codes

Color #6E5C5A in popluar color models

6E5C5A
RGB1109290
HSL10.00%39.22%
HSB/HSV18.18%43.14%
CMYK0.00%16.36%18.18%
56.86%

Color #6E5C5A in popluar number systems.

HEX6E5C5A
Decimal1109290
Binary110111010111001011010
Octal156134132

Shades and tints

Shades of #6E5C5A

#6E5C5A
(110,92,90)
#645452
(100,84,82)
#5A4C4A
(90,76,74)
#504442
(80,68,66)
#463C3A
(70,60,58)
#3C3432
(60,52,50)
#322C2A
(50,44,42)
#282422
(40,36,34)
#1E1C1A
(30,28,26)
#141412
(20,20,18)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #6E5C5A

#6E5C5A
(110,92,90)
#7B6A69
(123,106,105)
#887878
(136,120,120)
#958687
(149,134,135)
#A29496
(162,148,150)
#AFA2A5
(175,162,165)
#BCB0B4
(188,176,180)
#C9BEC3
(201,190,195)
#D6CCD2
(214,204,210)
#E3DAE1
(227,218,225)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5C5A color. Also use rgb(110,92,90) instead hex code.

Text Font Color

.myTextColor { color: #6E5C5A; }

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

This text font color is #6E5C5A.


Background Color

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

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

This div background color is #6E5C5A.


Border color

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

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

This div border color is #6E5C5A.


Opacity

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

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

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

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

This text has shadow with #6E5C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5C5A on black background.


Color preview on white background

This text has color #6E5C5A on white background.



Black color preview on #6E5C5A background

This text has black color on #6E5C5A background.


White color preview on #6E5C5A background

This text has white color on #6E5C5A background.