COLOR #6E4C46

HEX: #6E4C46
RGB: (110,76,70)

Color info

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

RGB color model

#6E4C46 color RGB value is (110,76,70).

  • red value is 110;
  • green value is 76;
  • blue value is 70.
RGB:
(110,76,70)
(43%,30%,27%)

RGB channels and saturation

R 110 of 255 = 43%
G 76 of 255 = 30%
B 70 of 255 = 27%

110
76
70

R + G + B ~ 33%. #6E4C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 76 + 70 = 256 (100%)
R 110 of 256 ~ 42.97%
G 76 of 256 ~ 29.69%
B 70 of 256 ~ 27.34%

%42.97
%29.69
%27.34

CMYK color model

#6E4C46 color CMYK value is (0,31,36,57).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 36.36%
  • key color value is 56.86%
CMYK:
(0,31,36,57)
C0M31Y36K57 
(0%,31%,36%,57%)
(0.00/0.31/0.36/0.57)	

CMYK percentages

%0
%30.91
%36.36
%56.86

Codes

Color #6E4C46 in popluar color models

6E4C46
RGB1107670
HSL22.22%35.29%
HSB/HSV36.36%43.14%
CMYK0.00%30.91%36.36%
56.86%

Color #6E4C46 in popluar number systems.

HEX6E4C46
Decimal1107670
Binary110111010011001000110
Octal156114106

Shades and tints

Shades of #6E4C46

#6E4C46
(110,76,70)
#644640
(100,70,64)
#5A403A
(90,64,58)
#503A34
(80,58,52)
#46342E
(70,52,46)
#3C2E28
(60,46,40)
#322822
(50,40,34)
#28221C
(40,34,28)
#1E1C16
(30,28,22)
#141610
(20,22,16)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #6E4C46

#6E4C46
(110,76,70)
#7B5C56
(123,92,86)
#886C66
(136,108,102)
#957C76
(149,124,118)
#A28C86
(162,140,134)
#AF9C96
(175,156,150)
#BCACA6
(188,172,166)
#C9BCB6
(201,188,182)
#D6CCC6
(214,204,198)
#E3DCD6
(227,220,214)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4C46; }

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

This text font color is #6E4C46.


Background Color

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

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

This div background color is #6E4C46.


Border color

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

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

This div border color is #6E4C46.


Opacity

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

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

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

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

This text has shadow with #6E4C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4C46 on black background.


Color preview on white background

This text has color #6E4C46 on white background.



Black color preview on #6E4C46 background

This text has black color on #6E4C46 background.


White color preview on #6E4C46 background

This text has white color on #6E4C46 background.