COLOR #6E833D

HEX: #6E833D RGB: (110,131,61)

Color info

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

RGB color model

#6E833D color RGB value is (110,131,61).

RGB: (110,131,61) (43%, 51%, 24%)

RGB channels and saturation

R 110 of 255 = 43%
G 131 of 255 = 51%
B 61 of 255 = 24%

110
131
61

R + G + B ~ 39%. #6E833D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 131 + 61 = 302 (100%)
R 110 of 302 ~ 36.42%
G 131 of 302 ~ 43.38%
B 61 of 302 ~ 20.2'%

%36.42
%43.38
%20.2

CMYK color model

#6E833D color CMYK value is (16,0,53,49).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 53.44%
  • key color value is 48.63%
CMYK: (16,0,53,49) C16M0Y53K49 (16%,0%,53%,49%) (0.16/0.00/0.53/0.49) 

CMYK percentages

%16.03
%0
%53.44
%48.63

Codes

Color #6E833D in popluar color models

6E 83 3D
RGB 110 131 61
HSL 78° 36.46% 37.65%
HSB/HSV 78° 53.44% 51.37%
CMYK 16.03% 0.00% 53.44%
48.63%

Color #6E833D in popluar number systems.

HEX 6E 83 3D
Decimal 110 131 61
Binary 1101110 10000011 111101
Octal 156 203 75

Shades and tints

Shades of #6E833D

#6E833D
(110,131,61)
#647838
(100,120,56)
#5A6D33
(90,109,51)
#50622E
(80,98,46)
#465729
(70,87,41)
#3C4C24
(60,76,36)
#32411F
(50,65,31)
#28361A
(40,54,26)
#1E2B15
(30,43,21)
#142010
(20,32,16)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #6E833D

#6E833D
(110,131,61)
#7B8E4E
(123,142,78)
#88995F
(136,153,95)
#95A470
(149,164,112)
#A2AF81
(162,175,129)
#AFBA92
(175,186,146)
#BCC5A3
(188,197,163)
#C9D0B4
(201,208,180)
#D6DBC5
(214,219,197)
#E3E6D6
(227,230,214)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E833D; }

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

This text font color is #6E833D.

Background Color

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

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

This div background color is #6E833D.

Border color

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

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

This div border color is #6E833D.

Opacity

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

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

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

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

This text has shadow with #6E833D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E833D.

Preview

Color preview on black background

This text has color #6E833D on black background.


Color preview on white background

This text has color #6E833D on white background.


Black color preview on #6E833D background

This text has black color on #6E833D background.


White color preview on #6E833D background

This text has white color on #6E833D background.


Related colors

Complementary color

Complementary color for #hex is #917CC2.


I love getcolorcode.com

Triadic colors

1 #3D6E83 and #833D6E with #6E833D are triadic colors.

2 #3D836E and #836E3D with #6E833D are triadic colors.