COLOR #6E322D

HEX: #6E322D RGB: (110,50,45)

Color info

#6E322D contains mainly red color. Web safe color of #6E322D is #663333 (or #633).

RGB color model

#6E322D color RGB value is (110,50,45).

RGB: (110,50,45) (43%, 20%, 18%)

RGB channels and saturation

R 110 of 255 = 43%
G 50 of 255 = 20%
B 45 of 255 = 18%

110
50
45

R + G + B ~ 27%. #6E322D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 50 + 45 = 205 (100%)
R 110 of 205 ~ 53.66%
G 50 of 205 ~ 24.39%
B 45 of 205 ~ 21.95'%

%53.66
%24.39
%21.95

CMYK color model

#6E322D color CMYK value is (0,55,59,57).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 59.09%
  • key color value is 56.86%

CMYK: (0,55,59,57)
C0M55Y59K57 (0%, 55%, 59%, 57%)
(0.00 / 0.55 / 0.59 / 0.57)

CMYK percentages

%0
%54.55
%59.09
%56.86

Codes

Color #6E322D in popluar color models

6E 32 2D
RGB 110 50 45
HSL 41.94% 30.39%
HSB/HSV 59.09% 43.14%
CMYK 0.00% 54.55% 59.09%
56.86%

Color #6E322D in popluar number systems.

HEX 6E 32 2D
Decimal 110 50 45
Binary 1101110 110010 101101
Octal 156 62 55

Shades and tints

Shades of #6E322D

#6E322D
(110,50,45)
#642E29
(100,46,41)
#5A2A25
(90,42,37)
#502621
(80,38,33)
#46221D
(70,34,29)
#3C1E19
(60,30,25)
#321A15
(50,26,21)
#281611
(40,22,17)
#1E120D
(30,18,13)
#140E09
(20,14,9)
#0A0A05
(10,10,5)
#000000
(0,0,0)

Tints of #6E322D

#6E322D
(110,50,45)
#7B4440
(123,68,64)
#885653
(136,86,83)
#956866
(149,104,102)
#A27A79
(162,122,121)
#AF8C8C
(175,140,140)
#BC9E9F
(188,158,159)
#C9B0B2
(201,176,178)
#D6C2C5
(214,194,197)
#E3D4D8
(227,212,216)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E322D color. Also use rgb(110,50,45) instead hex code.

Text Font Color

.myTextColor { color: #6E322D; }

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

This text font color is #6E322D.

Background Color

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

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

This div background color is #6E322D.

Border color

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

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

This div border color is #6E322D.

Opacity

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

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

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

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

This text has shadow with #6E322D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E322D.

Preview

Color preview on black background

This text has color #6E322D on black background.


Color preview on white background

This text has color #6E322D on white background.


Black color preview on #6E322D background

This text has black color on #6E322D background.


White color preview on #6E322D background

This text has white color on #6E322D background.


Related colors

Complementary color

Complementary color for #hex is #91CDD2.


I love getcolorcode.com

Triadic colors

1 #2D6E32 and #322D6E with #6E322D are triadic colors.

2 #2D326E and #326E2D with #6E322D are triadic colors.