COLOR #6E1538

HEX: #6E1538
RGB: (110,21,56)

Color info

#6E1538 contains mainly red and blue colors. Web safe color of #6E1538 is #660033 (or #603).

RGB color model

#6E1538 color RGB value is (110,21,56).

  • red value is 110;
  • green value is 21;
  • blue value is 56.
RGB:
(110,21,56)
(43%,8%,22%)

RGB channels and saturation

R 110 of 255 = 43%
G 21 of 255 = 8%
B 56 of 255 = 22%

110
21
56

R + G + B ~ 24%. #6E1538 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 21 + 56 = 187 (100%)
R 110 of 187 ~ 58.82%
G 21 of 187 ~ 11.23%
B 56 of 187 ~ 29.95%

%58.82
%11.23
%29.95

CMYK color model

#6E1538 color CMYK value is (0,81,49,57).

  • cyan value is 0.00%
  • magenta value is 80.91%
  • yellow value is 49.09%
  • key color value is 56.86%
CMYK:
(0,81,49,57)
C0M81Y49K57 
(0%,81%,49%,57%)
(0.00/0.81/0.49/0.57)	

CMYK percentages

%0
%80.91
%49.09
%56.86

Codes

Color #6E1538 in popluar color models

6E1538
RGB1102156
HSL336°67.94%25.69%
HSB/HSV336°80.91%43.14%
CMYK0.00%80.91%49.09%
56.86%

Color #6E1538 in popluar number systems.

HEX6E1538
Decimal1102156
Binary110111010101111000
Octal1562570

Shades and tints

Shades of #6E1538

#6E1538
(110,21,56)
#641433
(100,20,51)
#5A132E
(90,19,46)
#501229
(80,18,41)
#461124
(70,17,36)
#3C101F
(60,16,31)
#320F1A
(50,15,26)
#280E15
(40,14,21)
#1E0D10
(30,13,16)
#140C0B
(20,12,11)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #6E1538

#6E1538
(110,21,56)
#7B2A4A
(123,42,74)
#883F5C
(136,63,92)
#95546E
(149,84,110)
#A26980
(162,105,128)
#AF7E92
(175,126,146)
#BC93A4
(188,147,164)
#C9A8B6
(201,168,182)
#D6BDC8
(214,189,200)
#E3D2DA
(227,210,218)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1538 color. Also use rgb(110,21,56) instead hex code.

Text Font Color

.myTextColor { color: #6E1538; }

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

This text font color is #6E1538.


Background Color

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

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

This div background color is #6E1538.


Border color

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

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

This div border color is #6E1538.


Opacity

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

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

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

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

This text has shadow with #6E1538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1538 on black background.


Color preview on white background

This text has color #6E1538 on white background.



Black color preview on #6E1538 background

This text has black color on #6E1538 background.


White color preview on #6E1538 background

This text has white color on #6E1538 background.