COLOR #4C412D

HEX: #4C412D
RGB: (76,65,45)

Color info

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

RGB color model

#4C412D color RGB value is (76,65,45).

  • red value is 76;
  • green value is 65;
  • blue value is 45.
RGB:
(76,65,45)
(30%,25%,18%)

RGB channels and saturation

R 76 of 255 = 30%
G 65 of 255 = 25%
B 45 of 255 = 18%

76
65
45

R + G + B ~ 24%. #4C412D is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 65 + 45 = 186 (100%)
R 76 of 186 ~ 40.86%
G 65 of 186 ~ 34.95%
B 45 of 186 ~ 24.19%

%40.86
%34.95
%24.19

CMYK color model

#4C412D color CMYK value is (0,14,41,70).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 40.79%
  • key color value is 70.20%
CMYK:
(0,14,41,70)
C0M14Y41K70 
(0%,14%,41%,70%)
(0.00/0.14/0.41/0.70)	

CMYK percentages

%0
%14.47
%40.79
%70.2

Codes

Color #4C412D in popluar color models

4C412D
RGB766545
HSL39°25.62%23.73%
HSB/HSV39°40.79%29.80%
CMYK0.00%14.47%40.79%
70.20%

Color #4C412D in popluar number systems.

HEX4C412D
Decimal766545
Binary10011001000001101101
Octal11410155

Shades and tints

Shades of #4C412D

#4C412D
(76,65,45)
#463C29
(70,60,41)
#403725
(64,55,37)
#3A3221
(58,50,33)
#342D1D
(52,45,29)
#2E2819
(46,40,25)
#282315
(40,35,21)
#221E11
(34,30,17)
#1C190D
(28,25,13)
#161409
(22,20,9)
#100F05
(16,15,5)
#000000
(0,0,0)

Tints of #4C412D

#4C412D
(76,65,45)
#5C5240
(92,82,64)
#6C6353
(108,99,83)
#7C7466
(124,116,102)
#8C8579
(140,133,121)
#9C968C
(156,150,140)
#ACA79F
(172,167,159)
#BCB8B2
(188,184,178)
#CCC9C5
(204,201,197)
#DCDAD8
(220,218,216)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C412D; }

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

This text font color is #4C412D.


Background Color

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

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

This div background color is #4C412D.


Border color

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

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

This div border color is #4C412D.


Opacity

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

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

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

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

This text has shadow with #4C412D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C412D on black background.


Color preview on white background

This text has color #4C412D on white background.



Black color preview on #4C412D background

This text has black color on #4C412D background.


White color preview on #4C412D background

This text has white color on #4C412D background.