COLOR #6E1D32

HEX: #6E1D32
RGB: (110,29,50)

Color info

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

RGB color model

#6E1D32 color RGB value is (110,29,50).

  • red value is 110;
  • green value is 29;
  • blue value is 50.
RGB:
(110,29,50)
(43%,11%,20%)

RGB channels and saturation

R 110 of 255 = 43%
G 29 of 255 = 11%
B 50 of 255 = 20%

110
29
50

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

Portions of RGB colors in percentages

R + G + B =
110 + 29 + 50 = 189 (100%)
R 110 of 189 ~ 58.2%
G 29 of 189 ~ 15.34%
B 50 of 189 ~ 26.46%

%58.2
%15.34
%26.46

CMYK color model

#6E1D32 color CMYK value is (0,74,55,57).

  • cyan value is 0.00%
  • magenta value is 73.64%
  • yellow value is 54.55%
  • key color value is 56.86%
CMYK:
(0,74,55,57)
C0M74Y55K57 
(0%,74%,55%,57%)
(0.00/0.74/0.55/0.57)	

CMYK percentages

%0
%73.64
%54.55
%56.86

Codes

Color #6E1D32 in popluar color models

6E1D32
RGB1102950
HSL344°58.27%27.25%
HSB/HSV344°73.64%43.14%
CMYK0.00%73.64%54.55%
56.86%

Color #6E1D32 in popluar number systems.

HEX6E1D32
Decimal1102950
Binary110111011101110010
Octal1563562

Shades and tints

Shades of #6E1D32

#6E1D32
(110,29,50)
#641B2E
(100,27,46)
#5A192A
(90,25,42)
#501726
(80,23,38)
#461522
(70,21,34)
#3C131E
(60,19,30)
#32111A
(50,17,26)
#280F16
(40,15,22)
#1E0D12
(30,13,18)
#140B0E
(20,11,14)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #6E1D32

#6E1D32
(110,29,50)
#7B3144
(123,49,68)
#884556
(136,69,86)
#955968
(149,89,104)
#A26D7A
(162,109,122)
#AF818C
(175,129,140)
#BC959E
(188,149,158)
#C9A9B0
(201,169,176)
#D6BDC2
(214,189,194)
#E3D1D4
(227,209,212)
#F0E5E6
(240,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1D32 color. Also use rgb(110,29,50) instead hex code.

Text Font Color

.myTextColor { color: #6E1D32; }

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

This text font color is #6E1D32.


Background Color

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

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

This div background color is #6E1D32.


Border color

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

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

This div border color is #6E1D32.


Opacity

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

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

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

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

This text has shadow with #6E1D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1D32 on black background.


Color preview on white background

This text has color #6E1D32 on white background.



Black color preview on #6E1D32 background

This text has black color on #6E1D32 background.


White color preview on #6E1D32 background

This text has white color on #6E1D32 background.