COLOR #6E5244

HEX: #6E5244
RGB: (110,82,68)

Color info

#6E5244 contains red, green and blue colors in about the same proportion. Web safe color of #6E5244 is #666633 (or #663).

RGB color model

#6E5244 color RGB value is (110,82,68).

  • red value is 110;
  • green value is 82;
  • blue value is 68.
RGB:
(110,82,68)
(43%,32%,27%)

RGB channels and saturation

R 110 of 255 = 43%
G 82 of 255 = 32%
B 68 of 255 = 27%

110
82
68

R + G + B ~ 34%. #6E5244 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 82 + 68 = 260 (100%)
R 110 of 260 ~ 42.31%
G 82 of 260 ~ 31.54%
B 68 of 260 ~ 26.15%

%42.31
%31.54
%26.15

CMYK color model

#6E5244 color CMYK value is (0,25,38,57).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 38.18%
  • key color value is 56.86%
CMYK:
(0,25,38,57)
C0M25Y38K57 
(0%,25%,38%,57%)
(0.00/0.25/0.38/0.57)	

CMYK percentages

%0
%25.45
%38.18
%56.86

Codes

Color #6E5244 in popluar color models

6E5244
RGB1108268
HSL20°23.60%34.90%
HSB/HSV20°38.18%43.14%
CMYK0.00%25.45%38.18%
56.86%

Color #6E5244 in popluar number systems.

HEX6E5244
Decimal1108268
Binary110111010100101000100
Octal156122104

Shades and tints

Shades of #6E5244

#6E5244
(110,82,68)
#644B3E
(100,75,62)
#5A4438
(90,68,56)
#503D32
(80,61,50)
#46362C
(70,54,44)
#3C2F26
(60,47,38)
#322820
(50,40,32)
#28211A
(40,33,26)
#1E1A14
(30,26,20)
#14130E
(20,19,14)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #6E5244

#6E5244
(110,82,68)
#7B6155
(123,97,85)
#887066
(136,112,102)
#957F77
(149,127,119)
#A28E88
(162,142,136)
#AF9D99
(175,157,153)
#BCACAA
(188,172,170)
#C9BBBB
(201,187,187)
#D6CACC
(214,202,204)
#E3D9DD
(227,217,221)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5244; }

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

This text font color is #6E5244.


Background Color

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

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

This div background color is #6E5244.


Border color

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

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

This div border color is #6E5244.


Opacity

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

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

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

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

This text has shadow with #6E5244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5244 on black background.


Color preview on white background

This text has color #6E5244 on white background.



Black color preview on #6E5244 background

This text has black color on #6E5244 background.


White color preview on #6E5244 background

This text has white color on #6E5244 background.