COLOR #4C192A

HEX: #4C192A
RGB: (76,25,42)

Color info

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

RGB color model

#4C192A color RGB value is (76,25,42).

  • red value is 76;
  • green value is 25;
  • blue value is 42.
RGB:
(76,25,42)
(30%,10%,16%)

RGB channels and saturation

R 76 of 255 = 30%
G 25 of 255 = 10%
B 42 of 255 = 16%

76
25
42

R + G + B ~ 19%. #4C192A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 25 + 42 = 143 (100%)
R 76 of 143 ~ 53.15%
G 25 of 143 ~ 17.48%
B 42 of 143 ~ 29.37%

%53.15
%17.48
%29.37

CMYK color model

#4C192A color CMYK value is (0,67,45,70).

  • cyan value is 0.00%
  • magenta value is 67.11%
  • yellow value is 44.74%
  • key color value is 70.20%
CMYK:
(0,67,45,70)
C0M67Y45K70 
(0%,67%,45%,70%)
(0.00/0.67/0.45/0.70)	

CMYK percentages

%0
%67.11
%44.74
%70.2

Codes

Color #4C192A in popluar color models

4C192A
RGB762542
HSL340°50.50%19.80%
HSB/HSV340°67.11%29.80%
CMYK0.00%67.11%44.74%
70.20%

Color #4C192A in popluar number systems.

HEX4C192A
Decimal762542
Binary100110011001101010
Octal1143152

Shades and tints

Shades of #4C192A

#4C192A
(76,25,42)
#461727
(70,23,39)
#401524
(64,21,36)
#3A1321
(58,19,33)
#34111E
(52,17,30)
#2E0F1B
(46,15,27)
#280D18
(40,13,24)
#220B15
(34,11,21)
#1C0912
(28,9,18)
#16070F
(22,7,15)
#10050C
(16,5,12)
#000000
(0,0,0)

Tints of #4C192A

#4C192A
(76,25,42)
#5C2D3D
(92,45,61)
#6C4150
(108,65,80)
#7C5563
(124,85,99)
#8C6976
(140,105,118)
#9C7D89
(156,125,137)
#AC919C
(172,145,156)
#BCA5AF
(188,165,175)
#CCB9C2
(204,185,194)
#DCCDD5
(220,205,213)
#ECE1E8
(236,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C192A color. Also use rgb(76,25,42) instead hex code.

Text Font Color

.myTextColor { color: #4C192A; }

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

This text font color is #4C192A.


Background Color

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

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

This div background color is #4C192A.


Border color

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

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

This div border color is #4C192A.


Opacity

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

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

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

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

This text has shadow with #4C192A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C192A on black background.


Color preview on white background

This text has color #4C192A on white background.



Black color preview on #4C192A background

This text has black color on #4C192A background.


White color preview on #4C192A background

This text has white color on #4C192A background.