COLOR #4A1942

HEX: #4A1942
RGB: (74,25,66)

Color info

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

RGB color model

#4A1942 color RGB value is (74,25,66).

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

RGB channels and saturation

R 74 of 255 = 29%
G 25 of 255 = 10%
B 66 of 255 = 26%

74
25
66

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

Portions of RGB colors in percentages

R + G + B =
74 + 25 + 66 = 165 (100%)
R 74 of 165 ~ 44.85%
G 25 of 165 ~ 15.15%
B 66 of 165 ~ 40%

%44.85
%15.15
%40

CMYK color model

#4A1942 color CMYK value is (0,66,11,71).

  • cyan value is 0.00%
  • magenta value is 66.22%
  • yellow value is 10.81%
  • key color value is 70.98%
CMYK:
(0,66,11,71)
C0M66Y11K71 
(0%,66%,11%,71%)
(0.00/0.66/0.11/0.71)	

CMYK percentages

%0
%66.22
%10.81
%70.98

Codes

Color #4A1942 in popluar color models

4A1942
RGB742566
HSL310°49.49%19.41%
HSB/HSV310°66.22%29.02%
CMYK0.00%66.22%10.81%
70.98%

Color #4A1942 in popluar number systems.

HEX4A1942
Decimal742566
Binary1001010110011000010
Octal11231102

Shades and tints

Shades of #4A1942

#4A1942
(74,25,66)
#44173C
(68,23,60)
#3E1536
(62,21,54)
#381330
(56,19,48)
#32112A
(50,17,42)
#2C0F24
(44,15,36)
#260D1E
(38,13,30)
#200B18
(32,11,24)
#1A0912
(26,9,18)
#14070C
(20,7,12)
#0E0506
(14,5,6)
#000000
(0,0,0)

Tints of #4A1942

#4A1942
(74,25,66)
#5A2D53
(90,45,83)
#6A4164
(106,65,100)
#7A5575
(122,85,117)
#8A6986
(138,105,134)
#9A7D97
(154,125,151)
#AA91A8
(170,145,168)
#BAA5B9
(186,165,185)
#CAB9CA
(202,185,202)
#DACDDB
(218,205,219)
#EAE1EC
(234,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1942; }

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

This text font color is #4A1942.


Background Color

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

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

This div background color is #4A1942.


Border color

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

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

This div border color is #4A1942.


Opacity

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

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

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

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

This text has shadow with #4A1942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1942 on black background.


Color preview on white background

This text has color #4A1942 on white background.



Black color preview on #4A1942 background

This text has black color on #4A1942 background.


White color preview on #4A1942 background

This text has white color on #4A1942 background.