COLOR #6E2C27

HEX: #6E2C27
RGB: (110,44,39)

Color info

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

RGB color model

#6E2C27 color RGB value is (110,44,39).

  • red value is 110;
  • green value is 44;
  • blue value is 39.
RGB:
(110,44,39)
(43%,17%,15%)

RGB channels and saturation

R 110 of 255 = 43%
G 44 of 255 = 17%
B 39 of 255 = 15%

110
44
39

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

Portions of RGB colors in percentages

R + G + B =
110 + 44 + 39 = 193 (100%)
R 110 of 193 ~ 56.99%
G 44 of 193 ~ 22.8%
B 39 of 193 ~ 20.21%

%56.99
%22.8
%20.21

CMYK color model

#6E2C27 color CMYK value is (0,60,65,57).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 64.55%
  • key color value is 56.86%
CMYK:
(0,60,65,57)
C0M60Y65K57 
(0%,60%,65%,57%)
(0.00/0.60/0.65/0.57)	

CMYK percentages

%0
%60
%64.55
%56.86

Codes

Color #6E2C27 in popluar color models

6E2C27
RGB1104439
HSL47.65%29.22%
HSB/HSV64.55%43.14%
CMYK0.00%60.00%64.55%
56.86%

Color #6E2C27 in popluar number systems.

HEX6E2C27
Decimal1104439
Binary1101110101100100111
Octal1565447

Shades and tints

Shades of #6E2C27

#6E2C27
(110,44,39)
#642824
(100,40,36)
#5A2421
(90,36,33)
#50201E
(80,32,30)
#461C1B
(70,28,27)
#3C1818
(60,24,24)
#321415
(50,20,21)
#281012
(40,16,18)
#1E0C0F
(30,12,15)
#14080C
(20,8,12)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #6E2C27

#6E2C27
(110,44,39)
#7B3F3A
(123,63,58)
#88524D
(136,82,77)
#956560
(149,101,96)
#A27873
(162,120,115)
#AF8B86
(175,139,134)
#BC9E99
(188,158,153)
#C9B1AC
(201,177,172)
#D6C4BF
(214,196,191)
#E3D7D2
(227,215,210)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2C27 color. Also use rgb(110,44,39) instead hex code.

Text Font Color

.myTextColor { color: #6E2C27; }

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

This text font color is #6E2C27.


Background Color

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

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

This div background color is #6E2C27.


Border color

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

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

This div border color is #6E2C27.


Opacity

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

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

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

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

This text has shadow with #6E2C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2C27 on black background.


Color preview on white background

This text has color #6E2C27 on white background.



Black color preview on #6E2C27 background

This text has black color on #6E2C27 background.


White color preview on #6E2C27 background

This text has white color on #6E2C27 background.