COLOR #6D7C28

HEX: #6D7C28
RGB: (109,124,40)

Color info

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

RGB color model

#6D7C28 color RGB value is (109,124,40).

  • red value is 109;
  • green value is 124;
  • blue value is 40.
RGB:
(109,124,40)
(43%,49%,16%)

RGB channels and saturation

R 109 of 255 = 43%
G 124 of 255 = 49%
B 40 of 255 = 16%

109
124
40

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

Portions of RGB colors in percentages

R + G + B =
109 + 124 + 40 = 273 (100%)
R 109 of 273 ~ 39.93%
G 124 of 273 ~ 45.42%
B 40 of 273 ~ 14.65%

%39.93
%45.42
%14.65

CMYK color model

#6D7C28 color CMYK value is (12,0,68,51).

  • cyan value is 12.10%
  • magenta value is 0.00%
  • yellow value is 67.74%
  • key color value is 51.37%
CMYK:
(12,0,68,51)
C12M0Y68K51 
(12%,0%,68%,51%)
(0.12/0.00/0.68/0.51)	

CMYK percentages

%12.1
%0
%67.74
%51.37

Codes

Color #6D7C28 in popluar color models

6D7C28
RGB10912440
HSL71°51.22%32.16%
HSB/HSV71°67.74%48.63%
CMYK12.10%0.00%67.74%
51.37%

Color #6D7C28 in popluar number systems.

HEX6D7C28
Decimal10912440
Binary11011011111100101000
Octal15517450

Shades and tints

Shades of #6D7C28

#6D7C28
(109,124,40)
#647125
(100,113,37)
#5B6622
(91,102,34)
#525B1F
(82,91,31)
#49501C
(73,80,28)
#404519
(64,69,25)
#373A16
(55,58,22)
#2E2F13
(46,47,19)
#252410
(37,36,16)
#1C190D
(28,25,13)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #6D7C28

#6D7C28
(109,124,40)
#7A873B
(122,135,59)
#87924E
(135,146,78)
#949D61
(148,157,97)
#A1A874
(161,168,116)
#AEB387
(174,179,135)
#BBBE9A
(187,190,154)
#C8C9AD
(200,201,173)
#D5D4C0
(213,212,192)
#E2DFD3
(226,223,211)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7C28 color. Also use rgb(109,124,40) instead hex code.

Text Font Color

.myTextColor { color: #6D7C28; }

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

This text font color is #6D7C28.


Background Color

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

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

This div background color is #6D7C28.


Border color

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

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

This div border color is #6D7C28.


Opacity

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

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

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

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

This text has shadow with #6D7C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7C28 on black background.


Color preview on white background

This text has color #6D7C28 on white background.



Black color preview on #6D7C28 background

This text has black color on #6D7C28 background.


White color preview on #6D7C28 background

This text has white color on #6D7C28 background.