COLOR #4C442D

HEX: #4C442D RGB: (76,68,45)

Color info

#4C442D contains red, green and blue colors in about the same proportion. Web safe color of #4C442D is #333333 (or #333).

RGB color model

#4C442D color RGB value is (76,68,45).

RGB: (76,68,45) (30%, 27%, 18%)

RGB channels and saturation

R 76 of 255 = 30%
G 68 of 255 = 27%
B 45 of 255 = 18%

76
68
45

R + G + B ~ 25%. #4C442D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 68 + 45 = 189 (100%)
R 76 of 189 ~ 40.21%
G 68 of 189 ~ 35.98%
B 45 of 189 ~ 23.81'%

%40.21
%35.98
%23.81

CMYK color model

#4C442D color CMYK value is (0,11,41,70).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 40.79%
  • key color value is 70.20%

CMYK: (0,11,41,70)
C0M11Y41K70 (0%, 11%, 41%, 70%)
(0.00 / 0.11 / 0.41 / 0.70)

CMYK percentages

%0
%10.53
%40.79
%70.2

Codes

Color #4C442D in popluar color models

4C 44 2D
RGB 76 68 45
HSL 45° 25.62% 23.73%
HSB/HSV 45° 40.79% 29.80%
CMYK 0.00% 10.53% 40.79%
70.20%

Color #4C442D in popluar number systems.

HEX 4C 44 2D
Decimal 76 68 45
Binary 1001100 1000100 101101
Octal 114 104 55

Shades and tints

Shades of #4C442D

#4C442D
(76,68,45)
#463E29
(70,62,41)
#403825
(64,56,37)
#3A3221
(58,50,33)
#342C1D
(52,44,29)
#2E2619
(46,38,25)
#282015
(40,32,21)
#221A11
(34,26,17)
#1C140D
(28,20,13)
#160E09
(22,14,9)
#100805
(16,8,5)
#000000
(0,0,0)

Tints of #4C442D

#4C442D
(76,68,45)
#5C5540
(92,85,64)
#6C6653
(108,102,83)
#7C7766
(124,119,102)
#8C8879
(140,136,121)
#9C998C
(156,153,140)
#ACAA9F
(172,170,159)
#BCBBB2
(188,187,178)
#CCCCC5
(204,204,197)
#DCDDD8
(220,221,216)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C442D; }

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

This text font color is #4C442D.

Background Color

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

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

This div background color is #4C442D.

Border color

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

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

This div border color is #4C442D.

Opacity

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

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

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

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

This text has shadow with #4C442D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C442D.

Preview

Color preview on black background

This text has color #4C442D on black background.


Color preview on white background

This text has color #4C442D on white background.


Black color preview on #4C442D background

This text has black color on #4C442D background.


White color preview on #4C442D background

This text has white color on #4C442D background.


Related colors

Complementary color

Complementary color for #hex is #B3BBD2.


I love getcolorcode.com

Triadic colors

1 #2D4C44 and #442D4C with #4C442D are triadic colors.

2 #2D444C and #444C2D with #4C442D are triadic colors.