COLOR #6E4242

HEX: #6E4242
RGB: (110,66,66)

Color info

#6E4242 contains red, green and blue colors in about the same proportion. Web safe color of #6E4242 is #663333 (or #633).

RGB color model

#6E4242 color RGB value is (110,66,66).

  • red value is 110;
  • green value is 66;
  • blue value is 66.
RGB:
(110,66,66)
(43%,26%,26%)

RGB channels and saturation

R 110 of 255 = 43%
G 66 of 255 = 26%
B 66 of 255 = 26%

110
66
66

R + G + B ~ 32%. #6E4242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 66 + 66 = 242 (100%)
R 110 of 242 ~ 45.45%
G 66 of 242 ~ 27.27%
B 66 of 242 ~ 27.27%

%45.45
%27.27
%27.27

CMYK color model

#6E4242 color CMYK value is (0,40,40,57).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 40.00%
  • key color value is 56.86%
CMYK:
(0,40,40,57)
C0M40Y40K57 
(0%,40%,40%,57%)
(0.00/0.40/0.40/0.57)	

CMYK percentages

%0
%40
%40
%56.86

Codes

Color #6E4242 in popluar color models

6E4242
RGB1106666
HSL25.00%34.51%
HSB/HSV40.00%43.14%
CMYK0.00%40.00%40.00%
56.86%

Color #6E4242 in popluar number systems.

HEX6E4242
Decimal1106666
Binary110111010000101000010
Octal156102102

Shades and tints

Shades of #6E4242

#6E4242
(110,66,66)
#643C3C
(100,60,60)
#5A3636
(90,54,54)
#503030
(80,48,48)
#462A2A
(70,42,42)
#3C2424
(60,36,36)
#321E1E
(50,30,30)
#281818
(40,24,24)
#1E1212
(30,18,18)
#140C0C
(20,12,12)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #6E4242

#6E4242
(110,66,66)
#7B5353
(123,83,83)
#886464
(136,100,100)
#957575
(149,117,117)
#A28686
(162,134,134)
#AF9797
(175,151,151)
#BCA8A8
(188,168,168)
#C9B9B9
(201,185,185)
#D6CACA
(214,202,202)
#E3DBDB
(227,219,219)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4242; }

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

This text font color is #6E4242.


Background Color

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

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

This div background color is #6E4242.


Border color

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

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

This div border color is #6E4242.


Opacity

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

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

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

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

This text has shadow with #6E4242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4242 on black background.


Color preview on white background

This text has color #6E4242 on white background.



Black color preview on #6E4242 background

This text has black color on #6E4242 background.


White color preview on #6E4242 background

This text has white color on #6E4242 background.