COLOR #6A8054

HEX: #6A8054 RGB: (106,128,84)

Color info

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

RGB color model

#6A8054 color RGB value is (106,128,84).

RGB: (106,128,84) (42%, 50%, 33%)

RGB channels and saturation

R 106 of 255 = 42%
G 128 of 255 = 50%
B 84 of 255 = 33%

106
128
84

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

Portions of RGB colors in percentages

R + G + B = 106 + 128 + 84 = 318 (100%)
R 106 of 318 ~ 33.33%
G 128 of 318 ~ 40.25%
B 84 of 318 ~ 26.42'%

%33.33
%40.25
%26.42

CMYK color model

#6A8054 color CMYK value is (17,0,34,50).

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

CMYK: (17,0,34,50)
C17M0Y34K50 (17%, 0%, 34%, 50%)
(0.17 / 0.00 / 0.34 / 0.50)

CMYK percentages

%17.19
%0
%34.38
%49.8

Codes

Color #6A8054 in popluar color models

6A 80 54
RGB 106 128 84
HSL 90° 20.75% 41.57%
HSB/HSV 90° 34.38% 50.20%
CMYK 17.19% 0.00% 34.38%
49.80%

Color #6A8054 in popluar number systems.

HEX 6A 80 54
Decimal 106 128 84
Binary 1101010 10000000 1010100
Octal 152 200 124

Shades and tints

Shades of #6A8054

#6A8054
(106,128,84)
#61754D
(97,117,77)
#586A46
(88,106,70)
#4F5F3F
(79,95,63)
#465438
(70,84,56)
#3D4931
(61,73,49)
#343E2A
(52,62,42)
#2B3323
(43,51,35)
#22281C
(34,40,28)
#191D15
(25,29,21)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #6A8054

#6A8054
(106,128,84)
#778B63
(119,139,99)
#849672
(132,150,114)
#91A181
(145,161,129)
#9EAC90
(158,172,144)
#ABB79F
(171,183,159)
#B8C2AE
(184,194,174)
#C5CDBD
(197,205,189)
#D2D8CC
(210,216,204)
#DFE3DB
(223,227,219)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8054; }

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

This text font color is #6A8054.

Background Color

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

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

This div background color is #6A8054.

Border color

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

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

This div border color is #6A8054.

Opacity

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

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

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

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

This text has shadow with #6A8054 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8054.

Preview

Color preview on black background

This text has color #6A8054 on black background.


Color preview on white background

This text has color #6A8054 on white background.


Black color preview on #6A8054 background

This text has black color on #6A8054 background.


White color preview on #6A8054 background

This text has white color on #6A8054 background.


Related colors

Complementary color

Complementary color for #hex is #957FAB.


I love getcolorcode.com

Triadic colors

1 #546A80 and #80546A with #6A8054 are triadic colors.

2 #54806A and #806A54 with #6A8054 are triadic colors.