COLOR #6A884A

HEX: #6A884A
RGB: (106,136,74)

Color info

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

RGB color model

#6A884A color RGB value is (106,136,74).

  • red value is 106;
  • green value is 136;
  • blue value is 74.
RGB:
(106,136,74)
(42%,53%,29%)

RGB channels and saturation

R 106 of 255 = 42%
G 136 of 255 = 53%
B 74 of 255 = 29%

106
136
74

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

Portions of RGB colors in percentages

R + G + B =
106 + 136 + 74 = 316 (100%)
R 106 of 316 ~ 33.54%
G 136 of 316 ~ 43.04%
B 74 of 316 ~ 23.42%

%33.54
%43.04
%23.42

CMYK color model

#6A884A color CMYK value is (22,0,46,47).

  • cyan value is 22.06%
  • magenta value is 0.00%
  • yellow value is 45.59%
  • key color value is 46.67%
CMYK:
(22,0,46,47)
C22M0Y46K47 
(22%,0%,46%,47%)
(0.22/0.00/0.46/0.47)	

CMYK percentages

%22.06
%0
%45.59
%46.67

Codes

Color #6A884A in popluar color models

6A884A
RGB10613674
HSL89°29.52%41.18%
HSB/HSV89°45.59%53.33%
CMYK22.06%0.00%45.59%
46.67%

Color #6A884A in popluar number systems.

HEX6A884A
Decimal10613674
Binary1101010100010001001010
Octal152210112

Shades and tints

Shades of #6A884A

#6A884A
(106,136,74)
#617C44
(97,124,68)
#58703E
(88,112,62)
#4F6438
(79,100,56)
#465832
(70,88,50)
#3D4C2C
(61,76,44)
#344026
(52,64,38)
#2B3420
(43,52,32)
#22281A
(34,40,26)
#191C14
(25,28,20)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #6A884A

#6A884A
(106,136,74)
#77925A
(119,146,90)
#849C6A
(132,156,106)
#91A67A
(145,166,122)
#9EB08A
(158,176,138)
#ABBA9A
(171,186,154)
#B8C4AA
(184,196,170)
#C5CEBA
(197,206,186)
#D2D8CA
(210,216,202)
#DFE2DA
(223,226,218)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A884A color. Also use rgb(106,136,74) instead hex code.

Text Font Color

.myTextColor { color: #6A884A; }

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

This text font color is #6A884A.


Background Color

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

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

This div background color is #6A884A.


Border color

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

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

This div border color is #6A884A.


Opacity

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

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

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

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

This text has shadow with #6A884A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A884A on black background.


Color preview on white background

This text has color #6A884A on white background.



Black color preview on #6A884A background

This text has black color on #6A884A background.


White color preview on #6A884A background

This text has white color on #6A884A background.