COLOR #6E3E3E

HEX: #6E3E3E RGB: (110,62,62)

Color info

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

RGB color model

#6E3E3E color RGB value is (110,62,62).

RGB: (110,62,62) (43%, 24%, 24%)

RGB channels and saturation

R 110 of 255 = 43%
G 62 of 255 = 24%
B 62 of 255 = 24%

110
62
62

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

Portions of RGB colors in percentages

R + G + B = 110 + 62 + 62 = 234 (100%)
R 110 of 234 ~ 47.01%
G 62 of 234 ~ 26.5%
B 62 of 234 ~ 26.5'%

%47.01
%26.5
%26.5

CMYK color model

#6E3E3E color CMYK value is (0,44,44,57).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 43.64%
  • key color value is 56.86%
CMYK: (0,44,44,57) C0M44Y44K57 (0%,44%,44%,57%) (0.00/0.44/0.44/0.57) 

CMYK percentages

%0
%43.64
%43.64
%56.86

Codes

Color #6E3E3E in popluar color models

6E 3E 3E
RGB 110 62 62
HSL 27.91% 33.73%
HSB/HSV 43.64% 43.14%
CMYK 0.00% 43.64% 43.64%
56.86%

Color #6E3E3E in popluar number systems.

HEX 6E 3E 3E
Decimal 110 62 62
Binary 1101110 111110 111110
Octal 156 76 76

Shades and tints

Shades of #6E3E3E

#6E3E3E
(110,62,62)
#643939
(100,57,57)
#5A3434
(90,52,52)
#502F2F
(80,47,47)
#462A2A
(70,42,42)
#3C2525
(60,37,37)
#322020
(50,32,32)
#281B1B
(40,27,27)
#1E1616
(30,22,22)
#141111
(20,17,17)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #6E3E3E

#6E3E3E
(110,62,62)
#7B4F4F
(123,79,79)
#886060
(136,96,96)
#957171
(149,113,113)
#A28282
(162,130,130)
#AF9393
(175,147,147)
#BCA4A4
(188,164,164)
#C9B5B5
(201,181,181)
#D6C6C6
(214,198,198)
#E3D7D7
(227,215,215)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3E3E; }

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

This text font color is #6E3E3E.

Background Color

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

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

This div background color is #6E3E3E.

Border color

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

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

This div border color is #6E3E3E.

Opacity

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

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

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

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

This text has shadow with #6E3E3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3E3E.

Preview

Color preview on black background

This text has color #6E3E3E on black background.


Color preview on white background

This text has color #6E3E3E on white background.


Black color preview on #6E3E3E background

This text has black color on #6E3E3E background.


White color preview on #6E3E3E background

This text has white color on #6E3E3E background.


Related colors

Complementary color

Complementary color for #hex is #91C1C1.


I love getcolorcode.com