COLOR #6E8053

HEX: #6E8053
RGB: (110,128,83)

Color info

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

RGB color model

#6E8053 color RGB value is (110,128,83).

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

RGB channels and saturation

R 110 of 255 = 43%
G 128 of 255 = 50%
B 83 of 255 = 33%

110
128
83

R + G + B ~ 42%. #6E8053 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 128 + 83 = 321 (100%)
R 110 of 321 ~ 34.27%
G 128 of 321 ~ 39.88%
B 83 of 321 ~ 25.86%

%34.27
%39.88
%25.86

CMYK color model

#6E8053 color CMYK value is (14,0,35,50).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 35.16%
  • key color value is 49.80%
CMYK:
(14,0,35,50)
C14M0Y35K50 
(14%,0%,35%,50%)
(0.14/0.00/0.35/0.50)	

CMYK percentages

%14.06
%0
%35.16
%49.8

Codes

Color #6E8053 in popluar color models

6E8053
RGB11012883
HSL84°21.33%41.37%
HSB/HSV84°35.16%50.20%
CMYK14.06%0.00%35.16%
49.80%

Color #6E8053 in popluar number systems.

HEX6E8053
Decimal11012883
Binary1101110100000001010011
Octal156200123

Shades and tints

Shades of #6E8053

#6E8053
(110,128,83)
#64754C
(100,117,76)
#5A6A45
(90,106,69)
#505F3E
(80,95,62)
#465437
(70,84,55)
#3C4930
(60,73,48)
#323E29
(50,62,41)
#283322
(40,51,34)
#1E281B
(30,40,27)
#141D14
(20,29,20)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #6E8053

#6E8053
(110,128,83)
#7B8B62
(123,139,98)
#889671
(136,150,113)
#95A180
(149,161,128)
#A2AC8F
(162,172,143)
#AFB79E
(175,183,158)
#BCC2AD
(188,194,173)
#C9CDBC
(201,205,188)
#D6D8CB
(214,216,203)
#E3E3DA
(227,227,218)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8053; }

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

This text font color is #6E8053.


Background Color

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

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

This div background color is #6E8053.


Border color

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

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

This div border color is #6E8053.


Opacity

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

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

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

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

This text has shadow with #6E8053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8053 on black background.


Color preview on white background

This text has color #6E8053 on white background.



Black color preview on #6E8053 background

This text has black color on #6E8053 background.


White color preview on #6E8053 background

This text has white color on #6E8053 background.