COLOR #4C303F

HEX: #4C303F RGB: (76,48,63)

Color info

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

RGB color model

#4C303F color RGB value is (76,48,63).

RGB: (76,48,63) (30%, 19%, 25%)

RGB channels and saturation

R 76 of 255 = 30%
G 48 of 255 = 19%
B 63 of 255 = 25%

76
48
63

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

Portions of RGB colors in percentages

R + G + B = 76 + 48 + 63 = 187 (100%)
R 76 of 187 ~ 40.64%
G 48 of 187 ~ 25.67%
B 63 of 187 ~ 33.69'%

%40.64
%25.67
%33.69

CMYK color model

#4C303F color CMYK value is (0,37,17,70).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 17.11%
  • key color value is 70.20%
CMYK: (0,37,17,70) C0M37Y17K70 (0%,37%,17%,70%) (0.00/0.37/0.17/0.70) 

CMYK percentages

%0
%36.84
%17.11
%70.2

Codes

Color #4C303F in popluar color models

4C 30 3F
RGB 76 48 63
HSL 328° 22.58% 24.31%
HSB/HSV 328° 36.84% 29.80%
CMYK 0.00% 36.84% 17.11%
70.20%

Color #4C303F in popluar number systems.

HEX 4C 30 3F
Decimal 76 48 63
Binary 1001100 110000 111111
Octal 114 60 77

Shades and tints

Shades of #4C303F

#4C303F
(76,48,63)
#462C3A
(70,44,58)
#402835
(64,40,53)
#3A2430
(58,36,48)
#34202B
(52,32,43)
#2E1C26
(46,28,38)
#281821
(40,24,33)
#22141C
(34,20,28)
#1C1017
(28,16,23)
#160C12
(22,12,18)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #4C303F

#4C303F
(76,48,63)
#5C4250
(92,66,80)
#6C5461
(108,84,97)
#7C6672
(124,102,114)
#8C7883
(140,120,131)
#9C8A94
(156,138,148)
#AC9CA5
(172,156,165)
#BCAEB6
(188,174,182)
#CCC0C7
(204,192,199)
#DCD2D8
(220,210,216)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C303F color. Also use rgb(76,48,63) instead hex code.

Text Font Color

.myTextColor { color: #4C303F; }

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

This text font color is #4C303F.

Background Color

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

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

This div background color is #4C303F.

Border color

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

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

This div border color is #4C303F.

Opacity

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

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

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

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

This text has shadow with #4C303F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C303F.

Preview

Color preview on black background

This text has color #4C303F on black background.


Color preview on white background

This text has color #4C303F on white background.


Black color preview on #4C303F background

This text has black color on #4C303F background.


White color preview on #4C303F background

This text has white color on #4C303F background.


Related colors

Complementary color

Complementary color for #hex is #B3CFC0.


I love getcolorcode.com

Triadic colors

1 #3F4C30 and #303F4C with #4C303F are triadic colors.

2 #3F304C and #304C3F with #4C303F are triadic colors.