COLOR #6C840A

HEX: #6C840A
RGB: (108,132,10)

Color info

#6C840A contains mainly red and green colors. Web safe color of #6C840A is #669900 (or #690).

RGB color model

#6C840A color RGB value is (108,132,10).

  • red value is 108;
  • green value is 132;
  • blue value is 10.
RGB:
(108,132,10)
(42%,52%,4%)

RGB channels and saturation

R 108 of 255 = 42%
G 132 of 255 = 52%
B 10 of 255 = 4%

108
132
10

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

Portions of RGB colors in percentages

R + G + B =
108 + 132 + 10 = 250 (100%)
R 108 of 250 ~ 43.2%
G 132 of 250 ~ 52.8%
B 10 of 250 ~ 4%

%43.2
%52.8

CMYK color model

#6C840A color CMYK value is (18,0,92,48).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 92.42%
  • key color value is 48.24%
CMYK:
(18,0,92,48)
C18M0Y92K48 
(18%,0%,92%,48%)
(0.18/0.00/0.92/0.48)	

CMYK percentages

%18.18
%0
%92.42
%48.24

Codes

Color #6C840A in popluar color models

6C840A
RGB10813210
HSL72°85.92%27.84%
HSB/HSV72°92.42%51.76%
CMYK18.18%0.00%92.42%
48.24%

Color #6C840A in popluar number systems.

HEX6C840A
Decimal10813210
Binary1101100100001001010
Octal15420412

Shades and tints

Shades of #6C840A

#6C840A
(108,132,10)
#63780A
(99,120,10)
#5A6C0A
(90,108,10)
#51600A
(81,96,10)
#48540A
(72,84,10)
#3F480A
(63,72,10)
#363C0A
(54,60,10)
#2D300A
(45,48,10)
#24240A
(36,36,10)
#1B180A
(27,24,10)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #6C840A

#6C840A
(108,132,10)
#798F20
(121,143,32)
#869A36
(134,154,54)
#93A54C
(147,165,76)
#A0B062
(160,176,98)
#ADBB78
(173,187,120)
#BAC68E
(186,198,142)
#C7D1A4
(199,209,164)
#D4DCBA
(212,220,186)
#E1E7D0
(225,231,208)
#EEF2E6
(238,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C840A color. Also use rgb(108,132,10) instead hex code.

Text Font Color

.myTextColor { color: #6C840A; }

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

This text font color is #6C840A.


Background Color

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

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

This div background color is #6C840A.


Border color

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

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

This div border color is #6C840A.


Opacity

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

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

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

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

This text has shadow with #6C840A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C840A on black background.


Color preview on white background

This text has color #6C840A on white background.



Black color preview on #6C840A background

This text has black color on #6C840A background.


White color preview on #6C840A background

This text has white color on #6C840A background.