COLOR #6A7949

HEX: #6A7949 RGB: (106,121,73)

Color info

#6A7949 contains red, green and blue colors in about the same proportion. Web safe color of #6A7949 is #666633 (or #663).

RGB color model

#6A7949 color RGB value is (106,121,73).

RGB: (106,121,73) (42%, 47%, 29%)

RGB channels and saturation

R 106 of 255 = 42%
G 121 of 255 = 47%
B 73 of 255 = 29%

106
121
73

R + G + B ~ 39%. #6A7949 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 121 + 73 = 300 (100%)
R 106 of 300 ~ 35.33%
G 121 of 300 ~ 40.33%
B 73 of 300 ~ 24.33'%

%35.33
%40.33
%24.33

CMYK color model

#6A7949 color CMYK value is (12,0,40,53).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 39.67%
  • key color value is 52.55%

CMYK: (12,0,40,53)
C12M0Y40K53 (12%, 0%, 40%, 53%)
(0.12 / 0.00 / 0.40 / 0.53)

CMYK percentages

%12.4
%0
%39.67
%52.55

Codes

Color #6A7949 in popluar color models

6A 79 49
RGB 106 121 73
HSL 79° 24.74% 38.04%
HSB/HSV 79° 39.67% 47.45%
CMYK 12.40% 0.00% 39.67%
52.55%

Color #6A7949 in popluar number systems.

HEX 6A 79 49
Decimal 106 121 73
Binary 1101010 1111001 1001001
Octal 152 171 111

Shades and tints

Shades of #6A7949

#6A7949
(106,121,73)
#616E43
(97,110,67)
#58633D
(88,99,61)
#4F5837
(79,88,55)
#464D31
(70,77,49)
#3D422B
(61,66,43)
#343725
(52,55,37)
#2B2C1F
(43,44,31)
#222119
(34,33,25)
#191613
(25,22,19)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #6A7949

#6A7949
(106,121,73)
#778559
(119,133,89)
#849169
(132,145,105)
#919D79
(145,157,121)
#9EA989
(158,169,137)
#ABB599
(171,181,153)
#B8C1A9
(184,193,169)
#C5CDB9
(197,205,185)
#D2D9C9
(210,217,201)
#DFE5D9
(223,229,217)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7949 color. Also use rgb(106,121,73) instead hex code.

Text Font Color

.myTextColor { color: #6A7949; }

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

This text font color is #6A7949.

Background Color

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

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

This div background color is #6A7949.

Border color

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

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

This div border color is #6A7949.

Opacity

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

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

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

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

This text has shadow with #6A7949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7949.

Preview

Color preview on black background

This text has color #6A7949 on black background.


Color preview on white background

This text has color #6A7949 on white background.


Black color preview on #6A7949 background

This text has black color on #6A7949 background.


White color preview on #6A7949 background

This text has white color on #6A7949 background.


Related colors

Complementary color

Complementary color for #hex is #9586B6.


I love getcolorcode.com

Triadic colors

1 #496A79 and #79496A with #6A7949 are triadic colors.

2 #49796A and #796A49 with #6A7949 are triadic colors.