COLOR #4C343E

HEX: #4C343E RGB: (76,52,62)

Color info

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

RGB color model

#4C343E color RGB value is (76,52,62).

RGB: (76,52,62) (30%, 20%, 24%)

RGB channels and saturation

R 76 of 255 = 30%
G 52 of 255 = 20%
B 62 of 255 = 24%

76
52
62

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

Portions of RGB colors in percentages

R + G + B = 76 + 52 + 62 = 190 (100%)
R 76 of 190 ~ 40%
G 52 of 190 ~ 27.37%
B 62 of 190 ~ 32.63'%

%40
%27.37
%32.63

CMYK color model

#4C343E color CMYK value is (0,32,18,70).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 18.42%
  • key color value is 70.20%
CMYK: (0,32,18,70) C0M32Y18K70 (0%,32%,18%,70%) (0.00/0.32/0.18/0.70) 

CMYK percentages

%0
%31.58
%18.42
%70.2

Codes

Color #4C343E in popluar color models

4C 34 3E
RGB 76 52 62
HSL 335° 18.75% 25.10%
HSB/HSV 335° 31.58% 29.80%
CMYK 0.00% 31.58% 18.42%
70.20%

Color #4C343E in popluar number systems.

HEX 4C 34 3E
Decimal 76 52 62
Binary 1001100 110100 111110
Octal 114 64 76

Shades and tints

Shades of #4C343E

#4C343E
(76,52,62)
#463039
(70,48,57)
#402C34
(64,44,52)
#3A282F
(58,40,47)
#34242A
(52,36,42)
#2E2025
(46,32,37)
#281C20
(40,28,32)
#22181B
(34,24,27)
#1C1416
(28,20,22)
#161011
(22,16,17)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #4C343E

#4C343E
(76,52,62)
#5C464F
(92,70,79)
#6C5860
(108,88,96)
#7C6A71
(124,106,113)
#8C7C82
(140,124,130)
#9C8E93
(156,142,147)
#ACA0A4
(172,160,164)
#BCB2B5
(188,178,181)
#CCC4C6
(204,196,198)
#DCD6D7
(220,214,215)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C343E; }

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

This text font color is #4C343E.

Background Color

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

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

This div background color is #4C343E.

Border color

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

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

This div border color is #4C343E.

Opacity

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

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

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

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

This text has shadow with #4C343E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C343E.

Preview

Color preview on black background

This text has color #4C343E on black background.


Color preview on white background

This text has color #4C343E on white background.


Black color preview on #4C343E background

This text has black color on #4C343E background.


White color preview on #4C343E background

This text has white color on #4C343E background.


Related colors

Complementary color

Complementary color for #hex is #B3CBC1.


I love getcolorcode.com

Triadic colors

1 #3E4C34 and #343E4C with #4C343E are triadic colors.

2 #3E344C and #344C3E with #4C343E are triadic colors.