COLOR #6E494E

HEX: #6E494E
RGB: (110,73,78)

Color info

#6E494E contains red, green and blue colors in about the same proportion. Web safe color of #6E494E is #663366 (or #636).

RGB color model

#6E494E color RGB value is (110,73,78).

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

RGB channels and saturation

R 110 of 255 = 43%
G 73 of 255 = 29%
B 78 of 255 = 31%

110
73
78

R + G + B ~ 34%. #6E494E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 73 + 78 = 261 (100%)
R 110 of 261 ~ 42.15%
G 73 of 261 ~ 27.97%
B 78 of 261 ~ 29.89%

%42.15
%27.97
%29.89

CMYK color model

#6E494E color CMYK value is (0,34,29,57).

  • cyan value is 0.00%
  • magenta value is 33.64%
  • yellow value is 29.09%
  • key color value is 56.86%
CMYK:
(0,34,29,57)
C0M34Y29K57 
(0%,34%,29%,57%)
(0.00/0.34/0.29/0.57)	

CMYK percentages

%0
%33.64
%29.09
%56.86

Codes

Color #6E494E in popluar color models

6E494E
RGB1107378
HSL352°20.22%35.88%
HSB/HSV352°33.64%43.14%
CMYK0.00%33.64%29.09%
56.86%

Color #6E494E in popluar number systems.

HEX6E494E
Decimal1107378
Binary110111010010011001110
Octal156111116

Shades and tints

Shades of #6E494E

#6E494E
(110,73,78)
#644347
(100,67,71)
#5A3D40
(90,61,64)
#503739
(80,55,57)
#463132
(70,49,50)
#3C2B2B
(60,43,43)
#322524
(50,37,36)
#281F1D
(40,31,29)
#1E1916
(30,25,22)
#14130F
(20,19,15)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #6E494E

#6E494E
(110,73,78)
#7B595E
(123,89,94)
#88696E
(136,105,110)
#95797E
(149,121,126)
#A2898E
(162,137,142)
#AF999E
(175,153,158)
#BCA9AE
(188,169,174)
#C9B9BE
(201,185,190)
#D6C9CE
(214,201,206)
#E3D9DE
(227,217,222)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E494E; }

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

This text font color is #6E494E.


Background Color

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

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

This div background color is #6E494E.


Border color

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

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

This div border color is #6E494E.


Opacity

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

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

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

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

This text has shadow with #6E494E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E494E on black background.


Color preview on white background

This text has color #6E494E on white background.



Black color preview on #6E494E background

This text has black color on #6E494E background.


White color preview on #6E494E background

This text has white color on #6E494E background.