COLOR #6E3F49

HEX: #6E3F49
RGB: (110,63,73)

Color info

#6E3F49 contains red, green and blue colors in about the same proportion. Web safe color of #6E3F49 is #663333 (or #633).

RGB color model

#6E3F49 color RGB value is (110,63,73).

  • red value is 110;
  • green value is 63;
  • blue value is 73.
RGB:
(110,63,73)
(43%,25%,29%)

RGB channels and saturation

R 110 of 255 = 43%
G 63 of 255 = 25%
B 73 of 255 = 29%

110
63
73

R + G + B ~ 32%. #6E3F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 63 + 73 = 246 (100%)
R 110 of 246 ~ 44.72%
G 63 of 246 ~ 25.61%
B 73 of 246 ~ 29.67%

%44.72
%25.61
%29.67

CMYK color model

#6E3F49 color CMYK value is (0,43,34,57).

  • cyan value is 0.00%
  • magenta value is 42.73%
  • yellow value is 33.64%
  • key color value is 56.86%
CMYK:
(0,43,34,57)
C0M43Y34K57 
(0%,43%,34%,57%)
(0.00/0.43/0.34/0.57)	

CMYK percentages

%0
%42.73
%33.64
%56.86

Codes

Color #6E3F49 in popluar color models

6E3F49
RGB1106373
HSL347°27.17%33.92%
HSB/HSV347°42.73%43.14%
CMYK0.00%42.73%33.64%
56.86%

Color #6E3F49 in popluar number systems.

HEX6E3F49
Decimal1106373
Binary11011101111111001001
Octal15677111

Shades and tints

Shades of #6E3F49

#6E3F49
(110,63,73)
#643A43
(100,58,67)
#5A353D
(90,53,61)
#503037
(80,48,55)
#462B31
(70,43,49)
#3C262B
(60,38,43)
#322125
(50,33,37)
#281C1F
(40,28,31)
#1E1719
(30,23,25)
#141213
(20,18,19)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #6E3F49

#6E3F49
(110,63,73)
#7B5059
(123,80,89)
#886169
(136,97,105)
#957279
(149,114,121)
#A28389
(162,131,137)
#AF9499
(175,148,153)
#BCA5A9
(188,165,169)
#C9B6B9
(201,182,185)
#D6C7C9
(214,199,201)
#E3D8D9
(227,216,217)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3F49 color. Also use rgb(110,63,73) instead hex code.

Text Font Color

.myTextColor { color: #6E3F49; }

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

This text font color is #6E3F49.


Background Color

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

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

This div background color is #6E3F49.


Border color

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

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

This div border color is #6E3F49.


Opacity

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

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

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

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

This text has shadow with #6E3F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3F49 on black background.


Color preview on white background

This text has color #6E3F49 on white background.



Black color preview on #6E3F49 background

This text has black color on #6E3F49 background.


White color preview on #6E3F49 background

This text has white color on #6E3F49 background.