COLOR #4C6531

HEX: #4C6531 RGB: (76,101,49)

Color info

#4C6531 contains red, green and blue colors in about the same proportion. Web safe color of #4C6531 is #336633 (or #363).

RGB color model

#4C6531 color RGB value is (76,101,49).

RGB: (76,101,49) (30%, 40%, 19%)

RGB channels and saturation

R 76 of 255 = 30%
G 101 of 255 = 40%
B 49 of 255 = 19%

76
101
49

R + G + B ~ 30%. #4C6531 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 101 + 49 = 226 (100%)
R 76 of 226 ~ 33.63%
G 101 of 226 ~ 44.69%
B 49 of 226 ~ 21.68'%

%33.63
%44.69
%21.68

CMYK color model

#4C6531 color CMYK value is (25,0,51,60).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 51.49%
  • key color value is 60.39%

CMYK: (25,0,51,60)
C25M0Y51K60 (25%, 0%, 51%, 60%)
(0.25 / 0.00 / 0.51 / 0.60)

CMYK percentages

%24.75
%0
%51.49
%60.39

Codes

Color #4C6531 in popluar color models

4C 65 31
RGB 76 101 49
HSL 89° 34.67% 29.41%
HSB/HSV 89° 51.49% 39.61%
CMYK 24.75% 0.00% 51.49%
60.39%

Color #4C6531 in popluar number systems.

HEX 4C 65 31
Decimal 76 101 49
Binary 1001100 1100101 110001
Octal 114 145 61

Shades and tints

Shades of #4C6531

#4C6531
(76,101,49)
#465C2D
(70,92,45)
#405329
(64,83,41)
#3A4A25
(58,74,37)
#344121
(52,65,33)
#2E381D
(46,56,29)
#282F19
(40,47,25)
#222615
(34,38,21)
#1C1D11
(28,29,17)
#16140D
(22,20,13)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #4C6531

#4C6531
(76,101,49)
#5C7343
(92,115,67)
#6C8155
(108,129,85)
#7C8F67
(124,143,103)
#8C9D79
(140,157,121)
#9CAB8B
(156,171,139)
#ACB99D
(172,185,157)
#BCC7AF
(188,199,175)
#CCD5C1
(204,213,193)
#DCE3D3
(220,227,211)
#ECF1E5
(236,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6531 color. Also use rgb(76,101,49) instead hex code.

Text Font Color

.myTextColor { color: #4C6531; }

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

This text font color is #4C6531.

Background Color

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

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

This div background color is #4C6531.

Border color

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

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

This div border color is #4C6531.

Opacity

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

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

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

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

This text has shadow with #4C6531 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6531.

Preview

Color preview on black background

This text has color #4C6531 on black background.


Color preview on white background

This text has color #4C6531 on white background.


Black color preview on #4C6531 background

This text has black color on #4C6531 background.


White color preview on #4C6531 background

This text has white color on #4C6531 background.


Related colors

Complementary color

Complementary color for #hex is #B39ACE.


I love getcolorcode.com

Triadic colors

1 #314C65 and #65314C with #4C6531 are triadic colors.

2 #31654C and #654C31 with #4C6531 are triadic colors.