COLOR #6E2131

HEX: #6E2131
RGB: (110,33,49)

Color info

#6E2131 contains mainly red color. Web safe color of #6E2131 is #663333 (or #633).

RGB color model

#6E2131 color RGB value is (110,33,49).

  • red value is 110;
  • green value is 33;
  • blue value is 49.
RGB:
(110,33,49)
(43%,13%,19%)

RGB channels and saturation

R 110 of 255 = 43%
G 33 of 255 = 13%
B 49 of 255 = 19%

110
33
49

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

Portions of RGB colors in percentages

R + G + B =
110 + 33 + 49 = 192 (100%)
R 110 of 192 ~ 57.29%
G 33 of 192 ~ 17.19%
B 49 of 192 ~ 25.52%

%57.29
%17.19
%25.52

CMYK color model

#6E2131 color CMYK value is (0,70,55,57).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 55.45%
  • key color value is 56.86%
CMYK:
(0,70,55,57)
C0M70Y55K57 
(0%,70%,55%,57%)
(0.00/0.70/0.55/0.57)	

CMYK percentages

%0
%70
%55.45
%56.86

Codes

Color #6E2131 in popluar color models

6E2131
RGB1103349
HSL348°53.85%28.04%
HSB/HSV348°70.00%43.14%
CMYK0.00%70.00%55.45%
56.86%

Color #6E2131 in popluar number systems.

HEX6E2131
Decimal1103349
Binary1101110100001110001
Octal1564161

Shades and tints

Shades of #6E2131

#6E2131
(110,33,49)
#641E2D
(100,30,45)
#5A1B29
(90,27,41)
#501825
(80,24,37)
#461521
(70,21,33)
#3C121D
(60,18,29)
#320F19
(50,15,25)
#280C15
(40,12,21)
#1E0911
(30,9,17)
#14060D
(20,6,13)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #6E2131

#6E2131
(110,33,49)
#7B3543
(123,53,67)
#884955
(136,73,85)
#955D67
(149,93,103)
#A27179
(162,113,121)
#AF858B
(175,133,139)
#BC999D
(188,153,157)
#C9ADAF
(201,173,175)
#D6C1C1
(214,193,193)
#E3D5D3
(227,213,211)
#F0E9E5
(240,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2131 color. Also use rgb(110,33,49) instead hex code.

Text Font Color

.myTextColor { color: #6E2131; }

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

This text font color is #6E2131.


Background Color

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

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

This div background color is #6E2131.


Border color

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

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

This div border color is #6E2131.


Opacity

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

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

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

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

This text has shadow with #6E2131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2131 on black background.


Color preview on white background

This text has color #6E2131 on white background.



Black color preview on #6E2131 background

This text has black color on #6E2131 background.


White color preview on #6E2131 background

This text has white color on #6E2131 background.