COLOR #6E5D52

HEX: #6E5D52
RGB: (110,93,82)

Color info

#6E5D52 contains red, green and blue colors in about the same proportion. Web safe color of #6E5D52 is #666666 (or #666).

RGB color model

#6E5D52 color RGB value is (110,93,82).

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

RGB channels and saturation

R 110 of 255 = 43%
G 93 of 255 = 36%
B 82 of 255 = 32%

110
93
82

R + G + B ~ 37%. #6E5D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 93 + 82 = 285 (100%)
R 110 of 285 ~ 38.6%
G 93 of 285 ~ 32.63%
B 82 of 285 ~ 28.77%

%38.6
%32.63
%28.77

CMYK color model

#6E5D52 color CMYK value is (0,15,25,57).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 25.45%
  • key color value is 56.86%
CMYK:
(0,15,25,57)
C0M15Y25K57 
(0%,15%,25%,57%)
(0.00/0.15/0.25/0.57)	

CMYK percentages

%0
%15.45
%25.45
%56.86

Codes

Color #6E5D52 in popluar color models

6E5D52
RGB1109382
HSL24°14.58%37.65%
HSB/HSV24°25.45%43.14%
CMYK0.00%15.45%25.45%
56.86%

Color #6E5D52 in popluar number systems.

HEX6E5D52
Decimal1109382
Binary110111010111011010010
Octal156135122

Shades and tints

Shades of #6E5D52

#6E5D52
(110,93,82)
#64554B
(100,85,75)
#5A4D44
(90,77,68)
#50453D
(80,69,61)
#463D36
(70,61,54)
#3C352F
(60,53,47)
#322D28
(50,45,40)
#282521
(40,37,33)
#1E1D1A
(30,29,26)
#141513
(20,21,19)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #6E5D52

#6E5D52
(110,93,82)
#7B6B61
(123,107,97)
#887970
(136,121,112)
#95877F
(149,135,127)
#A2958E
(162,149,142)
#AFA39D
(175,163,157)
#BCB1AC
(188,177,172)
#C9BFBB
(201,191,187)
#D6CDCA
(214,205,202)
#E3DBD9
(227,219,217)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5D52; }

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

This text font color is #6E5D52.


Background Color

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

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

This div background color is #6E5D52.


Border color

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

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

This div border color is #6E5D52.


Opacity

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

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

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

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

This text has shadow with #6E5D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5D52 on black background.


Color preview on white background

This text has color #6E5D52 on white background.



Black color preview on #6E5D52 background

This text has black color on #6E5D52 background.


White color preview on #6E5D52 background

This text has white color on #6E5D52 background.