COLOR #6E6927

HEX: #6E6927
RGB: (110,105,39)

Color info

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

RGB color model

#6E6927 color RGB value is (110,105,39).

  • red value is 110;
  • green value is 105;
  • blue value is 39.
RGB:
(110,105,39)
(43%,41%,15%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 39 of 255 = 15%

110
105
39

R + G + B ~ 33%. #6E6927 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 105 + 39 = 254 (100%)
R 110 of 254 ~ 43.31%
G 105 of 254 ~ 41.34%
B 39 of 254 ~ 15.35%

%43.31
%41.34
%15.35

CMYK color model

#6E6927 color CMYK value is (0,5,65,57).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 64.55%
  • key color value is 56.86%
CMYK:
(0,5,65,57)
C0M5Y65K57 
(0%,5%,65%,57%)
(0.00/0.05/0.65/0.57)	

CMYK percentages

%0
%4.55
%64.55
%56.86

Codes

Color #6E6927 in popluar color models

6E6927
RGB11010539
HSL56°47.65%29.22%
HSB/HSV56°64.55%43.14%
CMYK0.00%4.55%64.55%
56.86%

Color #6E6927 in popluar number systems.

HEX6E6927
Decimal11010539
Binary11011101101001100111
Octal15615147

Shades and tints

Shades of #6E6927

#6E6927
(110,105,39)
#646024
(100,96,36)
#5A5721
(90,87,33)
#504E1E
(80,78,30)
#46451B
(70,69,27)
#3C3C18
(60,60,24)
#323315
(50,51,21)
#282A12
(40,42,18)
#1E210F
(30,33,15)
#14180C
(20,24,12)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #6E6927

#6E6927
(110,105,39)
#7B763A
(123,118,58)
#88834D
(136,131,77)
#959060
(149,144,96)
#A29D73
(162,157,115)
#AFAA86
(175,170,134)
#BCB799
(188,183,153)
#C9C4AC
(201,196,172)
#D6D1BF
(214,209,191)
#E3DED2
(227,222,210)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6927; }

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

This text font color is #6E6927.


Background Color

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

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

This div background color is #6E6927.


Border color

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

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

This div border color is #6E6927.


Opacity

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

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

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

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

This text has shadow with #6E6927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6927 on black background.


Color preview on white background

This text has color #6E6927 on white background.



Black color preview on #6E6927 background

This text has black color on #6E6927 background.


White color preview on #6E6927 background

This text has white color on #6E6927 background.