COLOR #6A804F

HEX: #6A804F RGB: (106,128,79)

Color info

#6A804F contains red, green and blue colors in about the same proportion. Web safe color of #6A804F is #666666 (or #666).

RGB color model

#6A804F color RGB value is (106,128,79).

RGB: (106,128,79) (42%, 50%, 31%)

RGB channels and saturation

R 106 of 255 = 42%
G 128 of 255 = 50%
B 79 of 255 = 31%

106
128
79

R + G + B ~ 41%. #6A804F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 128 + 79 = 313 (100%)
R 106 of 313 ~ 33.87%
G 128 of 313 ~ 40.89%
B 79 of 313 ~ 25.24'%

%33.87
%40.89
%25.24

CMYK color model

#6A804F color CMYK value is (17,0,38,50).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 38.28%
  • key color value is 49.80%

CMYK: (17,0,38,50)
C17M0Y38K50 (17%, 0%, 38%, 50%)
(0.17 / 0.00 / 0.38 / 0.50)

CMYK percentages

%17.19
%0
%38.28
%49.8

Codes

Color #6A804F in popluar color models

6A 80 4F
RGB 106 128 79
HSL 87° 23.67% 40.59%
HSB/HSV 87° 38.28% 50.20%
CMYK 17.19% 0.00% 38.28%
49.80%

Color #6A804F in popluar number systems.

HEX 6A 80 4F
Decimal 106 128 79
Binary 1101010 10000000 1001111
Octal 152 200 117

Shades and tints

Shades of #6A804F

#6A804F
(106,128,79)
#617548
(97,117,72)
#586A41
(88,106,65)
#4F5F3A
(79,95,58)
#465433
(70,84,51)
#3D492C
(61,73,44)
#343E25
(52,62,37)
#2B331E
(43,51,30)
#222817
(34,40,23)
#191D10
(25,29,16)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #6A804F

#6A804F
(106,128,79)
#778B5F
(119,139,95)
#84966F
(132,150,111)
#91A17F
(145,161,127)
#9EAC8F
(158,172,143)
#ABB79F
(171,183,159)
#B8C2AF
(184,194,175)
#C5CDBF
(197,205,191)
#D2D8CF
(210,216,207)
#DFE3DF
(223,227,223)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A804F color. Also use rgb(106,128,79) instead hex code.

Text Font Color

.myTextColor { color: #6A804F; }

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

This text font color is #6A804F.

Background Color

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

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

This div background color is #6A804F.

Border color

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

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

This div border color is #6A804F.

Opacity

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

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

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

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

This text has shadow with #6A804F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A804F.

Preview

Color preview on black background

This text has color #6A804F on black background.


Color preview on white background

This text has color #6A804F on white background.


Black color preview on #6A804F background

This text has black color on #6A804F background.


White color preview on #6A804F background

This text has white color on #6A804F background.


Related colors

Complementary color

Complementary color for #hex is #957FB0.


I love getcolorcode.com

Triadic colors

1 #4F6A80 and #804F6A with #6A804F are triadic colors.

2 #4F806A and #806A4F with #6A804F are triadic colors.