COLOR #6A8408

HEX: #6A8408
RGB: (106,132,8)

Color info

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

RGB color model

#6A8408 color RGB value is (106,132,8).

  • red value is 106;
  • green value is 132;
  • blue value is 8.
RGB:
(106,132,8)
(42%,52%,3%)

RGB channels and saturation

R 106 of 255 = 42%
G 132 of 255 = 52%
B 8 of 255 = 3%

106
132
8

R + G + B ~ 32%. #6A8408 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 132 + 8 = 246 (100%)
R 106 of 246 ~ 43.09%
G 132 of 246 ~ 53.66%
B 8 of 246 ~ 3.25%

%43.09
%53.66

CMYK color model

#6A8408 color CMYK value is (20,0,94,48).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 93.94%
  • key color value is 48.24%
CMYK:
(20,0,94,48)
C20M0Y94K48 
(20%,0%,94%,48%)
(0.20/0.00/0.94/0.48)	

CMYK percentages

%19.7
%0
%93.94
%48.24

Codes

Color #6A8408 in popluar color models

6A8408
RGB1061328
HSL73°88.57%27.45%
HSB/HSV73°93.94%51.76%
CMYK19.70%0.00%93.94%
48.24%

Color #6A8408 in popluar number systems.

HEX6A8408
Decimal1061328
Binary1101010100001001000
Octal15220410

Shades and tints

Shades of #6A8408

#6A8408
(106,132,8)
#617808
(97,120,8)
#586C08
(88,108,8)
#4F6008
(79,96,8)
#465408
(70,84,8)
#3D4808
(61,72,8)
#343C08
(52,60,8)
#2B3008
(43,48,8)
#222408
(34,36,8)
#191808
(25,24,8)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #6A8408

#6A8408
(106,132,8)
#778F1E
(119,143,30)
#849A34
(132,154,52)
#91A54A
(145,165,74)
#9EB060
(158,176,96)
#ABBB76
(171,187,118)
#B8C68C
(184,198,140)
#C5D1A2
(197,209,162)
#D2DCB8
(210,220,184)
#DFE7CE
(223,231,206)
#ECF2E4
(236,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8408 color. Also use rgb(106,132,8) instead hex code.

Text Font Color

.myTextColor { color: #6A8408; }

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

This text font color is #6A8408.


Background Color

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

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

This div background color is #6A8408.


Border color

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

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

This div border color is #6A8408.


Opacity

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

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

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

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

This text has shadow with #6A8408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8408 on black background.


Color preview on white background

This text has color #6A8408 on white background.



Black color preview on #6A8408 background

This text has black color on #6A8408 background.


White color preview on #6A8408 background

This text has white color on #6A8408 background.