COLOR #4C224B

HEX: #4C224B
RGB: (76,34,75)

Color info

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

RGB color model

#4C224B color RGB value is (76,34,75).

  • red value is 76;
  • green value is 34;
  • blue value is 75.
RGB:
(76,34,75)
(30%,13%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 34 of 255 = 13%
B 75 of 255 = 29%

76
34
75

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

Portions of RGB colors in percentages

R + G + B =
76 + 34 + 75 = 185 (100%)
R 76 of 185 ~ 41.08%
G 34 of 185 ~ 18.38%
B 75 of 185 ~ 40.54%

%41.08
%18.38
%40.54

CMYK color model

#4C224B color CMYK value is (0,55,1,70).

  • cyan value is 0.00%
  • magenta value is 55.26%
  • yellow value is 1.32%
  • key color value is 70.20%
CMYK:
(0,55,1,70)
C0M55Y1K70 
(0%,55%,1%,70%)
(0.00/0.55/0.01/0.70)	

CMYK percentages

%0
%55.26
%1.32
%70.2

Codes

Color #4C224B in popluar color models

4C224B
RGB763475
HSL301°38.18%21.57%
HSB/HSV301°55.26%29.80%
CMYK0.00%55.26%1.32%
70.20%

Color #4C224B in popluar number systems.

HEX4C224B
Decimal763475
Binary10011001000101001011
Octal11442113

Shades and tints

Shades of #4C224B

#4C224B
(76,34,75)
#461F45
(70,31,69)
#401C3F
(64,28,63)
#3A1939
(58,25,57)
#341633
(52,22,51)
#2E132D
(46,19,45)
#281027
(40,16,39)
#220D21
(34,13,33)
#1C0A1B
(28,10,27)
#160715
(22,7,21)
#10040F
(16,4,15)
#000000
(0,0,0)

Tints of #4C224B

#4C224B
(76,34,75)
#5C365B
(92,54,91)
#6C4A6B
(108,74,107)
#7C5E7B
(124,94,123)
#8C728B
(140,114,139)
#9C869B
(156,134,155)
#AC9AAB
(172,154,171)
#BCAEBB
(188,174,187)
#CCC2CB
(204,194,203)
#DCD6DB
(220,214,219)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C224B color. Also use rgb(76,34,75) instead hex code.

Text Font Color

.myTextColor { color: #4C224B; }

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

This text font color is #4C224B.


Background Color

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

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

This div background color is #4C224B.


Border color

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

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

This div border color is #4C224B.


Opacity

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

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

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

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

This text has shadow with #4C224B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C224B on black background.


Color preview on white background

This text has color #4C224B on white background.



Black color preview on #4C224B background

This text has black color on #4C224B background.


White color preview on #4C224B background

This text has white color on #4C224B background.