COLOR #6A734C

HEX: #6A734C RGB: (106,115,76)

Color info

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

RGB color model

#6A734C color RGB value is (106,115,76).

RGB: (106,115,76) (42%, 45%, 30%)

RGB channels and saturation

R 106 of 255 = 42%
G 115 of 255 = 45%
B 76 of 255 = 30%

106
115
76

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

Portions of RGB colors in percentages

R + G + B = 106 + 115 + 76 = 297 (100%)
R 106 of 297 ~ 35.69%
G 115 of 297 ~ 38.72%
B 76 of 297 ~ 25.59'%

%35.69
%38.72
%25.59

CMYK color model

#6A734C color CMYK value is (8,0,34,55).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 54.90%

CMYK: (8,0,34,55)
C8M0Y34K55 (8%, 0%, 34%, 55%)
(0.08 / 0.00 / 0.34 / 0.55)

CMYK percentages

%7.83
%0
%33.91
%54.9

Codes

Color #6A734C in popluar color models

6A 73 4C
RGB 106 115 76
HSL 74° 20.42% 37.45%
HSB/HSV 74° 33.91% 45.10%
CMYK 7.83% 0.00% 33.91%
54.90%

Color #6A734C in popluar number systems.

HEX 6A 73 4C
Decimal 106 115 76
Binary 1101010 1110011 1001100
Octal 152 163 114

Shades and tints

Shades of #6A734C

#6A734C
(106,115,76)
#616946
(97,105,70)
#585F40
(88,95,64)
#4F553A
(79,85,58)
#464B34
(70,75,52)
#3D412E
(61,65,46)
#343728
(52,55,40)
#2B2D22
(43,45,34)
#22231C
(34,35,28)
#191916
(25,25,22)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #6A734C

#6A734C
(106,115,76)
#777F5C
(119,127,92)
#848B6C
(132,139,108)
#91977C
(145,151,124)
#9EA38C
(158,163,140)
#ABAF9C
(171,175,156)
#B8BBAC
(184,187,172)
#C5C7BC
(197,199,188)
#D2D3CC
(210,211,204)
#DFDFDC
(223,223,220)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A734C color. Also use rgb(106,115,76) instead hex code.

Text Font Color

.myTextColor { color: #6A734C; }

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

This text font color is #6A734C.

Background Color

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

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

This div background color is #6A734C.

Border color

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

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

This div border color is #6A734C.

Opacity

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

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

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

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

This text has shadow with #6A734C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A734C.

Preview

Color preview on black background

This text has color #6A734C on black background.


Color preview on white background

This text has color #6A734C on white background.


Black color preview on #6A734C background

This text has black color on #6A734C background.


White color preview on #6A734C background

This text has white color on #6A734C background.


Related colors

Complementary color

Complementary color for #hex is #958CB3.


I love getcolorcode.com

Triadic colors

1 #4C6A73 and #734C6A with #6A734C are triadic colors.

2 #4C736A and #736A4C with #6A734C are triadic colors.