COLOR #6E1C39

HEX: #6E1C39
RGB: (110,28,57)

Color info

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

RGB color model

#6E1C39 color RGB value is (110,28,57).

  • red value is 110;
  • green value is 28;
  • blue value is 57.
RGB:
(110,28,57)
(43%,11%,22%)

RGB channels and saturation

R 110 of 255 = 43%
G 28 of 255 = 11%
B 57 of 255 = 22%

110
28
57

R + G + B ~ 25%. #6E1C39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 28 + 57 = 195 (100%)
R 110 of 195 ~ 56.41%
G 28 of 195 ~ 14.36%
B 57 of 195 ~ 29.23%

%56.41
%14.36
%29.23

CMYK color model

#6E1C39 color CMYK value is (0,75,48,57).

  • cyan value is 0.00%
  • magenta value is 74.55%
  • yellow value is 48.18%
  • key color value is 56.86%
CMYK:
(0,75,48,57)
C0M75Y48K57 
(0%,75%,48%,57%)
(0.00/0.75/0.48/0.57)	

CMYK percentages

%0
%74.55
%48.18
%56.86

Codes

Color #6E1C39 in popluar color models

6E1C39
RGB1102857
HSL339°59.42%27.06%
HSB/HSV339°74.55%43.14%
CMYK0.00%74.55%48.18%
56.86%

Color #6E1C39 in popluar number systems.

HEX6E1C39
Decimal1102857
Binary110111011100111001
Octal1563471

Shades and tints

Shades of #6E1C39

#6E1C39
(110,28,57)
#641A34
(100,26,52)
#5A182F
(90,24,47)
#50162A
(80,22,42)
#461425
(70,20,37)
#3C1220
(60,18,32)
#32101B
(50,16,27)
#280E16
(40,14,22)
#1E0C11
(30,12,17)
#140A0C
(20,10,12)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #6E1C39

#6E1C39
(110,28,57)
#7B304B
(123,48,75)
#88445D
(136,68,93)
#95586F
(149,88,111)
#A26C81
(162,108,129)
#AF8093
(175,128,147)
#BC94A5
(188,148,165)
#C9A8B7
(201,168,183)
#D6BCC9
(214,188,201)
#E3D0DB
(227,208,219)
#F0E4ED
(240,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1C39 color. Also use rgb(110,28,57) instead hex code.

Text Font Color

.myTextColor { color: #6E1C39; }

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

This text font color is #6E1C39.


Background Color

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

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

This div background color is #6E1C39.


Border color

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

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

This div border color is #6E1C39.


Opacity

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

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

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

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

This text has shadow with #6E1C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1C39 on black background.


Color preview on white background

This text has color #6E1C39 on white background.



Black color preview on #6E1C39 background

This text has black color on #6E1C39 background.


White color preview on #6E1C39 background

This text has white color on #6E1C39 background.