COLOR #6A8425

HEX: #6A8425
RGB: (106,132,37)

Color info

#6A8425 contains mainly red and green colors. Web safe color of #6A8425 is #669933 (or #693).

RGB color model

#6A8425 color RGB value is (106,132,37).

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

RGB channels and saturation

R 106 of 255 = 42%
G 132 of 255 = 52%
B 37 of 255 = 15%

106
132
37

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

Portions of RGB colors in percentages

R + G + B =
106 + 132 + 37 = 275 (100%)
R 106 of 275 ~ 38.55%
G 132 of 275 ~ 48%
B 37 of 275 ~ 13.45%

%38.55
%48
%13.45

CMYK color model

#6A8425 color CMYK value is (20,0,72,48).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 71.97%
  • key color value is 48.24%
CMYK:
(20,0,72,48)
C20M0Y72K48 
(20%,0%,72%,48%)
(0.20/0.00/0.72/0.48)	

CMYK percentages

%19.7
%0
%71.97
%48.24

Codes

Color #6A8425 in popluar color models

6A8425
RGB10613237
HSL76°56.21%33.14%
HSB/HSV76°71.97%51.76%
CMYK19.70%0.00%71.97%
48.24%

Color #6A8425 in popluar number systems.

HEX6A8425
Decimal10613237
Binary110101010000100100101
Octal15220445

Shades and tints

Shades of #6A8425

#6A8425
(106,132,37)
#617822
(97,120,34)
#586C1F
(88,108,31)
#4F601C
(79,96,28)
#465419
(70,84,25)
#3D4816
(61,72,22)
#343C13
(52,60,19)
#2B3010
(43,48,16)
#22240D
(34,36,13)
#19180A
(25,24,10)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #6A8425

#6A8425
(106,132,37)
#778F38
(119,143,56)
#849A4B
(132,154,75)
#91A55E
(145,165,94)
#9EB071
(158,176,113)
#ABBB84
(171,187,132)
#B8C697
(184,198,151)
#C5D1AA
(197,209,170)
#D2DCBD
(210,220,189)
#DFE7D0
(223,231,208)
#ECF2E3
(236,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8425; }

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

This text font color is #6A8425.


Background Color

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

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

This div background color is #6A8425.


Border color

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

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

This div border color is #6A8425.


Opacity

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

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

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

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

This text has shadow with #6A8425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8425 on black background.


Color preview on white background

This text has color #6A8425 on white background.



Black color preview on #6A8425 background

This text has black color on #6A8425 background.


White color preview on #6A8425 background

This text has white color on #6A8425 background.