COLOR #6E4F2C

HEX: #6E4F2C
RGB: (110,79,44)

Color info

#6E4F2C contains mainly red and green colors. Web safe color of #6E4F2C is #666633 (or #663).

RGB color model

#6E4F2C color RGB value is (110,79,44).

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

RGB channels and saturation

R 110 of 255 = 43%
G 79 of 255 = 31%
B 44 of 255 = 17%

110
79
44

R + G + B ~ 30%. #6E4F2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 79 + 44 = 233 (100%)
R 110 of 233 ~ 47.21%
G 79 of 233 ~ 33.91%
B 44 of 233 ~ 18.88%

%47.21
%33.91
%18.88

CMYK color model

#6E4F2C color CMYK value is (0,28,60,57).

  • cyan value is 0.00%
  • magenta value is 28.18%
  • yellow value is 60.00%
  • key color value is 56.86%
CMYK:
(0,28,60,57)
C0M28Y60K57 
(0%,28%,60%,57%)
(0.00/0.28/0.60/0.57)	

CMYK percentages

%0
%28.18
%60
%56.86

Codes

Color #6E4F2C in popluar color models

6E4F2C
RGB1107944
HSL32°42.86%30.20%
HSB/HSV32°60.00%43.14%
CMYK0.00%28.18%60.00%
56.86%

Color #6E4F2C in popluar number systems.

HEX6E4F2C
Decimal1107944
Binary11011101001111101100
Octal15611754

Shades and tints

Shades of #6E4F2C

#6E4F2C
(110,79,44)
#644828
(100,72,40)
#5A4124
(90,65,36)
#503A20
(80,58,32)
#46331C
(70,51,28)
#3C2C18
(60,44,24)
#322514
(50,37,20)
#281E10
(40,30,16)
#1E170C
(30,23,12)
#141008
(20,16,8)
#0A0904
(10,9,4)
#000000
(0,0,0)

Tints of #6E4F2C

#6E4F2C
(110,79,44)
#7B5F3F
(123,95,63)
#886F52
(136,111,82)
#957F65
(149,127,101)
#A28F78
(162,143,120)
#AF9F8B
(175,159,139)
#BCAF9E
(188,175,158)
#C9BFB1
(201,191,177)
#D6CFC4
(214,207,196)
#E3DFD7
(227,223,215)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4F2C; }

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

This text font color is #6E4F2C.


Background Color

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

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

This div background color is #6E4F2C.


Border color

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

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

This div border color is #6E4F2C.


Opacity

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

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

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

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

This text has shadow with #6E4F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4F2C on black background.


Color preview on white background

This text has color #6E4F2C on white background.



Black color preview on #6E4F2C background

This text has black color on #6E4F2C background.


White color preview on #6E4F2C background

This text has white color on #6E4F2C background.