COLOR #4C6557

HEX: #4C6557 RGB: (76,101,87)

Color info

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

RGB color model

#4C6557 color RGB value is (76,101,87).

RGB: (76,101,87) (30%, 40%, 34%)

RGB channels and saturation

R 76 of 255 = 30%
G 101 of 255 = 40%
B 87 of 255 = 34%

76
101
87

R + G + B ~ 35%. #4C6557 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 101 + 87 = 264 (100%)
R 76 of 264 ~ 28.79%
G 101 of 264 ~ 38.26%
B 87 of 264 ~ 32.95'%

%28.79
%38.26
%32.95

CMYK color model

#4C6557 color CMYK value is (25,0,14,60).

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

CMYK: (25,0,14,60)
C25M0Y14K60 (25%, 0%, 14%, 60%)
(0.25 / 0.00 / 0.14 / 0.60)

CMYK percentages

%24.75
%0
%13.86
%60.39

Codes

Color #4C6557 in popluar color models

4C 65 57
RGB 76 101 87
HSL 146° 14.12% 34.71%
HSB/HSV 146° 24.75% 39.61%
CMYK 24.75% 0.00% 13.86%
60.39%

Color #4C6557 in popluar number systems.

HEX 4C 65 57
Decimal 76 101 87
Binary 1001100 1100101 1010111
Octal 114 145 127

Shades and tints

Shades of #4C6557

#4C6557
(76,101,87)
#465C50
(70,92,80)
#405349
(64,83,73)
#3A4A42
(58,74,66)
#34413B
(52,65,59)
#2E3834
(46,56,52)
#282F2D
(40,47,45)
#222626
(34,38,38)
#1C1D1F
(28,29,31)
#161418
(22,20,24)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #4C6557

#4C6557
(76,101,87)
#5C7366
(92,115,102)
#6C8175
(108,129,117)
#7C8F84
(124,143,132)
#8C9D93
(140,157,147)
#9CABA2
(156,171,162)
#ACB9B1
(172,185,177)
#BCC7C0
(188,199,192)
#CCD5CF
(204,213,207)
#DCE3DE
(220,227,222)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6557; }

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

This text font color is #4C6557.

Background Color

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

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

This div background color is #4C6557.

Border color

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

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

This div border color is #4C6557.

Opacity

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

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

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

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

This text has shadow with #4C6557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6557.

Preview

Color preview on black background

This text has color #4C6557 on black background.


Color preview on white background

This text has color #4C6557 on white background.


Black color preview on #4C6557 background

This text has black color on #4C6557 background.


White color preview on #4C6557 background

This text has white color on #4C6557 background.


Related colors

Complementary color

Complementary color for #hex is #B39AA8.


I love getcolorcode.com

Triadic colors

1 #574C65 and #65574C with #4C6557 are triadic colors.

2 #57654C and #654C57 with #4C6557 are triadic colors.