COLOR #6E3A44

HEX: #6E3A44
RGB: (110,58,68)

Color info

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

RGB color model

#6E3A44 color RGB value is (110,58,68).

  • red value is 110;
  • green value is 58;
  • blue value is 68.
RGB:
(110,58,68)
(43%,23%,27%)

RGB channels and saturation

R 110 of 255 = 43%
G 58 of 255 = 23%
B 68 of 255 = 27%

110
58
68

R + G + B ~ 31%. #6E3A44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 58 + 68 = 236 (100%)
R 110 of 236 ~ 46.61%
G 58 of 236 ~ 24.58%
B 68 of 236 ~ 28.81%

%46.61
%24.58
%28.81

CMYK color model

#6E3A44 color CMYK value is (0,47,38,57).

  • cyan value is 0.00%
  • magenta value is 47.27%
  • yellow value is 38.18%
  • key color value is 56.86%
CMYK:
(0,47,38,57)
C0M47Y38K57 
(0%,47%,38%,57%)
(0.00/0.47/0.38/0.57)	

CMYK percentages

%0
%47.27
%38.18
%56.86

Codes

Color #6E3A44 in popluar color models

6E3A44
RGB1105868
HSL348°30.95%32.94%
HSB/HSV348°47.27%43.14%
CMYK0.00%47.27%38.18%
56.86%

Color #6E3A44 in popluar number systems.

HEX6E3A44
Decimal1105868
Binary11011101110101000100
Octal15672104

Shades and tints

Shades of #6E3A44

#6E3A44
(110,58,68)
#64353E
(100,53,62)
#5A3038
(90,48,56)
#502B32
(80,43,50)
#46262C
(70,38,44)
#3C2126
(60,33,38)
#321C20
(50,28,32)
#28171A
(40,23,26)
#1E1214
(30,18,20)
#140D0E
(20,13,14)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #6E3A44

#6E3A44
(110,58,68)
#7B4B55
(123,75,85)
#885C66
(136,92,102)
#956D77
(149,109,119)
#A27E88
(162,126,136)
#AF8F99
(175,143,153)
#BCA0AA
(188,160,170)
#C9B1BB
(201,177,187)
#D6C2CC
(214,194,204)
#E3D3DD
(227,211,221)
#F0E4EE
(240,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3A44 color. Also use rgb(110,58,68) instead hex code.

Text Font Color

.myTextColor { color: #6E3A44; }

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

This text font color is #6E3A44.


Background Color

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

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

This div background color is #6E3A44.


Border color

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

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

This div border color is #6E3A44.


Opacity

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

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

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

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

This text has shadow with #6E3A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3A44 on black background.


Color preview on white background

This text has color #6E3A44 on white background.



Black color preview on #6E3A44 background

This text has black color on #6E3A44 background.


White color preview on #6E3A44 background

This text has white color on #6E3A44 background.