COLOR #6C7A28

HEX: #6C7A28
RGB: (108,122,40)

Color info

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

RGB color model

#6C7A28 color RGB value is (108,122,40).

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

RGB channels and saturation

R 108 of 255 = 42%
G 122 of 255 = 48%
B 40 of 255 = 16%

108
122
40

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

Portions of RGB colors in percentages

R + G + B =
108 + 122 + 40 = 270 (100%)
R 108 of 270 ~ 40%
G 122 of 270 ~ 45.19%
B 40 of 270 ~ 14.81%

%40
%45.19
%14.81

CMYK color model

#6C7A28 color CMYK value is (11,0,67,52).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 67.21%
  • key color value is 52.16%
CMYK:
(11,0,67,52)
C11M0Y67K52 
(11%,0%,67%,52%)
(0.11/0.00/0.67/0.52)	

CMYK percentages

%11.48
%0
%67.21
%52.16

Codes

Color #6C7A28 in popluar color models

6C7A28
RGB10812240
HSL70°50.62%31.76%
HSB/HSV70°67.21%47.84%
CMYK11.48%0.00%67.21%
52.16%

Color #6C7A28 in popluar number systems.

HEX6C7A28
Decimal10812240
Binary11011001111010101000
Octal15417250

Shades and tints

Shades of #6C7A28

#6C7A28
(108,122,40)
#636F25
(99,111,37)
#5A6422
(90,100,34)
#51591F
(81,89,31)
#484E1C
(72,78,28)
#3F4319
(63,67,25)
#363816
(54,56,22)
#2D2D13
(45,45,19)
#242210
(36,34,16)
#1B170D
(27,23,13)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #6C7A28

#6C7A28
(108,122,40)
#79863B
(121,134,59)
#86924E
(134,146,78)
#939E61
(147,158,97)
#A0AA74
(160,170,116)
#ADB687
(173,182,135)
#BAC29A
(186,194,154)
#C7CEAD
(199,206,173)
#D4DAC0
(212,218,192)
#E1E6D3
(225,230,211)
#EEF2E6
(238,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7A28; }

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

This text font color is #6C7A28.


Background Color

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

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

This div background color is #6C7A28.


Border color

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

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

This div border color is #6C7A28.


Opacity

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

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

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

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

This text has shadow with #6C7A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7A28 on black background.


Color preview on white background

This text has color #6C7A28 on white background.



Black color preview on #6C7A28 background

This text has black color on #6C7A28 background.


White color preview on #6C7A28 background

This text has white color on #6C7A28 background.