COLOR #6E8F48

HEX: #6E8F48
RGB: (110,143,72)

Color info

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

RGB color model

#6E8F48 color RGB value is (110,143,72).

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

RGB channels and saturation

R 110 of 255 = 43%
G 143 of 255 = 56%
B 72 of 255 = 28%

110
143
72

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

Portions of RGB colors in percentages

R + G + B =
110 + 143 + 72 = 325 (100%)
R 110 of 325 ~ 33.85%
G 143 of 325 ~ 44%
B 72 of 325 ~ 22.15%

%33.85
%44
%22.15

CMYK color model

#6E8F48 color CMYK value is (23,0,50,44).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 49.65%
  • key color value is 43.92%
CMYK:
(23,0,50,44)
C23M0Y50K44 
(23%,0%,50%,44%)
(0.23/0.00/0.50/0.44)	

CMYK percentages

%23.08
%0
%49.65
%43.92

Codes

Color #6E8F48 in popluar color models

6E8F48
RGB11014372
HSL88°33.02%42.16%
HSB/HSV88°49.65%56.08%
CMYK23.08%0.00%49.65%
43.92%

Color #6E8F48 in popluar number systems.

HEX6E8F48
Decimal11014372
Binary1101110100011111001000
Octal156217110

Shades and tints

Shades of #6E8F48

#6E8F48
(110,143,72)
#648242
(100,130,66)
#5A753C
(90,117,60)
#506836
(80,104,54)
#465B30
(70,91,48)
#3C4E2A
(60,78,42)
#324124
(50,65,36)
#28341E
(40,52,30)
#1E2718
(30,39,24)
#141A12
(20,26,18)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #6E8F48

#6E8F48
(110,143,72)
#7B9958
(123,153,88)
#88A368
(136,163,104)
#95AD78
(149,173,120)
#A2B788
(162,183,136)
#AFC198
(175,193,152)
#BCCBA8
(188,203,168)
#C9D5B8
(201,213,184)
#D6DFC8
(214,223,200)
#E3E9D8
(227,233,216)
#F0F3E8
(240,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8F48; }

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

This text font color is #6E8F48.


Background Color

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

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

This div background color is #6E8F48.


Border color

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

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

This div border color is #6E8F48.


Opacity

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

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

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

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

This text has shadow with #6E8F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8F48 on black background.


Color preview on white background

This text has color #6E8F48 on white background.



Black color preview on #6E8F48 background

This text has black color on #6E8F48 background.


White color preview on #6E8F48 background

This text has white color on #6E8F48 background.