COLOR #6C7D4A

HEX: #6C7D4A RGB: (108,125,74)

Color info

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

RGB color model

#6C7D4A color RGB value is (108,125,74).

RGB: (108,125,74) (42%, 49%, 29%)

RGB channels and saturation

R 108 of 255 = 42%
G 125 of 255 = 49%
B 74 of 255 = 29%

108
125
74

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

Portions of RGB colors in percentages

R + G + B = 108 + 125 + 74 = 307 (100%)
R 108 of 307 ~ 35.18%
G 125 of 307 ~ 40.72%
B 74 of 307 ~ 24.1'%

%35.18
%40.72
%24.1

CMYK color model

#6C7D4A color CMYK value is (14,0,41,51).

  • cyan value is 13.60%
  • magenta value is 0.00%
  • yellow value is 40.80%
  • key color value is 50.98%

CMYK: (14,0,41,51)
C14M0Y41K51 (14%, 0%, 41%, 51%)
(0.14 / 0.00 / 0.41 / 0.51)

CMYK percentages

%13.6
%0
%40.8
%50.98

Codes

Color #6C7D4A in popluar color models

6C 7D 4A
RGB 108 125 74
HSL 80° 25.63% 39.02%
HSB/HSV 80° 40.80% 49.02%
CMYK 13.60% 0.00% 40.80%
50.98%

Color #6C7D4A in popluar number systems.

HEX 6C 7D 4A
Decimal 108 125 74
Binary 1101100 1111101 1001010
Octal 154 175 112

Shades and tints

Shades of #6C7D4A

#6C7D4A
(108,125,74)
#637244
(99,114,68)
#5A673E
(90,103,62)
#515C38
(81,92,56)
#485132
(72,81,50)
#3F462C
(63,70,44)
#363B26
(54,59,38)
#2D3020
(45,48,32)
#24251A
(36,37,26)
#1B1A14
(27,26,20)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #6C7D4A

#6C7D4A
(108,125,74)
#79885A
(121,136,90)
#86936A
(134,147,106)
#939E7A
(147,158,122)
#A0A98A
(160,169,138)
#ADB49A
(173,180,154)
#BABFAA
(186,191,170)
#C7CABA
(199,202,186)
#D4D5CA
(212,213,202)
#E1E0DA
(225,224,218)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7D4A color. Also use rgb(108,125,74) instead hex code.

Text Font Color

.myTextColor { color: #6C7D4A; }

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

This text font color is #6C7D4A.

Background Color

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

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

This div background color is #6C7D4A.

Border color

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

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

This div border color is #6C7D4A.

Opacity

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

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

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

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

This text has shadow with #6C7D4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7D4A.

Preview

Color preview on black background

This text has color #6C7D4A on black background.


Color preview on white background

This text has color #6C7D4A on white background.


Black color preview on #6C7D4A background

This text has black color on #6C7D4A background.


White color preview on #6C7D4A background

This text has white color on #6C7D4A background.


Related colors

Complementary color

Complementary color for #hex is #9382B5.


I love getcolorcode.com

Triadic colors

1 #4A6C7D and #7D4A6C with #6C7D4A are triadic colors.

2 #4A7D6C and #7D6C4A with #6C7D4A are triadic colors.