COLOR #6E493C

HEX: #6E493C
RGB: (110,73,60)

Color info

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

RGB color model

#6E493C color RGB value is (110,73,60).

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

RGB channels and saturation

R 110 of 255 = 43%
G 73 of 255 = 29%
B 60 of 255 = 24%

110
73
60

R + G + B ~ 32%. #6E493C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 73 + 60 = 243 (100%)
R 110 of 243 ~ 45.27%
G 73 of 243 ~ 30.04%
B 60 of 243 ~ 24.69%

%45.27
%30.04
%24.69

CMYK color model

#6E493C color CMYK value is (0,34,45,57).

  • cyan value is 0.00%
  • magenta value is 33.64%
  • yellow value is 45.45%
  • key color value is 56.86%
CMYK:
(0,34,45,57)
C0M34Y45K57 
(0%,34%,45%,57%)
(0.00/0.34/0.45/0.57)	

CMYK percentages

%0
%33.64
%45.45
%56.86

Codes

Color #6E493C in popluar color models

6E493C
RGB1107360
HSL16°29.41%33.33%
HSB/HSV16°45.45%43.14%
CMYK0.00%33.64%45.45%
56.86%

Color #6E493C in popluar number systems.

HEX6E493C
Decimal1107360
Binary11011101001001111100
Octal15611174

Shades and tints

Shades of #6E493C

#6E493C
(110,73,60)
#644337
(100,67,55)
#5A3D32
(90,61,50)
#50372D
(80,55,45)
#463128
(70,49,40)
#3C2B23
(60,43,35)
#32251E
(50,37,30)
#281F19
(40,31,25)
#1E1914
(30,25,20)
#14130F
(20,19,15)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #6E493C

#6E493C
(110,73,60)
#7B594D
(123,89,77)
#88695E
(136,105,94)
#95796F
(149,121,111)
#A28980
(162,137,128)
#AF9991
(175,153,145)
#BCA9A2
(188,169,162)
#C9B9B3
(201,185,179)
#D6C9C4
(214,201,196)
#E3D9D5
(227,217,213)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E493C; }

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

This text font color is #6E493C.


Background Color

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

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

This div background color is #6E493C.


Border color

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

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

This div border color is #6E493C.


Opacity

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

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

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

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

This text has shadow with #6E493C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E493C on black background.


Color preview on white background

This text has color #6E493C on white background.



Black color preview on #6E493C background

This text has black color on #6E493C background.


White color preview on #6E493C background

This text has white color on #6E493C background.