COLOR #6E8848

HEX: #6E8848
RGB: (110,136,72)

Color info

#6E8848 contains mainly red and green colors. Web safe color of #6E8848 is #669933 (or #693).

RGB color model

#6E8848 color RGB value is (110,136,72).

  • red value is 110;
  • green value is 136;
  • blue value is 72.
RGB:
(110,136,72)
(43%,53%,28%)

RGB channels and saturation

R 110 of 255 = 43%
G 136 of 255 = 53%
B 72 of 255 = 28%

110
136
72

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

Portions of RGB colors in percentages

R + G + B =
110 + 136 + 72 = 318 (100%)
R 110 of 318 ~ 34.59%
G 136 of 318 ~ 42.77%
B 72 of 318 ~ 22.64%

%34.59
%42.77
%22.64

CMYK color model

#6E8848 color CMYK value is (19,0,47,47).

  • cyan value is 19.12%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 46.67%
CMYK:
(19,0,47,47)
C19M0Y47K47 
(19%,0%,47%,47%)
(0.19/0.00/0.47/0.47)	

CMYK percentages

%19.12
%0
%47.06
%46.67

Codes

Color #6E8848 in popluar color models

6E8848
RGB11013672
HSL84°30.77%40.78%
HSB/HSV84°47.06%53.33%
CMYK19.12%0.00%47.06%
46.67%

Color #6E8848 in popluar number systems.

HEX6E8848
Decimal11013672
Binary1101110100010001001000
Octal156210110

Shades and tints

Shades of #6E8848

#6E8848
(110,136,72)
#647C42
(100,124,66)
#5A703C
(90,112,60)
#506436
(80,100,54)
#465830
(70,88,48)
#3C4C2A
(60,76,42)
#324024
(50,64,36)
#28341E
(40,52,30)
#1E2818
(30,40,24)
#141C12
(20,28,18)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #6E8848

#6E8848
(110,136,72)
#7B9258
(123,146,88)
#889C68
(136,156,104)
#95A678
(149,166,120)
#A2B088
(162,176,136)
#AFBA98
(175,186,152)
#BCC4A8
(188,196,168)
#C9CEB8
(201,206,184)
#D6D8C8
(214,216,200)
#E3E2D8
(227,226,216)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8848 color. Also use rgb(110,136,72) instead hex code.

Text Font Color

.myTextColor { color: #6E8848; }

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

This text font color is #6E8848.


Background Color

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

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

This div background color is #6E8848.


Border color

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

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

This div border color is #6E8848.


Opacity

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

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

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

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

This text has shadow with #6E8848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8848 on black background.


Color preview on white background

This text has color #6E8848 on white background.



Black color preview on #6E8848 background

This text has black color on #6E8848 background.


White color preview on #6E8848 background

This text has white color on #6E8848 background.