COLOR #6E242C

HEX: #6E242C
RGB: (110,36,44)

Color info

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

RGB color model

#6E242C color RGB value is (110,36,44).

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

RGB channels and saturation

R 110 of 255 = 43%
G 36 of 255 = 14%
B 44 of 255 = 17%

110
36
44

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

Portions of RGB colors in percentages

R + G + B =
110 + 36 + 44 = 190 (100%)
R 110 of 190 ~ 57.89%
G 36 of 190 ~ 18.95%
B 44 of 190 ~ 23.16%

%57.89
%18.95
%23.16

CMYK color model

#6E242C color CMYK value is (0,67,60,57).

  • cyan value is 0.00%
  • magenta value is 67.27%
  • yellow value is 60.00%
  • key color value is 56.86%
CMYK:
(0,67,60,57)
C0M67Y60K57 
(0%,67%,60%,57%)
(0.00/0.67/0.60/0.57)	

CMYK percentages

%0
%67.27
%60
%56.86

Codes

Color #6E242C in popluar color models

6E242C
RGB1103644
HSL354°50.68%28.63%
HSB/HSV354°67.27%43.14%
CMYK0.00%67.27%60.00%
56.86%

Color #6E242C in popluar number systems.

HEX6E242C
Decimal1103644
Binary1101110100100101100
Octal1564454

Shades and tints

Shades of #6E242C

#6E242C
(110,36,44)
#642128
(100,33,40)
#5A1E24
(90,30,36)
#501B20
(80,27,32)
#46181C
(70,24,28)
#3C1518
(60,21,24)
#321214
(50,18,20)
#280F10
(40,15,16)
#1E0C0C
(30,12,12)
#140908
(20,9,8)
#0A0604
(10,6,4)
#000000
(0,0,0)

Tints of #6E242C

#6E242C
(110,36,44)
#7B373F
(123,55,63)
#884A52
(136,74,82)
#955D65
(149,93,101)
#A27078
(162,112,120)
#AF838B
(175,131,139)
#BC969E
(188,150,158)
#C9A9B1
(201,169,177)
#D6BCC4
(214,188,196)
#E3CFD7
(227,207,215)
#F0E2EA
(240,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E242C; }

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

This text font color is #6E242C.


Background Color

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

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

This div background color is #6E242C.


Border color

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

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

This div border color is #6E242C.


Opacity

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

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

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

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

This text has shadow with #6E242C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E242C on black background.


Color preview on white background

This text has color #6E242C on white background.



Black color preview on #6E242C background

This text has black color on #6E242C background.


White color preview on #6E242C background

This text has white color on #6E242C background.