COLOR #6E872D

HEX: #6E872D RGB: (110,135,45)

Color info

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

RGB color model

#6E872D color RGB value is (110,135,45).

RGB: (110,135,45) (43%, 53%, 18%)

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 45 of 255 = 18%

110
135
45

R + G + B ~ 38%. #6E872D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 135 + 45 = 290 (100%)
R 110 of 290 ~ 37.93%
G 135 of 290 ~ 46.55%
B 45 of 290 ~ 15.52'%

%37.93
%46.55
%15.52

CMYK color model

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

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 47.06%

CMYK: (19,0,67,47)
C19M0Y67K47 (19%, 0%, 67%, 47%)
(0.19 / 0.00 / 0.67 / 0.47)

CMYK percentages

%18.52
%0
%66.67
%47.06

Codes

Color #6E872D in popluar color models

6E 87 2D
RGB 110 135 45
HSL 77° 50.00% 35.29%
HSB/HSV 77° 66.67% 52.94%
CMYK 18.52% 0.00% 66.67%
47.06%

Color #6E872D in popluar number systems.

HEX 6E 87 2D
Decimal 110 135 45
Binary 1101110 10000111 101101
Octal 156 207 55

Shades and tints

Shades of #6E872D

#6E872D
(110,135,45)
#647B29
(100,123,41)
#5A6F25
(90,111,37)
#506321
(80,99,33)
#46571D
(70,87,29)
#3C4B19
(60,75,25)
#323F15
(50,63,21)
#283311
(40,51,17)
#1E270D
(30,39,13)
#141B09
(20,27,9)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #6E872D

#6E872D
(110,135,45)
#7B9140
(123,145,64)
#889B53
(136,155,83)
#95A566
(149,165,102)
#A2AF79
(162,175,121)
#AFB98C
(175,185,140)
#BCC39F
(188,195,159)
#C9CDB2
(201,205,178)
#D6D7C5
(214,215,197)
#E3E1D8
(227,225,216)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E872D color. Also use rgb(110,135,45) instead hex code.

Text Font Color

.myTextColor { color: #6E872D; }

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

This text font color is #6E872D.

Background Color

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

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

This div background color is #6E872D.

Border color

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

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

This div border color is #6E872D.

Opacity

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

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

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

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

This text has shadow with #6E872D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E872D.

Preview

Color preview on black background

This text has color #6E872D on black background.


Color preview on white background

This text has color #6E872D on white background.


Black color preview on #6E872D background

This text has black color on #6E872D background.


White color preview on #6E872D background

This text has white color on #6E872D background.


Related colors

Complementary color

Complementary color for #hex is #9178D2.


I love getcolorcode.com

Triadic colors

1 #2D6E87 and #872D6E with #6E872D are triadic colors.

2 #2D876E and #876E2D with #6E872D are triadic colors.