COLOR #6E893D

HEX: #6E893D
RGB: (110,137,61)

Color info

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

RGB color model

#6E893D color RGB value is (110,137,61).

  • red value is 110;
  • green value is 137;
  • blue value is 61.
RGB:
(110,137,61)
(43%,54%,24%)

RGB channels and saturation

R 110 of 255 = 43%
G 137 of 255 = 54%
B 61 of 255 = 24%

110
137
61

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

Portions of RGB colors in percentages

R + G + B =
110 + 137 + 61 = 308 (100%)
R 110 of 308 ~ 35.71%
G 137 of 308 ~ 44.48%
B 61 of 308 ~ 19.81%

%35.71
%44.48
%19.81

CMYK color model

#6E893D color CMYK value is (20,0,55,46).

  • cyan value is 19.71%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 46.27%
CMYK:
(20,0,55,46)
C20M0Y55K46 
(20%,0%,55%,46%)
(0.20/0.00/0.55/0.46)	

CMYK percentages

%19.71
%0
%55.47
%46.27

Codes

Color #6E893D in popluar color models

6E893D
RGB11013761
HSL81°38.38%38.82%
HSB/HSV81°55.47%53.73%
CMYK19.71%0.00%55.47%
46.27%

Color #6E893D in popluar number systems.

HEX6E893D
Decimal11013761
Binary110111010001001111101
Octal15621175

Shades and tints

Shades of #6E893D

#6E893D
(110,137,61)
#647D38
(100,125,56)
#5A7133
(90,113,51)
#50652E
(80,101,46)
#465929
(70,89,41)
#3C4D24
(60,77,36)
#32411F
(50,65,31)
#28351A
(40,53,26)
#1E2915
(30,41,21)
#141D10
(20,29,16)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #6E893D

#6E893D
(110,137,61)
#7B934E
(123,147,78)
#889D5F
(136,157,95)
#95A770
(149,167,112)
#A2B181
(162,177,129)
#AFBB92
(175,187,146)
#BCC5A3
(188,197,163)
#C9CFB4
(201,207,180)
#D6D9C5
(214,217,197)
#E3E3D6
(227,227,214)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E893D color. Also use rgb(110,137,61) instead hex code.

Text Font Color

.myTextColor { color: #6E893D; }

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

This text font color is #6E893D.


Background Color

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

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

This div background color is #6E893D.


Border color

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

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

This div border color is #6E893D.


Opacity

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

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

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

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

This text has shadow with #6E893D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E893D on black background.


Color preview on white background

This text has color #6E893D on white background.



Black color preview on #6E893D background

This text has black color on #6E893D background.


White color preview on #6E893D background

This text has white color on #6E893D background.