COLOR #4C4F44

HEX: #4C4F44 RGB: (76,79,68)

Color info

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

RGB color model

#4C4F44 color RGB value is (76,79,68).

RGB: (76,79,68) (30%, 31%, 27%)

RGB channels and saturation

R 76 of 255 = 30%
G 79 of 255 = 31%
B 68 of 255 = 27%

76
79
68

R + G + B ~ 29%. #4C4F44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 79 + 68 = 223 (100%)
R 76 of 223 ~ 34.08%
G 79 of 223 ~ 35.43%
B 68 of 223 ~ 30.49'%

%34.08
%35.43
%30.49

CMYK color model

#4C4F44 color CMYK value is (4,0,14,69).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 69.02%

CMYK: (4,0,14,69)
C4M0Y14K69 (4%, 0%, 14%, 69%)
(0.04 / 0.00 / 0.14 / 0.69)

CMYK percentages

%3.8
%0
%13.92
%69.02

Codes

Color #4C4F44 in popluar color models

4C 4F 44
RGB 76 79 68
HSL 76° 7.48% 28.82%
HSB/HSV 76° 13.92% 30.98%
CMYK 3.80% 0.00% 13.92%
69.02%

Color #4C4F44 in popluar number systems.

HEX 4C 4F 44
Decimal 76 79 68
Binary 1001100 1001111 1000100
Octal 114 117 104

Shades and tints

Shades of #4C4F44

#4C4F44
(76,79,68)
#46483E
(70,72,62)
#404138
(64,65,56)
#3A3A32
(58,58,50)
#34332C
(52,51,44)
#2E2C26
(46,44,38)
#282520
(40,37,32)
#221E1A
(34,30,26)
#1C1714
(28,23,20)
#16100E
(22,16,14)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #4C4F44

#4C4F44
(76,79,68)
#5C5F55
(92,95,85)
#6C6F66
(108,111,102)
#7C7F77
(124,127,119)
#8C8F88
(140,143,136)
#9C9F99
(156,159,153)
#ACAFAA
(172,175,170)
#BCBFBB
(188,191,187)
#CCCFCC
(204,207,204)
#DCDFDD
(220,223,221)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4F44; }

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

This text font color is #4C4F44.

Background Color

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

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

This div background color is #4C4F44.

Border color

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

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

This div border color is #4C4F44.

Opacity

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

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

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

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

This text has shadow with #4C4F44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4F44.

Preview

Color preview on black background

This text has color #4C4F44 on black background.


Color preview on white background

This text has color #4C4F44 on white background.


Black color preview on #4C4F44 background

This text has black color on #4C4F44 background.


White color preview on #4C4F44 background

This text has white color on #4C4F44 background.


Related colors

Complementary color

Complementary color for #hex is #B3B0BB.


I love getcolorcode.com

Triadic colors

1 #444C4F and #4F444C with #4C4F44 are triadic colors.

2 #444F4C and #4F4C44 with #4C4F44 are triadic colors.