COLOR #4A042B

HEX: #4A042B
RGB: (74,4,43)

Color info

#4A042B contains mainly red and blue colors. Web safe color of #4A042B is #330033 (or #303).

RGB color model

#4A042B color RGB value is (74,4,43).

  • red value is 74;
  • green value is 4;
  • blue value is 43.
RGB:
(74,4,43)
(29%,2%,17%)

RGB channels and saturation

R 74 of 255 = 29%
G 4 of 255 = 2%
B 43 of 255 = 17%

74
4
43

R + G + B ~ 16%. #4A042B is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 4 + 43 = 121 (100%)
R 74 of 121 ~ 61.16%
G 4 of 121 ~ 3.31%
B 43 of 121 ~ 35.54%

%61.16
%35.54

CMYK color model

#4A042B color CMYK value is (0,95,42,71).

  • cyan value is 0.00%
  • magenta value is 94.59%
  • yellow value is 41.89%
  • key color value is 70.98%
CMYK:
(0,95,42,71)
C0M95Y42K71 
(0%,95%,42%,71%)
(0.00/0.95/0.42/0.71)	

CMYK percentages

%0
%94.59
%41.89
%70.98

Codes

Color #4A042B in popluar color models

4A042B
RGB74443
HSL327°89.74%15.29%
HSB/HSV327°94.59%29.02%
CMYK0.00%94.59%41.89%
70.98%

Color #4A042B in popluar number systems.

HEX4A042B
Decimal74443
Binary1001010100101011
Octal112453

Shades and tints

Shades of #4A042B

#4A042B
(74,4,43)
#440428
(68,4,40)
#3E0425
(62,4,37)
#380422
(56,4,34)
#32041F
(50,4,31)
#2C041C
(44,4,28)
#260419
(38,4,25)
#200416
(32,4,22)
#1A0413
(26,4,19)
#140410
(20,4,16)
#0E040D
(14,4,13)
#000000
(0,0,0)

Tints of #4A042B

#4A042B
(74,4,43)
#5A1A3E
(90,26,62)
#6A3051
(106,48,81)
#7A4664
(122,70,100)
#8A5C77
(138,92,119)
#9A728A
(154,114,138)
#AA889D
(170,136,157)
#BA9EB0
(186,158,176)
#CAB4C3
(202,180,195)
#DACAD6
(218,202,214)
#EAE0E9
(234,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A042B; }

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

This text font color is #4A042B.


Background Color

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

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

This div background color is #4A042B.


Border color

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

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

This div border color is #4A042B.


Opacity

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

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

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

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

This text has shadow with #4A042B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A042B on black background.


Color preview on white background

This text has color #4A042B on white background.



Black color preview on #4A042B background

This text has black color on #4A042B background.


White color preview on #4A042B background

This text has white color on #4A042B background.