COLOR #4C4041

HEX: #4C4041
RGB: (76,64,65)

Color info

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

RGB color model

#4C4041 color RGB value is (76,64,65).

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

RGB channels and saturation

R 76 of 255 = 30%
G 64 of 255 = 25%
B 65 of 255 = 25%

76
64
65

R + G + B ~ 27%. #4C4041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 64 + 65 = 205 (100%)
R 76 of 205 ~ 37.07%
G 64 of 205 ~ 31.22%
B 65 of 205 ~ 31.71%

%37.07
%31.22
%31.71

CMYK color model

#4C4041 color CMYK value is (0,16,14,70).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 14.47%
  • key color value is 70.20%
CMYK:
(0,16,14,70)
C0M16Y14K70 
(0%,16%,14%,70%)
(0.00/0.16/0.14/0.70)	

CMYK percentages

%0
%15.79
%14.47
%70.2

Codes

Color #4C4041 in popluar color models

4C4041
RGB766465
HSL355°8.57%27.45%
HSB/HSV355°15.79%29.80%
CMYK0.00%15.79%14.47%
70.20%

Color #4C4041 in popluar number systems.

HEX4C4041
Decimal766465
Binary100110010000001000001
Octal114100101

Shades and tints

Shades of #4C4041

#4C4041
(76,64,65)
#463B3C
(70,59,60)
#403637
(64,54,55)
#3A3132
(58,49,50)
#342C2D
(52,44,45)
#2E2728
(46,39,40)
#282223
(40,34,35)
#221D1E
(34,29,30)
#1C1819
(28,24,25)
#161314
(22,19,20)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #4C4041

#4C4041
(76,64,65)
#5C5152
(92,81,82)
#6C6263
(108,98,99)
#7C7374
(124,115,116)
#8C8485
(140,132,133)
#9C9596
(156,149,150)
#ACA6A7
(172,166,167)
#BCB7B8
(188,183,184)
#CCC8C9
(204,200,201)
#DCD9DA
(220,217,218)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4041; }

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

This text font color is #4C4041.


Background Color

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

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

This div background color is #4C4041.


Border color

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

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

This div border color is #4C4041.


Opacity

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

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

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

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

This text has shadow with #4C4041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4041 on black background.


Color preview on white background

This text has color #4C4041 on white background.



Black color preview on #4C4041 background

This text has black color on #4C4041 background.


White color preview on #4C4041 background

This text has white color on #4C4041 background.