COLOR #6E6C2F

HEX: #6E6C2F RGB: (110,108,47)

Color info

#6E6C2F contains mainly red and green colors. Web safe color of #6E6C2F is #666633 (or #663).

RGB color model

#6E6C2F color RGB value is (110,108,47).

RGB: (110,108,47) (43%, 42%, 18%)

RGB channels and saturation

R 110 of 255 = 43%
G 108 of 255 = 42%
B 47 of 255 = 18%

110
108
47

R + G + B ~ 34%. #6E6C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 108 + 47 = 265 (100%)
R 110 of 265 ~ 41.51%
G 108 of 265 ~ 40.75%
B 47 of 265 ~ 17.74'%

%41.51
%40.75
%17.74

CMYK color model

#6E6C2F color CMYK value is (0,2,57,57).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 57.27%
  • key color value is 56.86%

CMYK: (0,2,57,57)
C0M2Y57K57 (0%, 2%, 57%, 57%)
(0.00 / 0.02 / 0.57 / 0.57)

CMYK percentages

%0
%1.82
%57.27
%56.86

Codes

Color #6E6C2F in popluar color models

6E 6C 2F
RGB 110 108 47
HSL 58° 40.13% 30.78%
HSB/HSV 58° 57.27% 43.14%
CMYK 0.00% 1.82% 57.27%
56.86%

Color #6E6C2F in popluar number systems.

HEX 6E 6C 2F
Decimal 110 108 47
Binary 1101110 1101100 101111
Octal 156 154 57

Shades and tints

Shades of #6E6C2F

#6E6C2F
(110,108,47)
#64632B
(100,99,43)
#5A5A27
(90,90,39)
#505123
(80,81,35)
#46481F
(70,72,31)
#3C3F1B
(60,63,27)
#323617
(50,54,23)
#282D13
(40,45,19)
#1E240F
(30,36,15)
#141B0B
(20,27,11)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #6E6C2F

#6E6C2F
(110,108,47)
#7B7941
(123,121,65)
#888653
(136,134,83)
#959365
(149,147,101)
#A2A077
(162,160,119)
#AFAD89
(175,173,137)
#BCBA9B
(188,186,155)
#C9C7AD
(201,199,173)
#D6D4BF
(214,212,191)
#E3E1D1
(227,225,209)
#F0EEE3
(240,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6C2F color. Also use rgb(110,108,47) instead hex code.

Text Font Color

.myTextColor { color: #6E6C2F; }

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

This text font color is #6E6C2F.

Background Color

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

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

This div background color is #6E6C2F.

Border color

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

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

This div border color is #6E6C2F.

Opacity

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

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

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

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

This text has shadow with #6E6C2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6C2F.

Preview

Color preview on black background

This text has color #6E6C2F on black background.


Color preview on white background

This text has color #6E6C2F on white background.


Black color preview on #6E6C2F background

This text has black color on #6E6C2F background.


White color preview on #6E6C2F background

This text has white color on #6E6C2F background.


Related colors

Complementary color

Complementary color for #hex is #9193D0.


I love getcolorcode.com

Triadic colors

1 #2F6E6C and #6C2F6E with #6E6C2F are triadic colors.

2 #2F6C6E and #6C6E2F with #6E6C2F are triadic colors.