COLOR #6E532E

HEX: #6E532E
RGB: (110,83,46)

Color info

#6E532E contains mainly red and green colors. Web safe color of #6E532E is #666633 (or #663).

RGB color model

#6E532E color RGB value is (110,83,46).

  • red value is 110;
  • green value is 83;
  • blue value is 46.
RGB:
(110,83,46)
(43%,33%,18%)

RGB channels and saturation

R 110 of 255 = 43%
G 83 of 255 = 33%
B 46 of 255 = 18%

110
83
46

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

Portions of RGB colors in percentages

R + G + B =
110 + 83 + 46 = 239 (100%)
R 110 of 239 ~ 46.03%
G 83 of 239 ~ 34.73%
B 46 of 239 ~ 19.25%

%46.03
%34.73
%19.25

CMYK color model

#6E532E color CMYK value is (0,25,58,57).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 58.18%
  • key color value is 56.86%
CMYK:
(0,25,58,57)
C0M25Y58K57 
(0%,25%,58%,57%)
(0.00/0.25/0.58/0.57)	

CMYK percentages

%0
%24.55
%58.18
%56.86

Codes

Color #6E532E in popluar color models

6E532E
RGB1108346
HSL35°41.03%30.59%
HSB/HSV35°58.18%43.14%
CMYK0.00%24.55%58.18%
56.86%

Color #6E532E in popluar number systems.

HEX6E532E
Decimal1108346
Binary11011101010011101110
Octal15612356

Shades and tints

Shades of #6E532E

#6E532E
(110,83,46)
#644C2A
(100,76,42)
#5A4526
(90,69,38)
#503E22
(80,62,34)
#46371E
(70,55,30)
#3C301A
(60,48,26)
#322916
(50,41,22)
#282212
(40,34,18)
#1E1B0E
(30,27,14)
#14140A
(20,20,10)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #6E532E

#6E532E
(110,83,46)
#7B6241
(123,98,65)
#887154
(136,113,84)
#958067
(149,128,103)
#A28F7A
(162,143,122)
#AF9E8D
(175,158,141)
#BCADA0
(188,173,160)
#C9BCB3
(201,188,179)
#D6CBC6
(214,203,198)
#E3DAD9
(227,218,217)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E532E; }

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

This text font color is #6E532E.


Background Color

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

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

This div background color is #6E532E.


Border color

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

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

This div border color is #6E532E.


Opacity

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

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

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

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

This text has shadow with #6E532E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E532E on black background.


Color preview on white background

This text has color #6E532E on white background.



Black color preview on #6E532E background

This text has black color on #6E532E background.


White color preview on #6E532E background

This text has white color on #6E532E background.