COLOR #6E4D5C

HEX: #6E4D5C
RGB: (110,77,92)

Color info

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

RGB color model

#6E4D5C color RGB value is (110,77,92).

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

RGB channels and saturation

R 110 of 255 = 43%
G 77 of 255 = 30%
B 92 of 255 = 36%

110
77
92

R + G + B ~ 36%. #6E4D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 77 + 92 = 279 (100%)
R 110 of 279 ~ 39.43%
G 77 of 279 ~ 27.6%
B 92 of 279 ~ 32.97%

%39.43
%27.6
%32.97

CMYK color model

#6E4D5C color CMYK value is (0,30,16,57).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 16.36%
  • key color value is 56.86%
CMYK:
(0,30,16,57)
C0M30Y16K57 
(0%,30%,16%,57%)
(0.00/0.30/0.16/0.57)	

CMYK percentages

%0
%30
%16.36
%56.86

Codes

Color #6E4D5C in popluar color models

6E4D5C
RGB1107792
HSL333°17.65%36.67%
HSB/HSV333°30.00%43.14%
CMYK0.00%30.00%16.36%
56.86%

Color #6E4D5C in popluar number systems.

HEX6E4D5C
Decimal1107792
Binary110111010011011011100
Octal156115134

Shades and tints

Shades of #6E4D5C

#6E4D5C
(110,77,92)
#644654
(100,70,84)
#5A3F4C
(90,63,76)
#503844
(80,56,68)
#46313C
(70,49,60)
#3C2A34
(60,42,52)
#32232C
(50,35,44)
#281C24
(40,28,36)
#1E151C
(30,21,28)
#140E14
(20,14,20)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #6E4D5C

#6E4D5C
(110,77,92)
#7B5D6A
(123,93,106)
#886D78
(136,109,120)
#957D86
(149,125,134)
#A28D94
(162,141,148)
#AF9DA2
(175,157,162)
#BCADB0
(188,173,176)
#C9BDBE
(201,189,190)
#D6CDCC
(214,205,204)
#E3DDDA
(227,221,218)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4D5C; }

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

This text font color is #6E4D5C.


Background Color

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

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

This div background color is #6E4D5C.


Border color

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

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

This div border color is #6E4D5C.


Opacity

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

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

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

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

This text has shadow with #6E4D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4D5C on black background.


Color preview on white background

This text has color #6E4D5C on white background.



Black color preview on #6E4D5C background

This text has black color on #6E4D5C background.


White color preview on #6E4D5C background

This text has white color on #6E4D5C background.