COLOR #6E4048

HEX: #6E4048
RGB: (110,64,72)

Color info

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

RGB color model

#6E4048 color RGB value is (110,64,72).

  • red value is 110;
  • green value is 64;
  • blue value is 72.
RGB:
(110,64,72)
(43%,25%,28%)

RGB channels and saturation

R 110 of 255 = 43%
G 64 of 255 = 25%
B 72 of 255 = 28%

110
64
72

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

Portions of RGB colors in percentages

R + G + B =
110 + 64 + 72 = 246 (100%)
R 110 of 246 ~ 44.72%
G 64 of 246 ~ 26.02%
B 72 of 246 ~ 29.27%

%44.72
%26.02
%29.27

CMYK color model

#6E4048 color CMYK value is (0,42,35,57).

  • cyan value is 0.00%
  • magenta value is 41.82%
  • yellow value is 34.55%
  • key color value is 56.86%
CMYK:
(0,42,35,57)
C0M42Y35K57 
(0%,42%,35%,57%)
(0.00/0.42/0.35/0.57)	

CMYK percentages

%0
%41.82
%34.55
%56.86

Codes

Color #6E4048 in popluar color models

6E4048
RGB1106472
HSL350°26.44%34.12%
HSB/HSV350°41.82%43.14%
CMYK0.00%41.82%34.55%
56.86%

Color #6E4048 in popluar number systems.

HEX6E4048
Decimal1106472
Binary110111010000001001000
Octal156100110

Shades and tints

Shades of #6E4048

#6E4048
(110,64,72)
#643B42
(100,59,66)
#5A363C
(90,54,60)
#503136
(80,49,54)
#462C30
(70,44,48)
#3C272A
(60,39,42)
#322224
(50,34,36)
#281D1E
(40,29,30)
#1E1818
(30,24,24)
#141312
(20,19,18)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #6E4048

#6E4048
(110,64,72)
#7B5158
(123,81,88)
#886268
(136,98,104)
#957378
(149,115,120)
#A28488
(162,132,136)
#AF9598
(175,149,152)
#BCA6A8
(188,166,168)
#C9B7B8
(201,183,184)
#D6C8C8
(214,200,200)
#E3D9D8
(227,217,216)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4048; }

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

This text font color is #6E4048.


Background Color

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

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

This div background color is #6E4048.


Border color

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

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

This div border color is #6E4048.


Opacity

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

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

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

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

This text has shadow with #6E4048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4048 on black background.


Color preview on white background

This text has color #6E4048 on white background.



Black color preview on #6E4048 background

This text has black color on #6E4048 background.


White color preview on #6E4048 background

This text has white color on #6E4048 background.