COLOR #6E3340

HEX: #6E3340
RGB: (110,51,64)

Color info

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

RGB color model

#6E3340 color RGB value is (110,51,64).

  • red value is 110;
  • green value is 51;
  • blue value is 64.
RGB:
(110,51,64)
(43%,20%,25%)

RGB channels and saturation

R 110 of 255 = 43%
G 51 of 255 = 20%
B 64 of 255 = 25%

110
51
64

R + G + B ~ 29%. #6E3340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 51 + 64 = 225 (100%)
R 110 of 225 ~ 48.89%
G 51 of 225 ~ 22.67%
B 64 of 225 ~ 28.44%

%48.89
%22.67
%28.44

CMYK color model

#6E3340 color CMYK value is (0,54,42,57).

  • cyan value is 0.00%
  • magenta value is 53.64%
  • yellow value is 41.82%
  • key color value is 56.86%
CMYK:
(0,54,42,57)
C0M54Y42K57 
(0%,54%,42%,57%)
(0.00/0.54/0.42/0.57)	

CMYK percentages

%0
%53.64
%41.82
%56.86

Codes

Color #6E3340 in popluar color models

6E3340
RGB1105164
HSL347°36.65%31.57%
HSB/HSV347°53.64%43.14%
CMYK0.00%53.64%41.82%
56.86%

Color #6E3340 in popluar number systems.

HEX6E3340
Decimal1105164
Binary11011101100111000000
Octal15663100

Shades and tints

Shades of #6E3340

#6E3340
(110,51,64)
#642F3B
(100,47,59)
#5A2B36
(90,43,54)
#502731
(80,39,49)
#46232C
(70,35,44)
#3C1F27
(60,31,39)
#321B22
(50,27,34)
#28171D
(40,23,29)
#1E1318
(30,19,24)
#140F13
(20,15,19)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #6E3340

#6E3340
(110,51,64)
#7B4551
(123,69,81)
#885762
(136,87,98)
#956973
(149,105,115)
#A27B84
(162,123,132)
#AF8D95
(175,141,149)
#BC9FA6
(188,159,166)
#C9B1B7
(201,177,183)
#D6C3C8
(214,195,200)
#E3D5D9
(227,213,217)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3340 color. Also use rgb(110,51,64) instead hex code.

Text Font Color

.myTextColor { color: #6E3340; }

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

This text font color is #6E3340.


Background Color

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

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

This div background color is #6E3340.


Border color

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

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

This div border color is #6E3340.


Opacity

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

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

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

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

This text has shadow with #6E3340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3340 on black background.


Color preview on white background

This text has color #6E3340 on white background.



Black color preview on #6E3340 background

This text has black color on #6E3340 background.


White color preview on #6E3340 background

This text has white color on #6E3340 background.