COLOR #6E2940

HEX: #6E2940
RGB: (110,41,64)

Color info

#6E2940 contains mainly red and blue colors. Web safe color of #6E2940 is #663333 (or #633).

RGB color model

#6E2940 color RGB value is (110,41,64).

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

RGB channels and saturation

R 110 of 255 = 43%
G 41 of 255 = 16%
B 64 of 255 = 25%

110
41
64

R + G + B ~ 28%. #6E2940 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 41 + 64 = 215 (100%)
R 110 of 215 ~ 51.16%
G 41 of 215 ~ 19.07%
B 64 of 215 ~ 29.77%

%51.16
%19.07
%29.77

CMYK color model

#6E2940 color CMYK value is (0,63,42,57).

  • cyan value is 0.00%
  • magenta value is 62.73%
  • yellow value is 41.82%
  • key color value is 56.86%
CMYK:
(0,63,42,57)
C0M63Y42K57 
(0%,63%,42%,57%)
(0.00/0.63/0.42/0.57)	

CMYK percentages

%0
%62.73
%41.82
%56.86

Codes

Color #6E2940 in popluar color models

6E2940
RGB1104164
HSL340°45.70%29.61%
HSB/HSV340°62.73%43.14%
CMYK0.00%62.73%41.82%
56.86%

Color #6E2940 in popluar number systems.

HEX6E2940
Decimal1104164
Binary11011101010011000000
Octal15651100

Shades and tints

Shades of #6E2940

#6E2940
(110,41,64)
#64263B
(100,38,59)
#5A2336
(90,35,54)
#502031
(80,32,49)
#461D2C
(70,29,44)
#3C1A27
(60,26,39)
#321722
(50,23,34)
#28141D
(40,20,29)
#1E1118
(30,17,24)
#140E13
(20,14,19)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #6E2940

#6E2940
(110,41,64)
#7B3C51
(123,60,81)
#884F62
(136,79,98)
#956273
(149,98,115)
#A27584
(162,117,132)
#AF8895
(175,136,149)
#BC9BA6
(188,155,166)
#C9AEB7
(201,174,183)
#D6C1C8
(214,193,200)
#E3D4D9
(227,212,217)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2940; }

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

This text font color is #6E2940.


Background Color

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

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

This div background color is #6E2940.


Border color

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

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

This div border color is #6E2940.


Opacity

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

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

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

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

This text has shadow with #6E2940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2940 on black background.


Color preview on white background

This text has color #6E2940 on white background.



Black color preview on #6E2940 background

This text has black color on #6E2940 background.


White color preview on #6E2940 background

This text has white color on #6E2940 background.