COLOR #4A192D

HEX: #4A192D
RGB: (74,25,45)

Color info

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

RGB color model

#4A192D color RGB value is (74,25,45).

  • red value is 74;
  • green value is 25;
  • blue value is 45.
RGB:
(74,25,45)
(29%,10%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 25 of 255 = 10%
B 45 of 255 = 18%

74
25
45

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

Portions of RGB colors in percentages

R + G + B =
74 + 25 + 45 = 144 (100%)
R 74 of 144 ~ 51.39%
G 25 of 144 ~ 17.36%
B 45 of 144 ~ 31.25%

%51.39
%17.36
%31.25

CMYK color model

#4A192D color CMYK value is (0,66,39,71).

  • cyan value is 0.00%
  • magenta value is 66.22%
  • yellow value is 39.19%
  • key color value is 70.98%
CMYK:
(0,66,39,71)
C0M66Y39K71 
(0%,66%,39%,71%)
(0.00/0.66/0.39/0.71)	

CMYK percentages

%0
%66.22
%39.19
%70.98

Codes

Color #4A192D in popluar color models

4A192D
RGB742545
HSL336°49.49%19.41%
HSB/HSV336°66.22%29.02%
CMYK0.00%66.22%39.19%
70.98%

Color #4A192D in popluar number systems.

HEX4A192D
Decimal742545
Binary100101011001101101
Octal1123155

Shades and tints

Shades of #4A192D

#4A192D
(74,25,45)
#441729
(68,23,41)
#3E1525
(62,21,37)
#381321
(56,19,33)
#32111D
(50,17,29)
#2C0F19
(44,15,25)
#260D15
(38,13,21)
#200B11
(32,11,17)
#1A090D
(26,9,13)
#140709
(20,7,9)
#0E0505
(14,5,5)
#000000
(0,0,0)

Tints of #4A192D

#4A192D
(74,25,45)
#5A2D40
(90,45,64)
#6A4153
(106,65,83)
#7A5566
(122,85,102)
#8A6979
(138,105,121)
#9A7D8C
(154,125,140)
#AA919F
(170,145,159)
#BAA5B2
(186,165,178)
#CAB9C5
(202,185,197)
#DACDD8
(218,205,216)
#EAE1EB
(234,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A192D color. Also use rgb(74,25,45) instead hex code.

Text Font Color

.myTextColor { color: #4A192D; }

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

This text font color is #4A192D.


Background Color

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

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

This div background color is #4A192D.


Border color

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

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

This div border color is #4A192D.


Opacity

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

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

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

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

This text has shadow with #4A192D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A192D on black background.


Color preview on white background

This text has color #4A192D on white background.



Black color preview on #4A192D background

This text has black color on #4A192D background.


White color preview on #4A192D background

This text has white color on #4A192D background.