COLOR #6E3D4F

HEX: #6E3D4F
RGB: (110,61,79)

Color info

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

RGB color model

#6E3D4F color RGB value is (110,61,79).

  • red value is 110;
  • green value is 61;
  • blue value is 79.
RGB:
(110,61,79)
(43%,24%,31%)

RGB channels and saturation

R 110 of 255 = 43%
G 61 of 255 = 24%
B 79 of 255 = 31%

110
61
79

R + G + B ~ 33%. #6E3D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 61 + 79 = 250 (100%)
R 110 of 250 ~ 44%
G 61 of 250 ~ 24.4%
B 79 of 250 ~ 31.6%

%44
%24.4
%31.6

CMYK color model

#6E3D4F color CMYK value is (0,45,28,57).

  • cyan value is 0.00%
  • magenta value is 44.55%
  • yellow value is 28.18%
  • key color value is 56.86%
CMYK:
(0,45,28,57)
C0M45Y28K57 
(0%,45%,28%,57%)
(0.00/0.45/0.28/0.57)	

CMYK percentages

%0
%44.55
%28.18
%56.86

Codes

Color #6E3D4F in popluar color models

6E3D4F
RGB1106179
HSL338°28.65%33.53%
HSB/HSV338°44.55%43.14%
CMYK0.00%44.55%28.18%
56.86%

Color #6E3D4F in popluar number systems.

HEX6E3D4F
Decimal1106179
Binary11011101111011001111
Octal15675117

Shades and tints

Shades of #6E3D4F

#6E3D4F
(110,61,79)
#643848
(100,56,72)
#5A3341
(90,51,65)
#502E3A
(80,46,58)
#462933
(70,41,51)
#3C242C
(60,36,44)
#321F25
(50,31,37)
#281A1E
(40,26,30)
#1E1517
(30,21,23)
#141010
(20,16,16)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #6E3D4F

#6E3D4F
(110,61,79)
#7B4E5F
(123,78,95)
#885F6F
(136,95,111)
#95707F
(149,112,127)
#A2818F
(162,129,143)
#AF929F
(175,146,159)
#BCA3AF
(188,163,175)
#C9B4BF
(201,180,191)
#D6C5CF
(214,197,207)
#E3D6DF
(227,214,223)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3D4F color. Also use rgb(110,61,79) instead hex code.

Text Font Color

.myTextColor { color: #6E3D4F; }

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

This text font color is #6E3D4F.


Background Color

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

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

This div background color is #6E3D4F.


Border color

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

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

This div border color is #6E3D4F.


Opacity

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

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

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

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

This text has shadow with #6E3D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3D4F on black background.


Color preview on white background

This text has color #6E3D4F on white background.



Black color preview on #6E3D4F background

This text has black color on #6E3D4F background.


White color preview on #6E3D4F background

This text has white color on #6E3D4F background.