COLOR #6E4D58

HEX: #6E4D58
RGB: (110,77,88)

Color info

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

RGB color model

#6E4D58 color RGB value is (110,77,88).

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

RGB channels and saturation

R 110 of 255 = 43%
G 77 of 255 = 30%
B 88 of 255 = 35%

110
77
88

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

Portions of RGB colors in percentages

R + G + B =
110 + 77 + 88 = 275 (100%)
R 110 of 275 ~ 40%
G 77 of 275 ~ 28%
B 88 of 275 ~ 32%

%40
%28
%32

CMYK color model

#6E4D58 color CMYK value is (0,30,20,57).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 20.00%
  • key color value is 56.86%
CMYK:
(0,30,20,57)
C0M30Y20K57 
(0%,30%,20%,57%)
(0.00/0.30/0.20/0.57)	

CMYK percentages

%0
%30
%20
%56.86

Codes

Color #6E4D58 in popluar color models

6E4D58
RGB1107788
HSL340°17.65%36.67%
HSB/HSV340°30.00%43.14%
CMYK0.00%30.00%20.00%
56.86%

Color #6E4D58 in popluar number systems.

HEX6E4D58
Decimal1107788
Binary110111010011011011000
Octal156115130

Shades and tints

Shades of #6E4D58

#6E4D58
(110,77,88)
#644650
(100,70,80)
#5A3F48
(90,63,72)
#503840
(80,56,64)
#463138
(70,49,56)
#3C2A30
(60,42,48)
#322328
(50,35,40)
#281C20
(40,28,32)
#1E1518
(30,21,24)
#140E10
(20,14,16)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #6E4D58

#6E4D58
(110,77,88)
#7B5D67
(123,93,103)
#886D76
(136,109,118)
#957D85
(149,125,133)
#A28D94
(162,141,148)
#AF9DA3
(175,157,163)
#BCADB2
(188,173,178)
#C9BDC1
(201,189,193)
#D6CDD0
(214,205,208)
#E3DDDF
(227,221,223)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4D58; }

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

This text font color is #6E4D58.


Background Color

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

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

This div background color is #6E4D58.


Border color

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

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

This div border color is #6E4D58.


Opacity

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

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

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

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

This text has shadow with #6E4D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4D58 on black background.


Color preview on white background

This text has color #6E4D58 on white background.



Black color preview on #6E4D58 background

This text has black color on #6E4D58 background.


White color preview on #6E4D58 background

This text has white color on #6E4D58 background.