COLOR #6E5967

HEX: #6E5967
RGB: (110,89,103)

Color info

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

RGB color model

#6E5967 color RGB value is (110,89,103).

  • red value is 110;
  • green value is 89;
  • blue value is 103.
RGB:
(110,89,103)
(43%,35%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 89 of 255 = 35%
B 103 of 255 = 40%

110
89
103

R + G + B ~ 39%. #6E5967 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 89 + 103 = 302 (100%)
R 110 of 302 ~ 36.42%
G 89 of 302 ~ 29.47%
B 103 of 302 ~ 34.11%

%36.42
%29.47
%34.11

CMYK color model

#6E5967 color CMYK value is (0,19,6,57).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 6.36%
  • key color value is 56.86%
CMYK:
(0,19,6,57)
C0M19Y6K57 
(0%,19%,6%,57%)
(0.00/0.19/0.06/0.57)	

CMYK percentages

%0
%19.09
%6.36
%56.86

Codes

Color #6E5967 in popluar color models

6E5967
RGB11089103
HSL320°10.55%39.02%
HSB/HSV320°19.09%43.14%
CMYK0.00%19.09%6.36%
56.86%

Color #6E5967 in popluar number systems.

HEX6E5967
Decimal11089103
Binary110111010110011100111
Octal156131147

Shades and tints

Shades of #6E5967

#6E5967
(110,89,103)
#64515E
(100,81,94)
#5A4955
(90,73,85)
#50414C
(80,65,76)
#463943
(70,57,67)
#3C313A
(60,49,58)
#322931
(50,41,49)
#282128
(40,33,40)
#1E191F
(30,25,31)
#141116
(20,17,22)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #6E5967

#6E5967
(110,89,103)
#7B6874
(123,104,116)
#887781
(136,119,129)
#95868E
(149,134,142)
#A2959B
(162,149,155)
#AFA4A8
(175,164,168)
#BCB3B5
(188,179,181)
#C9C2C2
(201,194,194)
#D6D1CF
(214,209,207)
#E3E0DC
(227,224,220)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5967 color. Also use rgb(110,89,103) instead hex code.

Text Font Color

.myTextColor { color: #6E5967; }

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

This text font color is #6E5967.


Background Color

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

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

This div background color is #6E5967.


Border color

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

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

This div border color is #6E5967.


Opacity

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

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

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

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

This text has shadow with #6E5967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5967 on black background.


Color preview on white background

This text has color #6E5967 on white background.



Black color preview on #6E5967 background

This text has black color on #6E5967 background.


White color preview on #6E5967 background

This text has white color on #6E5967 background.