COLOR #6E4F37

HEX: #6E4F37
RGB: (110,79,55)

Color info

#6E4F37 contains red, green and blue colors in about the same proportion. Web safe color of #6E4F37 is #666633 (or #663).

RGB color model

#6E4F37 color RGB value is (110,79,55).

  • red value is 110;
  • green value is 79;
  • blue value is 55.
RGB:
(110,79,55)
(43%,31%,22%)

RGB channels and saturation

R 110 of 255 = 43%
G 79 of 255 = 31%
B 55 of 255 = 22%

110
79
55

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

Portions of RGB colors in percentages

R + G + B =
110 + 79 + 55 = 244 (100%)
R 110 of 244 ~ 45.08%
G 79 of 244 ~ 32.38%
B 55 of 244 ~ 22.54%

%45.08
%32.38
%22.54

CMYK color model

#6E4F37 color CMYK value is (0,28,50,57).

  • cyan value is 0.00%
  • magenta value is 28.18%
  • yellow value is 50.00%
  • key color value is 56.86%
CMYK:
(0,28,50,57)
C0M28Y50K57 
(0%,28%,50%,57%)
(0.00/0.28/0.50/0.57)	

CMYK percentages

%0
%28.18
%50
%56.86

Codes

Color #6E4F37 in popluar color models

6E4F37
RGB1107955
HSL26°33.33%32.35%
HSB/HSV26°50.00%43.14%
CMYK0.00%28.18%50.00%
56.86%

Color #6E4F37 in popluar number systems.

HEX6E4F37
Decimal1107955
Binary11011101001111110111
Octal15611767

Shades and tints

Shades of #6E4F37

#6E4F37
(110,79,55)
#644832
(100,72,50)
#5A412D
(90,65,45)
#503A28
(80,58,40)
#463323
(70,51,35)
#3C2C1E
(60,44,30)
#322519
(50,37,25)
#281E14
(40,30,20)
#1E170F
(30,23,15)
#14100A
(20,16,10)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #6E4F37

#6E4F37
(110,79,55)
#7B5F49
(123,95,73)
#886F5B
(136,111,91)
#957F6D
(149,127,109)
#A28F7F
(162,143,127)
#AF9F91
(175,159,145)
#BCAFA3
(188,175,163)
#C9BFB5
(201,191,181)
#D6CFC7
(214,207,199)
#E3DFD9
(227,223,217)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4F37; }

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

This text font color is #6E4F37.


Background Color

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

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

This div background color is #6E4F37.


Border color

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

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

This div border color is #6E4F37.


Opacity

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

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

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

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

This text has shadow with #6E4F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4F37 on black background.


Color preview on white background

This text has color #6E4F37 on white background.



Black color preview on #6E4F37 background

This text has black color on #6E4F37 background.


White color preview on #6E4F37 background

This text has white color on #6E4F37 background.