COLOR #6E6853

HEX: #6E6853
RGB: (110,104,83)

Color info

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

RGB color model

#6E6853 color RGB value is (110,104,83).

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

RGB channels and saturation

R 110 of 255 = 43%
G 104 of 255 = 41%
B 83 of 255 = 33%

110
104
83

R + G + B ~ 39%. #6E6853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 104 + 83 = 297 (100%)
R 110 of 297 ~ 37.04%
G 104 of 297 ~ 35.02%
B 83 of 297 ~ 27.95%

%37.04
%35.02
%27.95

CMYK color model

#6E6853 color CMYK value is (0,5,25,57).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(0,5,25,57)
C0M5Y25K57 
(0%,5%,25%,57%)
(0.00/0.05/0.25/0.57)	

CMYK percentages

%0
%5.45
%24.55
%56.86

Codes

Color #6E6853 in popluar color models

6E6853
RGB11010483
HSL47°13.99%37.84%
HSB/HSV47°24.55%43.14%
CMYK0.00%5.45%24.55%
56.86%

Color #6E6853 in popluar number systems.

HEX6E6853
Decimal11010483
Binary110111011010001010011
Octal156150123

Shades and tints

Shades of #6E6853

#6E6853
(110,104,83)
#645F4C
(100,95,76)
#5A5645
(90,86,69)
#504D3E
(80,77,62)
#464437
(70,68,55)
#3C3B30
(60,59,48)
#323229
(50,50,41)
#282922
(40,41,34)
#1E201B
(30,32,27)
#141714
(20,23,20)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #6E6853

#6E6853
(110,104,83)
#7B7562
(123,117,98)
#888271
(136,130,113)
#958F80
(149,143,128)
#A29C8F
(162,156,143)
#AFA99E
(175,169,158)
#BCB6AD
(188,182,173)
#C9C3BC
(201,195,188)
#D6D0CB
(214,208,203)
#E3DDDA
(227,221,218)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6853; }

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

This text font color is #6E6853.


Background Color

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

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

This div background color is #6E6853.


Border color

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

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

This div border color is #6E6853.


Opacity

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

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

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

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

This text has shadow with #6E6853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6853 on black background.


Color preview on white background

This text has color #6E6853 on white background.



Black color preview on #6E6853 background

This text has black color on #6E6853 background.


White color preview on #6E6853 background

This text has white color on #6E6853 background.