COLOR #4A122C

HEX: #4A122C RGB: (74,18,44)

Color info

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

RGB color model

#4A122C color RGB value is (74,18,44).

RGB: (74,18,44) (29%, 7%, 17%)

RGB channels and saturation

R 74 of 255 = 29%
G 18 of 255 = 7%
B 44 of 255 = 17%

74
18
44

R + G + B ~ 18%. #4A122C is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 18 + 44 = 136 (100%)
R 74 of 136 ~ 54.41%
G 18 of 136 ~ 13.24%
B 44 of 136 ~ 32.35'%

%54.41
%13.24
%32.35

CMYK color model

#4A122C color CMYK value is (0,76,41,71).

  • cyan value is 0.00%
  • magenta value is 75.68%
  • yellow value is 40.54%
  • key color value is 70.98%

CMYK: (0,76,41,71)
C0M76Y41K71 (0%, 76%, 41%, 71%)
(0.00 / 0.76 / 0.41 / 0.71)

CMYK percentages

%0
%75.68
%40.54
%70.98

Codes

Color #4A122C in popluar color models

4A 12 2C
RGB 74 18 44
HSL 332° 60.87% 18.04%
HSB/HSV 332° 75.68% 29.02%
CMYK 0.00% 75.68% 40.54%
70.98%

Color #4A122C in popluar number systems.

HEX 4A 12 2C
Decimal 74 18 44
Binary 1001010 10010 101100
Octal 112 22 54

Shades and tints

Shades of #4A122C

#4A122C
(74,18,44)
#441128
(68,17,40)
#3E1024
(62,16,36)
#380F20
(56,15,32)
#320E1C
(50,14,28)
#2C0D18
(44,13,24)
#260C14
(38,12,20)
#200B10
(32,11,16)
#1A0A0C
(26,10,12)
#140908
(20,9,8)
#0E0804
(14,8,4)
#000000
(0,0,0)

Tints of #4A122C

#4A122C
(74,18,44)
#5A273F
(90,39,63)
#6A3C52
(106,60,82)
#7A5165
(122,81,101)
#8A6678
(138,102,120)
#9A7B8B
(154,123,139)
#AA909E
(170,144,158)
#BAA5B1
(186,165,177)
#CABAC4
(202,186,196)
#DACFD7
(218,207,215)
#EAE4EA
(234,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A122C; }

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

This text font color is #4A122C.

Background Color

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

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

This div background color is #4A122C.

Border color

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

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

This div border color is #4A122C.

Opacity

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

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

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

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

This text has shadow with #4A122C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A122C.

Preview

Color preview on black background

This text has color #4A122C on black background.


Color preview on white background

This text has color #4A122C on white background.


Black color preview on #4A122C background

This text has black color on #4A122C background.


White color preview on #4A122C background

This text has white color on #4A122C background.


Related colors

Complementary color

Complementary color for #hex is #B5EDD3.


I love getcolorcode.com

Triadic colors

1 #2C4A12 and #122C4A with #4A122C are triadic colors.

2 #2C124A and #124A2C with #4A122C are triadic colors.