COLOR #4C144A

HEX: #4C144A
RGB: (76,20,74)

Color info

#4C144A contains red, green and blue colors in about the same proportion. Web safe color of #4C144A is #330033 (or #303).

RGB color model

#4C144A color RGB value is (76,20,74).

  • red value is 76;
  • green value is 20;
  • blue value is 74.
RGB:
(76,20,74)
(30%,8%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 20 of 255 = 8%
B 74 of 255 = 29%

76
20
74

R + G + B ~ 22%. #4C144A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 20 + 74 = 170 (100%)
R 76 of 170 ~ 44.71%
G 20 of 170 ~ 11.76%
B 74 of 170 ~ 43.53%

%44.71
%11.76
%43.53

CMYK color model

#4C144A color CMYK value is (0,74,3,70).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 2.63%
  • key color value is 70.20%
CMYK:
(0,74,3,70)
C0M74Y3K70 
(0%,74%,3%,70%)
(0.00/0.74/0.03/0.70)	

CMYK percentages

%0
%73.68
%2.63
%70.2

Codes

Color #4C144A in popluar color models

4C144A
RGB762074
HSL302°58.33%18.82%
HSB/HSV302°73.68%29.80%
CMYK0.00%73.68%2.63%
70.20%

Color #4C144A in popluar number systems.

HEX4C144A
Decimal762074
Binary1001100101001001010
Octal11424112

Shades and tints

Shades of #4C144A

#4C144A
(76,20,74)
#461344
(70,19,68)
#40123E
(64,18,62)
#3A1138
(58,17,56)
#341032
(52,16,50)
#2E0F2C
(46,15,44)
#280E26
(40,14,38)
#220D20
(34,13,32)
#1C0C1A
(28,12,26)
#160B14
(22,11,20)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #4C144A

#4C144A
(76,20,74)
#5C295A
(92,41,90)
#6C3E6A
(108,62,106)
#7C537A
(124,83,122)
#8C688A
(140,104,138)
#9C7D9A
(156,125,154)
#AC92AA
(172,146,170)
#BCA7BA
(188,167,186)
#CCBCCA
(204,188,202)
#DCD1DA
(220,209,218)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C144A color. Also use rgb(76,20,74) instead hex code.

Text Font Color

.myTextColor { color: #4C144A; }

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

This text font color is #4C144A.


Background Color

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

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

This div background color is #4C144A.


Border color

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

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

This div border color is #4C144A.


Opacity

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

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

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

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

This text has shadow with #4C144A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C144A on black background.


Color preview on white background

This text has color #4C144A on white background.



Black color preview on #4C144A background

This text has black color on #4C144A background.


White color preview on #4C144A background

This text has white color on #4C144A background.