COLOR #6E3E3C

HEX: #6E3E3C
RGB: (110,62,60)

Color info

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

RGB color model

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

  • red value is 110;
  • green value is 62;
  • blue value is 60.
RGB:
(110,62,60)
(43%,24%,24%)

RGB channels and saturation

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

110
62
60

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

Portions of RGB colors in percentages

R + G + B =
110 + 62 + 60 = 232 (100%)
R 110 of 232 ~ 47.41%
G 62 of 232 ~ 26.72%
B 60 of 232 ~ 25.86%

%47.41
%26.72
%25.86

CMYK color model

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

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

CMYK percentages

%0
%43.64
%45.45
%56.86

Codes

Color #6E3E3C in popluar color models

6E3E3C
RGB1106260
HSL29.41%33.33%
HSB/HSV45.45%43.14%
CMYK0.00%43.64%45.45%
56.86%

Color #6E3E3C in popluar number systems.

HEX6E3E3C
Decimal1106260
Binary1101110111110111100
Octal1567674

Shades and tints

Shades of #6E3E3C

#6E3E3C
(110,62,60)
#643937
(100,57,55)
#5A3432
(90,52,50)
#502F2D
(80,47,45)
#462A28
(70,42,40)
#3C2523
(60,37,35)
#32201E
(50,32,30)
#281B19
(40,27,25)
#1E1614
(30,22,20)
#14110F
(20,17,15)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #6E3E3C

#6E3E3C
(110,62,60)
#7B4F4D
(123,79,77)
#88605E
(136,96,94)
#95716F
(149,113,111)
#A28280
(162,130,128)
#AF9391
(175,147,145)
#BCA4A2
(188,164,162)
#C9B5B3
(201,181,179)
#D6C6C4
(214,198,196)
#E3D7D5
(227,215,213)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3E3C; }

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

This text font color is #6E3E3C.


Background Color

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

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

This div background color is #6E3E3C.


Border color

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

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

This div border color is #6E3E3C.


Opacity

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

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

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

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

This text has shadow with #6E3E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3E3C on black background.


Color preview on white background

This text has color #6E3E3C on white background.



Black color preview on #6E3E3C background

This text has black color on #6E3E3C background.


White color preview on #6E3E3C background

This text has white color on #6E3E3C background.