COLOR #6E3C44

HEX: #6E3C44 RGB: (110,60,68)

Color info

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

RGB color model

#6E3C44 color RGB value is (110,60,68).

RGB: (110,60,68) (43%, 24%, 27%)

RGB channels and saturation

R 110 of 255 = 43%
G 60 of 255 = 24%
B 68 of 255 = 27%

110
60
68

R + G + B ~ 31%. #6E3C44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 60 + 68 = 238 (100%)
R 110 of 238 ~ 46.22%
G 60 of 238 ~ 25.21%
B 68 of 238 ~ 28.57'%

%46.22
%25.21
%28.57

CMYK color model

#6E3C44 color CMYK value is (0,45,38,57).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 38.18%
  • key color value is 56.86%

CMYK: (0,45,38,57)
C0M45Y38K57 (0%, 45%, 38%, 57%)
(0.00 / 0.45 / 0.38 / 0.57)

CMYK percentages

%0
%45.45
%38.18
%56.86

Codes

Color #6E3C44 in popluar color models

6E 3C 44
RGB 110 60 68
HSL 350° 29.41% 33.33%
HSB/HSV 350° 45.45% 43.14%
CMYK 0.00% 45.45% 38.18%
56.86%

Color #6E3C44 in popluar number systems.

HEX 6E 3C 44
Decimal 110 60 68
Binary 1101110 111100 1000100
Octal 156 74 104

Shades and tints

Shades of #6E3C44

#6E3C44
(110,60,68)
#64373E
(100,55,62)
#5A3238
(90,50,56)
#502D32
(80,45,50)
#46282C
(70,40,44)
#3C2326
(60,35,38)
#321E20
(50,30,32)
#28191A
(40,25,26)
#1E1414
(30,20,20)
#140F0E
(20,15,14)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #6E3C44

#6E3C44
(110,60,68)
#7B4D55
(123,77,85)
#885E66
(136,94,102)
#956F77
(149,111,119)
#A28088
(162,128,136)
#AF9199
(175,145,153)
#BCA2AA
(188,162,170)
#C9B3BB
(201,179,187)
#D6C4CC
(214,196,204)
#E3D5DD
(227,213,221)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3C44 color. Also use rgb(110,60,68) instead hex code.

Text Font Color

.myTextColor { color: #6E3C44; }

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

This text font color is #6E3C44.

Background Color

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

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

This div background color is #6E3C44.

Border color

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

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

This div border color is #6E3C44.

Opacity

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

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

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

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

This text has shadow with #6E3C44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3C44.

Preview

Color preview on black background

This text has color #6E3C44 on black background.


Color preview on white background

This text has color #6E3C44 on white background.


Black color preview on #6E3C44 background

This text has black color on #6E3C44 background.


White color preview on #6E3C44 background

This text has white color on #6E3C44 background.


Related colors

Complementary color

Complementary color for #hex is #91C3BB.


I love getcolorcode.com

Triadic colors

1 #446E3C and #3C446E with #6E3C44 are triadic colors.

2 #443C6E and #3C6E44 with #6E3C44 are triadic colors.