COLOR #4C313D

HEX: #4C313D RGB: (76,49,61)

Color info

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

RGB color model

#4C313D color RGB value is (76,49,61).

RGB: (76,49,61) (30%, 19%, 24%)

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 61 of 255 = 24%

76
49
61

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

Portions of RGB colors in percentages

R + G + B = 76 + 49 + 61 = 186 (100%)
R 76 of 186 ~ 40.86%
G 49 of 186 ~ 26.34%
B 61 of 186 ~ 32.8'%

%40.86
%26.34
%32.8

CMYK color model

#4C313D color CMYK value is (0,36,20,70).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 19.74%
  • key color value is 70.20%

CMYK: (0,36,20,70)
C0M36Y20K70 (0%, 36%, 20%, 70%)
(0.00 / 0.36 / 0.20 / 0.70)

CMYK percentages

%0
%35.53
%19.74
%70.2

Codes

Color #4C313D in popluar color models

4C 31 3D
RGB 76 49 61
HSL 333° 21.60% 24.51%
HSB/HSV 333° 35.53% 29.80%
CMYK 0.00% 35.53% 19.74%
70.20%

Color #4C313D in popluar number systems.

HEX 4C 31 3D
Decimal 76 49 61
Binary 1001100 110001 111101
Octal 114 61 75

Shades and tints

Shades of #4C313D

#4C313D
(76,49,61)
#462D38
(70,45,56)
#402933
(64,41,51)
#3A252E
(58,37,46)
#342129
(52,33,41)
#2E1D24
(46,29,36)
#28191F
(40,25,31)
#22151A
(34,21,26)
#1C1115
(28,17,21)
#160D10
(22,13,16)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #4C313D

#4C313D
(76,49,61)
#5C434E
(92,67,78)
#6C555F
(108,85,95)
#7C6770
(124,103,112)
#8C7981
(140,121,129)
#9C8B92
(156,139,146)
#AC9DA3
(172,157,163)
#BCAFB4
(188,175,180)
#CCC1C5
(204,193,197)
#DCD3D6
(220,211,214)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C313D color. Also use rgb(76,49,61) instead hex code.

Text Font Color

.myTextColor { color: #4C313D; }

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

This text font color is #4C313D.

Background Color

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

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

This div background color is #4C313D.

Border color

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

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

This div border color is #4C313D.

Opacity

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

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

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

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

This text has shadow with #4C313D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C313D.

Preview

Color preview on black background

This text has color #4C313D on black background.


Color preview on white background

This text has color #4C313D on white background.


Black color preview on #4C313D background

This text has black color on #4C313D background.


White color preview on #4C313D background

This text has white color on #4C313D background.


Related colors

Complementary color

Complementary color for #hex is #B3CEC2.


I love getcolorcode.com

Triadic colors

1 #3D4C31 and #313D4C with #4C313D are triadic colors.

2 #3D314C and #314C3D with #4C313D are triadic colors.