COLOR #6E6E2F

HEX: #6E6E2F RGB: (110,110,47)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
110
47

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

Portions of RGB colors in percentages

R + G + B = 110 + 110 + 47 = 267 (100%)
R 110 of 267 ~ 41.2%
G 110 of 267 ~ 41.2%
B 47 of 267 ~ 17.6'%

%41.2
%41.2
%17.6

CMYK color model

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

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

CMYK: (0,0,57,57)
C0M0Y57K57 (0%, 0%, 57%, 57%)
(0.00 / 0.00 / 0.57 / 0.57)

CMYK percentages

%0
%0
%57.27
%56.86

Codes

Color #6E6E2F in popluar color models

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

Color #6E6E2F in popluar number systems.

HEX 6E 6E 2F
Decimal 110 110 47
Binary 1101110 1101110 101111
Octal 156 156 57

Shades and tints

Shades of #6E6E2F

#6E6E2F
(110,110,47)
#64642B
(100,100,43)
#5A5A27
(90,90,39)
#505023
(80,80,35)
#46461F
(70,70,31)
#3C3C1B
(60,60,27)
#323217
(50,50,23)
#282813
(40,40,19)
#1E1E0F
(30,30,15)
#14140B
(20,20,11)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #6E6E2F

#6E6E2F
(110,110,47)
#7B7B41
(123,123,65)
#888853
(136,136,83)
#959565
(149,149,101)
#A2A277
(162,162,119)
#AFAF89
(175,175,137)
#BCBC9B
(188,188,155)
#C9C9AD
(201,201,173)
#D6D6BF
(214,214,191)
#E3E3D1
(227,227,209)
#F0F0E3
(240,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6E2F; }

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

This text font color is #6E6E2F.

Background Color

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

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

This div background color is #6E6E2F.

Border color

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

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

This div border color is #6E6E2F.

Opacity

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

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

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

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

This text has shadow with #6E6E2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6E2F.

Preview

Color preview on black background

This text has color #6E6E2F on black background.


Color preview on white background

This text has color #6E6E2F on white background.


Black color preview on #6E6E2F background

This text has black color on #6E6E2F background.


White color preview on #6E6E2F background

This text has white color on #6E6E2F background.


Related colors

Complementary color

Complementary color for #hex is #9191D0.


I love getcolorcode.com