COLOR #6E841D

HEX: #6E841D RGB: (110,132,29)

Color info

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

RGB color model

#6E841D color RGB value is (110,132,29).

RGB: (110,132,29) (43%, 52%, 11%)

RGB channels and saturation

R 110 of 255 = 43%
G 132 of 255 = 52%
B 29 of 255 = 11%

110
132
29

R + G + B ~ 35%. #6E841D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 132 + 29 = 271 (100%)
R 110 of 271 ~ 40.59%
G 132 of 271 ~ 48.71%
B 29 of 271 ~ 10.7'%

%40.59
%48.71
%10.7

CMYK color model

#6E841D color CMYK value is (17,0,78,48).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 78.03%
  • key color value is 48.24%

CMYK: (17,0,78,48)
C17M0Y78K48 (17%, 0%, 78%, 48%)
(0.17 / 0.00 / 0.78 / 0.48)

CMYK percentages

%16.67
%0
%78.03
%48.24

Codes

Color #6E841D in popluar color models

6E 84 1D
RGB 110 132 29
HSL 73° 63.98% 31.57%
HSB/HSV 73° 78.03% 51.76%
CMYK 16.67% 0.00% 78.03%
48.24%

Color #6E841D in popluar number systems.

HEX 6E 84 1D
Decimal 110 132 29
Binary 1101110 10000100 11101
Octal 156 204 35

Shades and tints

Shades of #6E841D

#6E841D
(110,132,29)
#64781B
(100,120,27)
#5A6C19
(90,108,25)
#506017
(80,96,23)
#465415
(70,84,21)
#3C4813
(60,72,19)
#323C11
(50,60,17)
#28300F
(40,48,15)
#1E240D
(30,36,13)
#14180B
(20,24,11)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #6E841D

#6E841D
(110,132,29)
#7B8F31
(123,143,49)
#889A45
(136,154,69)
#95A559
(149,165,89)
#A2B06D
(162,176,109)
#AFBB81
(175,187,129)
#BCC695
(188,198,149)
#C9D1A9
(201,209,169)
#D6DCBD
(214,220,189)
#E3E7D1
(227,231,209)
#F0F2E5
(240,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E841D color. Also use rgb(110,132,29) instead hex code.

Text Font Color

.myTextColor { color: #6E841D; }

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

This text font color is #6E841D.

Background Color

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

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

This div background color is #6E841D.

Border color

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

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

This div border color is #6E841D.

Opacity

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

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

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

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

This text has shadow with #6E841D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E841D.

Preview

Color preview on black background

This text has color #6E841D on black background.


Color preview on white background

This text has color #6E841D on white background.


Black color preview on #6E841D background

This text has black color on #6E841D background.


White color preview on #6E841D background

This text has white color on #6E841D background.


Related colors

Complementary color

Complementary color for #hex is #917BE2.


I love getcolorcode.com

Triadic colors

1 #1D6E84 and #841D6E with #6E841D are triadic colors.

2 #1D846E and #846E1D with #6E841D are triadic colors.