COLOR #6E4E5E

HEX: #6E4E5E
RGB: (110,78,94)

Color info

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

RGB color model

#6E4E5E color RGB value is (110,78,94).

  • red value is 110;
  • green value is 78;
  • blue value is 94.
RGB:
(110,78,94)
(43%,31%,37%)

RGB channels and saturation

R 110 of 255 = 43%
G 78 of 255 = 31%
B 94 of 255 = 37%

110
78
94

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

Portions of RGB colors in percentages

R + G + B =
110 + 78 + 94 = 282 (100%)
R 110 of 282 ~ 39.01%
G 78 of 282 ~ 27.66%
B 94 of 282 ~ 33.33%

%39.01
%27.66
%33.33

CMYK color model

#6E4E5E color CMYK value is (0,29,15,57).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(0,29,15,57)
C0M29Y15K57 
(0%,29%,15%,57%)
(0.00/0.29/0.15/0.57)	

CMYK percentages

%0
%29.09
%14.55
%56.86

Codes

Color #6E4E5E in popluar color models

6E4E5E
RGB1107894
HSL330°17.02%36.86%
HSB/HSV330°29.09%43.14%
CMYK0.00%29.09%14.55%
56.86%

Color #6E4E5E in popluar number systems.

HEX6E4E5E
Decimal1107894
Binary110111010011101011110
Octal156116136

Shades and tints

Shades of #6E4E5E

#6E4E5E
(110,78,94)
#644756
(100,71,86)
#5A404E
(90,64,78)
#503946
(80,57,70)
#46323E
(70,50,62)
#3C2B36
(60,43,54)
#32242E
(50,36,46)
#281D26
(40,29,38)
#1E161E
(30,22,30)
#140F16
(20,15,22)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #6E4E5E

#6E4E5E
(110,78,94)
#7B5E6C
(123,94,108)
#886E7A
(136,110,122)
#957E88
(149,126,136)
#A28E96
(162,142,150)
#AF9EA4
(175,158,164)
#BCAEB2
(188,174,178)
#C9BEC0
(201,190,192)
#D6CECE
(214,206,206)
#E3DEDC
(227,222,220)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4E5E color. Also use rgb(110,78,94) instead hex code.

Text Font Color

.myTextColor { color: #6E4E5E; }

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

This text font color is #6E4E5E.


Background Color

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

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

This div background color is #6E4E5E.


Border color

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

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

This div border color is #6E4E5E.


Opacity

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

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

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

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

This text has shadow with #6E4E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4E5E on black background.


Color preview on white background

This text has color #6E4E5E on white background.



Black color preview on #6E4E5E background

This text has black color on #6E4E5E background.


White color preview on #6E4E5E background

This text has white color on #6E4E5E background.