COLOR #4C6555

HEX: #4C6555 RGB: (76,101,85)

Color info

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

RGB color model

#4C6555 color RGB value is (76,101,85).

RGB: (76,101,85) (30%, 40%, 33%)

RGB channels and saturation

R 76 of 255 = 30%
G 101 of 255 = 40%
B 85 of 255 = 33%

76
101
85

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

Portions of RGB colors in percentages

R + G + B = 76 + 101 + 85 = 262 (100%)
R 76 of 262 ~ 29.01%
G 101 of 262 ~ 38.55%
B 85 of 262 ~ 32.44'%

%29.01
%38.55
%32.44

CMYK color model

#4C6555 color CMYK value is (25,0,16,60).

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

CMYK: (25,0,16,60)
C25M0Y16K60 (25%, 0%, 16%, 60%)
(0.25 / 0.00 / 0.16 / 0.60)

CMYK percentages

%24.75
%0
%15.84
%60.39

Codes

Color #4C6555 in popluar color models

4C 65 55
RGB 76 101 85
HSL 142° 14.12% 34.71%
HSB/HSV 142° 24.75% 39.61%
CMYK 24.75% 0.00% 15.84%
60.39%

Color #4C6555 in popluar number systems.

HEX 4C 65 55
Decimal 76 101 85
Binary 1001100 1100101 1010101
Octal 114 145 125

Shades and tints

Shades of #4C6555

#4C6555
(76,101,85)
#465C4E
(70,92,78)
#405347
(64,83,71)
#3A4A40
(58,74,64)
#344139
(52,65,57)
#2E3832
(46,56,50)
#282F2B
(40,47,43)
#222624
(34,38,36)
#1C1D1D
(28,29,29)
#161416
(22,20,22)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #4C6555

#4C6555
(76,101,85)
#5C7364
(92,115,100)
#6C8173
(108,129,115)
#7C8F82
(124,143,130)
#8C9D91
(140,157,145)
#9CABA0
(156,171,160)
#ACB9AF
(172,185,175)
#BCC7BE
(188,199,190)
#CCD5CD
(204,213,205)
#DCE3DC
(220,227,220)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6555; }

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

This text font color is #4C6555.

Background Color

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

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

This div background color is #4C6555.

Border color

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

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

This div border color is #4C6555.

Opacity

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

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

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

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

This text has shadow with #4C6555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6555.

Preview

Color preview on black background

This text has color #4C6555 on black background.


Color preview on white background

This text has color #4C6555 on white background.


Black color preview on #4C6555 background

This text has black color on #4C6555 background.


White color preview on #4C6555 background

This text has white color on #4C6555 background.


Related colors

Complementary color

Complementary color for #hex is #B39AAA.


I love getcolorcode.com

Triadic colors

1 #554C65 and #65554C with #4C6555 are triadic colors.

2 #55654C and #654C55 with #4C6555 are triadic colors.