COLOR #6E2C25

HEX: #6E2C25
RGB: (110,44,37)

Color info

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

RGB color model

#6E2C25 color RGB value is (110,44,37).

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

RGB channels and saturation

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

110
44
37

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

Portions of RGB colors in percentages

R + G + B =
110 + 44 + 37 = 191 (100%)
R 110 of 191 ~ 57.59%
G 44 of 191 ~ 23.04%
B 37 of 191 ~ 19.37%

%57.59
%23.04
%19.37

CMYK color model

#6E2C25 color CMYK value is (0,60,66,57).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 66.36%
  • key color value is 56.86%
CMYK:
(0,60,66,57)
C0M60Y66K57 
(0%,60%,66%,57%)
(0.00/0.60/0.66/0.57)	

CMYK percentages

%0
%60
%66.36
%56.86

Codes

Color #6E2C25 in popluar color models

6E2C25
RGB1104437
HSL49.66%28.82%
HSB/HSV66.36%43.14%
CMYK0.00%60.00%66.36%
56.86%

Color #6E2C25 in popluar number systems.

HEX6E2C25
Decimal1104437
Binary1101110101100100101
Octal1565445

Shades and tints

Shades of #6E2C25

#6E2C25
(110,44,37)
#642822
(100,40,34)
#5A241F
(90,36,31)
#50201C
(80,32,28)
#461C19
(70,28,25)
#3C1816
(60,24,22)
#321413
(50,20,19)
#281010
(40,16,16)
#1E0C0D
(30,12,13)
#14080A
(20,8,10)
#0A0407
(10,4,7)
#000000
(0,0,0)

Tints of #6E2C25

#6E2C25
(110,44,37)
#7B3F38
(123,63,56)
#88524B
(136,82,75)
#95655E
(149,101,94)
#A27871
(162,120,113)
#AF8B84
(175,139,132)
#BC9E97
(188,158,151)
#C9B1AA
(201,177,170)
#D6C4BD
(214,196,189)
#E3D7D0
(227,215,208)
#F0EAE3
(240,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2C25; }

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

This text font color is #6E2C25.


Background Color

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

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

This div background color is #6E2C25.


Border color

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

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

This div border color is #6E2C25.


Opacity

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

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

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

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

This text has shadow with #6E2C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2C25 on black background.


Color preview on white background

This text has color #6E2C25 on white background.



Black color preview on #6E2C25 background

This text has black color on #6E2C25 background.


White color preview on #6E2C25 background

This text has white color on #6E2C25 background.