COLOR #4C344D

HEX: #4C344D RGB: (76,52,77)

Color info

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

RGB color model

#4C344D color RGB value is (76,52,77).

RGB: (76,52,77) (30%, 20%, 30%)

RGB channels and saturation

R 76 of 255 = 30%
G 52 of 255 = 20%
B 77 of 255 = 30%

76
52
77

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

Portions of RGB colors in percentages

R + G + B = 76 + 52 + 77 = 205 (100%)
R 76 of 205 ~ 37.07%
G 52 of 205 ~ 25.37%
B 77 of 205 ~ 37.56'%

%37.07
%25.37
%37.56

CMYK color model

#4C344D color CMYK value is (1,32,0,70).

  • cyan value is 1.30%
  • magenta value is 32.47%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (1,32,0,70) C1M32Y0K70 (1%,32%,0%,70%) (0.01/0.32/0.00/0.70) 

CMYK percentages

%1.3
%32.47
%0
%69.8

Codes

Color #4C344D in popluar color models

4C 34 4D
RGB 76 52 77
HSL 298° 19.38% 25.29%
HSB/HSV 298° 32.47% 30.20%
CMYK 1.30% 32.47% 0.00%
69.80%

Color #4C344D in popluar number systems.

HEX 4C 34 4D
Decimal 76 52 77
Binary 1001100 110100 1001101
Octal 114 64 115

Shades and tints

Shades of #4C344D

#4C344D
(76,52,77)
#463046
(70,48,70)
#402C3F
(64,44,63)
#3A2838
(58,40,56)
#342431
(52,36,49)
#2E202A
(46,32,42)
#281C23
(40,28,35)
#22181C
(34,24,28)
#1C1415
(28,20,21)
#16100E
(22,16,14)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #4C344D

#4C344D
(76,52,77)
#5C465D
(92,70,93)
#6C586D
(108,88,109)
#7C6A7D
(124,106,125)
#8C7C8D
(140,124,141)
#9C8E9D
(156,142,157)
#ACA0AD
(172,160,173)
#BCB2BD
(188,178,189)
#CCC4CD
(204,196,205)
#DCD6DD
(220,214,221)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C344D color. Also use rgb(76,52,77) instead hex code.

Text Font Color

.myTextColor { color: #4C344D; }

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

This text font color is #4C344D.

Background Color

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

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

This div background color is #4C344D.

Border color

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

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

This div border color is #4C344D.

Opacity

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

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

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

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

This text has shadow with #4C344D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C344D.

Preview

Color preview on black background

This text has color #4C344D on black background.


Color preview on white background

This text has color #4C344D on white background.


Black color preview on #4C344D background

This text has black color on #4C344D background.


White color preview on #4C344D background

This text has white color on #4C344D background.


Related colors

Complementary color

Complementary color for #hex is #B3CBB2.


I love getcolorcode.com

Triadic colors

1 #4D4C34 and #344D4C with #4C344D are triadic colors.

2 #4D344C and #344C4D with #4C344D are triadic colors.