COLOR #4A121C

HEX: #4A121C
RGB: (74,18,28)

Color info

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

RGB color model

#4A121C color RGB value is (74,18,28).

  • red value is 74;
  • green value is 18;
  • blue value is 28.
RGB:
(74,18,28)
(29%,7%,11%)

RGB channels and saturation

R 74 of 255 = 29%
G 18 of 255 = 7%
B 28 of 255 = 11%

74
18
28

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

Portions of RGB colors in percentages

R + G + B =
74 + 18 + 28 = 120 (100%)
R 74 of 120 ~ 61.67%
G 18 of 120 ~ 15%
B 28 of 120 ~ 23.33%

%61.67
%15
%23.33

CMYK color model

#4A121C color CMYK value is (0,76,62,71).

  • cyan value is 0.00%
  • magenta value is 75.68%
  • yellow value is 62.16%
  • key color value is 70.98%
CMYK:
(0,76,62,71)
C0M76Y62K71 
(0%,76%,62%,71%)
(0.00/0.76/0.62/0.71)	

CMYK percentages

%0
%75.68
%62.16
%70.98

Codes

Color #4A121C in popluar color models

4A121C
RGB741828
HSL349°60.87%18.04%
HSB/HSV349°75.68%29.02%
CMYK0.00%75.68%62.16%
70.98%

Color #4A121C in popluar number systems.

HEX4A121C
Decimal741828
Binary10010101001011100
Octal1122234

Shades and tints

Shades of #4A121C

#4A121C
(74,18,28)
#44111A
(68,17,26)
#3E1018
(62,16,24)
#380F16
(56,15,22)
#320E14
(50,14,20)
#2C0D12
(44,13,18)
#260C10
(38,12,16)
#200B0E
(32,11,14)
#1A0A0C
(26,10,12)
#14090A
(20,9,10)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #4A121C

#4A121C
(74,18,28)
#5A2730
(90,39,48)
#6A3C44
(106,60,68)
#7A5158
(122,81,88)
#8A666C
(138,102,108)
#9A7B80
(154,123,128)
#AA9094
(170,144,148)
#BAA5A8
(186,165,168)
#CABABC
(202,186,188)
#DACFD0
(218,207,208)
#EAE4E4
(234,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A121C; }

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

This text font color is #4A121C.


Background Color

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

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

This div background color is #4A121C.


Border color

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

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

This div border color is #4A121C.


Opacity

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

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

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

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

This text has shadow with #4A121C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A121C on black background.


Color preview on white background

This text has color #4A121C on white background.



Black color preview on #4A121C background

This text has black color on #4A121C background.


White color preview on #4A121C background

This text has white color on #4A121C background.