COLOR #6E3429

HEX: #6E3429
RGB: (110,52,41)

Color info

#6E3429 contains mainly red and green colors. Web safe color of #6E3429 is #663333 (or #633).

RGB color model

#6E3429 color RGB value is (110,52,41).

  • red value is 110;
  • green value is 52;
  • blue value is 41.
RGB:
(110,52,41)
(43%,20%,16%)

RGB channels and saturation

R 110 of 255 = 43%
G 52 of 255 = 20%
B 41 of 255 = 16%

110
52
41

R + G + B ~ 26%. #6E3429 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 52 + 41 = 203 (100%)
R 110 of 203 ~ 54.19%
G 52 of 203 ~ 25.62%
B 41 of 203 ~ 20.2%

%54.19
%25.62
%20.2

CMYK color model

#6E3429 color CMYK value is (0,53,63,57).

  • cyan value is 0.00%
  • magenta value is 52.73%
  • yellow value is 62.73%
  • key color value is 56.86%
CMYK:
(0,53,63,57)
C0M53Y63K57 
(0%,53%,63%,57%)
(0.00/0.53/0.63/0.57)	

CMYK percentages

%0
%52.73
%62.73
%56.86

Codes

Color #6E3429 in popluar color models

6E3429
RGB1105241
HSL10°45.70%29.61%
HSB/HSV10°62.73%43.14%
CMYK0.00%52.73%62.73%
56.86%

Color #6E3429 in popluar number systems.

HEX6E3429
Decimal1105241
Binary1101110110100101001
Octal1566451

Shades and tints

Shades of #6E3429

#6E3429
(110,52,41)
#643026
(100,48,38)
#5A2C23
(90,44,35)
#502820
(80,40,32)
#46241D
(70,36,29)
#3C201A
(60,32,26)
#321C17
(50,28,23)
#281814
(40,24,20)
#1E1411
(30,20,17)
#14100E
(20,16,14)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #6E3429

#6E3429
(110,52,41)
#7B463C
(123,70,60)
#88584F
(136,88,79)
#956A62
(149,106,98)
#A27C75
(162,124,117)
#AF8E88
(175,142,136)
#BCA09B
(188,160,155)
#C9B2AE
(201,178,174)
#D6C4C1
(214,196,193)
#E3D6D4
(227,214,212)
#F0E8E7
(240,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3429; }

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

This text font color is #6E3429.


Background Color

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

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

This div background color is #6E3429.


Border color

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

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

This div border color is #6E3429.


Opacity

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

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

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

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

This text has shadow with #6E3429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3429 on black background.


Color preview on white background

This text has color #6E3429 on white background.



Black color preview on #6E3429 background

This text has black color on #6E3429 background.


White color preview on #6E3429 background

This text has white color on #6E3429 background.