COLOR #4C6A4F

HEX: #4C6A4F RGB: (76,106,79)

Color info

#4C6A4F contains red, green and blue colors in about the same proportion. Web safe color of #4C6A4F is #336666 (or #366).

RGB color model

#4C6A4F color RGB value is (76,106,79).

RGB: (76,106,79) (30%, 42%, 31%)

RGB channels and saturation

R 76 of 255 = 30%
G 106 of 255 = 42%
B 79 of 255 = 31%

76
106
79

R + G + B ~ 34%. #4C6A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 106 + 79 = 261 (100%)
R 76 of 261 ~ 29.12%
G 106 of 261 ~ 40.61%
B 79 of 261 ~ 30.27'%

%29.12
%40.61
%30.27

CMYK color model

#4C6A4F color CMYK value is (28,0,25,58).

  • cyan value is 28.30%
  • magenta value is 0.00%
  • yellow value is 25.47%
  • key color value is 58.43%

CMYK: (28,0,25,58)
C28M0Y25K58 (28%, 0%, 25%, 58%)
(0.28 / 0.00 / 0.25 / 0.58)

CMYK percentages

%28.3
%0
%25.47
%58.43

Codes

Color #4C6A4F in popluar color models

4C 6A 4F
RGB 76 106 79
HSL 126° 16.48% 35.69%
HSB/HSV 126° 28.30% 41.57%
CMYK 28.30% 0.00% 25.47%
58.43%

Color #4C6A4F in popluar number systems.

HEX 4C 6A 4F
Decimal 76 106 79
Binary 1001100 1101010 1001111
Octal 114 152 117

Shades and tints

Shades of #4C6A4F

#4C6A4F
(76,106,79)
#466148
(70,97,72)
#405841
(64,88,65)
#3A4F3A
(58,79,58)
#344633
(52,70,51)
#2E3D2C
(46,61,44)
#283425
(40,52,37)
#222B1E
(34,43,30)
#1C2217
(28,34,23)
#161910
(22,25,16)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #4C6A4F

#4C6A4F
(76,106,79)
#5C775F
(92,119,95)
#6C846F
(108,132,111)
#7C917F
(124,145,127)
#8C9E8F
(140,158,143)
#9CAB9F
(156,171,159)
#ACB8AF
(172,184,175)
#BCC5BF
(188,197,191)
#CCD2CF
(204,210,207)
#DCDFDF
(220,223,223)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6A4F color. Also use rgb(76,106,79) instead hex code.

Text Font Color

.myTextColor { color: #4C6A4F; }

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

This text font color is #4C6A4F.

Background Color

.myBgColor { background-color: #4C6A4F; }

<div style="background-color:#4C6A4F">Inner text</div>

This div background color is #4C6A4F.

Border color

.myBorderColor { border: 1px solid #4C6A4F; }

<div style="border:3px solid #4C6A4F">Div</div>

This div border color is #4C6A4F.

Opacity

.myOpacity80 { color: #4C6A4F; opacity: 0.8; }

<p style="color:#4C6A4F;opacity:0.8;">80%</p>

Text with #4C6A4F 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 #4C6A4F;}

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

This text has shadow with #4C6A4F color.


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

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

This text has shadow with #4C6A4F primary color and red secondary color.


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

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

This text has shadow with #4C6A4F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4C6A4F.

Preview

Color preview on black background

This text has color #4C6A4F on black background.


Color preview on white background

This text has color #4C6A4F on white background.


Black color preview on #4C6A4F background

This text has black color on #4C6A4F background.


White color preview on #4C6A4F background

This text has white color on #4C6A4F background.


Related colors

Complementary color

Complementary color for #hex is #B395B0.


I love getcolorcode.com

Triadic colors

1 #4F4C6A and #6A4F4C with #4C6A4F are triadic colors.

2 #4F6A4C and #6A4C4F with #4C6A4F are triadic colors.