COLOR #6A8544

HEX: #6A8544
RGB: (106,133,68)

Color info

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

RGB color model

#6A8544 color RGB value is (106,133,68).

  • red value is 106;
  • green value is 133;
  • blue value is 68.
RGB:
(106,133,68)
(42%,52%,27%)

RGB channels and saturation

R 106 of 255 = 42%
G 133 of 255 = 52%
B 68 of 255 = 27%

106
133
68

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

Portions of RGB colors in percentages

R + G + B =
106 + 133 + 68 = 307 (100%)
R 106 of 307 ~ 34.53%
G 133 of 307 ~ 43.32%
B 68 of 307 ~ 22.15%

%34.53
%43.32
%22.15

CMYK color model

#6A8544 color CMYK value is (20,0,49,48).

  • cyan value is 20.30%
  • magenta value is 0.00%
  • yellow value is 48.87%
  • key color value is 47.84%
CMYK:
(20,0,49,48)
C20M0Y49K48 
(20%,0%,49%,48%)
(0.20/0.00/0.49/0.48)	

CMYK percentages

%20.3
%0
%48.87
%47.84

Codes

Color #6A8544 in popluar color models

6A8544
RGB10613368
HSL85°32.34%39.41%
HSB/HSV85°48.87%52.16%
CMYK20.30%0.00%48.87%
47.84%

Color #6A8544 in popluar number systems.

HEX6A8544
Decimal10613368
Binary1101010100001011000100
Octal152205104

Shades and tints

Shades of #6A8544

#6A8544
(106,133,68)
#61793E
(97,121,62)
#586D38
(88,109,56)
#4F6132
(79,97,50)
#46552C
(70,85,44)
#3D4926
(61,73,38)
#343D20
(52,61,32)
#2B311A
(43,49,26)
#222514
(34,37,20)
#19190E
(25,25,14)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #6A8544

#6A8544
(106,133,68)
#779055
(119,144,85)
#849B66
(132,155,102)
#91A677
(145,166,119)
#9EB188
(158,177,136)
#ABBC99
(171,188,153)
#B8C7AA
(184,199,170)
#C5D2BB
(197,210,187)
#D2DDCC
(210,221,204)
#DFE8DD
(223,232,221)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8544 color. Also use rgb(106,133,68) instead hex code.

Text Font Color

.myTextColor { color: #6A8544; }

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

This text font color is #6A8544.


Background Color

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

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

This div background color is #6A8544.


Border color

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

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

This div border color is #6A8544.


Opacity

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

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

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

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

This text has shadow with #6A8544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8544 on black background.


Color preview on white background

This text has color #6A8544 on white background.



Black color preview on #6A8544 background

This text has black color on #6A8544 background.


White color preview on #6A8544 background

This text has white color on #6A8544 background.