COLOR #6E7A28

HEX: #6E7A28
RGB: (110,122,40)

Color info

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

RGB color model

#6E7A28 color RGB value is (110,122,40).

  • red value is 110;
  • green value is 122;
  • blue value is 40.
RGB:
(110,122,40)
(43%,48%,16%)

RGB channels and saturation

R 110 of 255 = 43%
G 122 of 255 = 48%
B 40 of 255 = 16%

110
122
40

R + G + B ~ 36%. #6E7A28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 122 + 40 = 272 (100%)
R 110 of 272 ~ 40.44%
G 122 of 272 ~ 44.85%
B 40 of 272 ~ 14.71%

%40.44
%44.85
%14.71

CMYK color model

#6E7A28 color CMYK value is (10,0,67,52).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 67.21%
  • key color value is 52.16%
CMYK:
(10,0,67,52)
C10M0Y67K52 
(10%,0%,67%,52%)
(0.10/0.00/0.67/0.52)	

CMYK percentages

%9.84
%0
%67.21
%52.16

Codes

Color #6E7A28 in popluar color models

6E7A28
RGB11012240
HSL69°50.62%31.76%
HSB/HSV69°67.21%47.84%
CMYK9.84%0.00%67.21%
52.16%

Color #6E7A28 in popluar number systems.

HEX6E7A28
Decimal11012240
Binary11011101111010101000
Octal15617250

Shades and tints

Shades of #6E7A28

#6E7A28
(110,122,40)
#646F25
(100,111,37)
#5A6422
(90,100,34)
#50591F
(80,89,31)
#464E1C
(70,78,28)
#3C4319
(60,67,25)
#323816
(50,56,22)
#282D13
(40,45,19)
#1E2210
(30,34,16)
#14170D
(20,23,13)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #6E7A28

#6E7A28
(110,122,40)
#7B863B
(123,134,59)
#88924E
(136,146,78)
#959E61
(149,158,97)
#A2AA74
(162,170,116)
#AFB687
(175,182,135)
#BCC29A
(188,194,154)
#C9CEAD
(201,206,173)
#D6DAC0
(214,218,192)
#E3E6D3
(227,230,211)
#F0F2E6
(240,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7A28; }

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

This text font color is #6E7A28.


Background Color

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

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

This div background color is #6E7A28.


Border color

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

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

This div border color is #6E7A28.


Opacity

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

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

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

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

This text has shadow with #6E7A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7A28 on black background.


Color preview on white background

This text has color #6E7A28 on white background.



Black color preview on #6E7A28 background

This text has black color on #6E7A28 background.


White color preview on #6E7A28 background

This text has white color on #6E7A28 background.