COLOR #4C4350

HEX: #4C4350
RGB: (76,67,80)

Color info

#4C4350 contains red, green and blue colors in about the same proportion. Web safe color of #4C4350 is #333366 (or #336).

RGB color model

#4C4350 color RGB value is (76,67,80).

  • red value is 76;
  • green value is 67;
  • blue value is 80.
RGB:
(76,67,80)
(30%,26%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 67 of 255 = 26%
B 80 of 255 = 31%

76
67
80

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

Portions of RGB colors in percentages

R + G + B =
76 + 67 + 80 = 223 (100%)
R 76 of 223 ~ 34.08%
G 67 of 223 ~ 30.04%
B 80 of 223 ~ 35.87%

%34.08
%30.04
%35.87

CMYK color model

#4C4350 color CMYK value is (5,16,0,69).

  • cyan value is 5.00%
  • magenta value is 16.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(5,16,0,69)
C5M16Y0K69 
(5%,16%,0%,69%)
(0.05/0.16/0.00/0.69)	

CMYK percentages

%5
%16.25
%0
%68.63

Codes

Color #4C4350 in popluar color models

4C4350
RGB766780
HSL282°8.84%28.82%
HSB/HSV282°16.25%31.37%
CMYK5.00%16.25%0.00%
68.63%

Color #4C4350 in popluar number systems.

HEX4C4350
Decimal766780
Binary100110010000111010000
Octal114103120

Shades and tints

Shades of #4C4350

#4C4350
(76,67,80)
#463D49
(70,61,73)
#403742
(64,55,66)
#3A313B
(58,49,59)
#342B34
(52,43,52)
#2E252D
(46,37,45)
#281F26
(40,31,38)
#22191F
(34,25,31)
#1C1318
(28,19,24)
#160D11
(22,13,17)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #4C4350

#4C4350
(76,67,80)
#5C545F
(92,84,95)
#6C656E
(108,101,110)
#7C767D
(124,118,125)
#8C878C
(140,135,140)
#9C989B
(156,152,155)
#ACA9AA
(172,169,170)
#BCBAB9
(188,186,185)
#CCCBC8
(204,203,200)
#DCDCD7
(220,220,215)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4350 color. Also use rgb(76,67,80) instead hex code.

Text Font Color

.myTextColor { color: #4C4350; }

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

This text font color is #4C4350.


Background Color

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

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

This div background color is #4C4350.


Border color

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

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

This div border color is #4C4350.


Opacity

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

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

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

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

This text has shadow with #4C4350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4350 on black background.


Color preview on white background

This text has color #4C4350 on white background.



Black color preview on #4C4350 background

This text has black color on #4C4350 background.


White color preview on #4C4350 background

This text has white color on #4C4350 background.