COLOR #6E5853

HEX: #6E5853
RGB: (110,88,83)

Color info

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

RGB color model

#6E5853 color RGB value is (110,88,83).

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

RGB channels and saturation

R 110 of 255 = 43%
G 88 of 255 = 35%
B 83 of 255 = 33%

110
88
83

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

Portions of RGB colors in percentages

R + G + B =
110 + 88 + 83 = 281 (100%)
R 110 of 281 ~ 39.15%
G 88 of 281 ~ 31.32%
B 83 of 281 ~ 29.54%

%39.15
%31.32
%29.54

CMYK color model

#6E5853 color CMYK value is (0,20,25,57).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(0,20,25,57)
C0M20Y25K57 
(0%,20%,25%,57%)
(0.00/0.20/0.25/0.57)	

CMYK percentages

%0
%20
%24.55
%56.86

Codes

Color #6E5853 in popluar color models

6E5853
RGB1108883
HSL11°13.99%37.84%
HSB/HSV11°24.55%43.14%
CMYK0.00%20.00%24.55%
56.86%

Color #6E5853 in popluar number systems.

HEX6E5853
Decimal1108883
Binary110111010110001010011
Octal156130123

Shades and tints

Shades of #6E5853

#6E5853
(110,88,83)
#64504C
(100,80,76)
#5A4845
(90,72,69)
#50403E
(80,64,62)
#463837
(70,56,55)
#3C3030
(60,48,48)
#322829
(50,40,41)
#282022
(40,32,34)
#1E181B
(30,24,27)
#141014
(20,16,20)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #6E5853

#6E5853
(110,88,83)
#7B6762
(123,103,98)
#887671
(136,118,113)
#958580
(149,133,128)
#A2948F
(162,148,143)
#AFA39E
(175,163,158)
#BCB2AD
(188,178,173)
#C9C1BC
(201,193,188)
#D6D0CB
(214,208,203)
#E3DFDA
(227,223,218)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5853; }

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

This text font color is #6E5853.


Background Color

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

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

This div background color is #6E5853.


Border color

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

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

This div border color is #6E5853.


Opacity

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

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

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

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

This text has shadow with #6E5853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5853 on black background.


Color preview on white background

This text has color #6E5853 on white background.



Black color preview on #6E5853 background

This text has black color on #6E5853 background.


White color preview on #6E5853 background

This text has white color on #6E5853 background.