COLOR #6E4D57

HEX: #6E4D57
RGB: (110,77,87)

Color info

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

RGB color model

#6E4D57 color RGB value is (110,77,87).

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

RGB channels and saturation

R 110 of 255 = 43%
G 77 of 255 = 30%
B 87 of 255 = 34%

110
77
87

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

Portions of RGB colors in percentages

R + G + B =
110 + 77 + 87 = 274 (100%)
R 110 of 274 ~ 40.15%
G 77 of 274 ~ 28.1%
B 87 of 274 ~ 31.75%

%40.15
%28.1
%31.75

CMYK color model

#6E4D57 color CMYK value is (0,30,21,57).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 20.91%
  • key color value is 56.86%
CMYK:
(0,30,21,57)
C0M30Y21K57 
(0%,30%,21%,57%)
(0.00/0.30/0.21/0.57)	

CMYK percentages

%0
%30
%20.91
%56.86

Codes

Color #6E4D57 in popluar color models

6E4D57
RGB1107787
HSL342°17.65%36.67%
HSB/HSV342°30.00%43.14%
CMYK0.00%30.00%20.91%
56.86%

Color #6E4D57 in popluar number systems.

HEX6E4D57
Decimal1107787
Binary110111010011011010111
Octal156115127

Shades and tints

Shades of #6E4D57

#6E4D57
(110,77,87)
#644650
(100,70,80)
#5A3F49
(90,63,73)
#503842
(80,56,66)
#46313B
(70,49,59)
#3C2A34
(60,42,52)
#32232D
(50,35,45)
#281C26
(40,28,38)
#1E151F
(30,21,31)
#140E18
(20,14,24)
#0A0711
(10,7,17)
#000000
(0,0,0)

Tints of #6E4D57

#6E4D57
(110,77,87)
#7B5D66
(123,93,102)
#886D75
(136,109,117)
#957D84
(149,125,132)
#A28D93
(162,141,147)
#AF9DA2
(175,157,162)
#BCADB1
(188,173,177)
#C9BDC0
(201,189,192)
#D6CDCF
(214,205,207)
#E3DDDE
(227,221,222)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4D57; }

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

This text font color is #6E4D57.


Background Color

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

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

This div background color is #6E4D57.


Border color

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

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

This div border color is #6E4D57.


Opacity

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

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

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

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

This text has shadow with #6E4D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4D57 on black background.


Color preview on white background

This text has color #6E4D57 on white background.



Black color preview on #6E4D57 background

This text has black color on #6E4D57 background.


White color preview on #6E4D57 background

This text has white color on #6E4D57 background.