COLOR #4A121D

HEX: #4A121D RGB: (74,18,29)

Color info

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

RGB color model

#4A121D color RGB value is (74,18,29).

RGB: (74,18,29) (29%, 7%, 11%)

RGB channels and saturation

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

74
18
29

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

Portions of RGB colors in percentages

R + G + B = 74 + 18 + 29 = 121 (100%)
R 74 of 121 ~ 61.16%
G 18 of 121 ~ 14.88%
B 29 of 121 ~ 23.97'%

%61.16
%14.88
%23.97

CMYK color model

#4A121D color CMYK value is (0,76,61,71).

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

CMYK: (0,76,61,71)
C0M76Y61K71 (0%, 76%, 61%, 71%)
(0.00 / 0.76 / 0.61 / 0.71)

CMYK percentages

%0
%75.68
%60.81
%70.98

Codes

Color #4A121D in popluar color models

4A 12 1D
RGB 74 18 29
HSL 348° 60.87% 18.04%
HSB/HSV 348° 75.68% 29.02%
CMYK 0.00% 75.68% 60.81%
70.98%

Color #4A121D in popluar number systems.

HEX 4A 12 1D
Decimal 74 18 29
Binary 1001010 10010 11101
Octal 112 22 35

Shades and tints

Shades of #4A121D

#4A121D
(74,18,29)
#44111B
(68,17,27)
#3E1019
(62,16,25)
#380F17
(56,15,23)
#320E15
(50,14,21)
#2C0D13
(44,13,19)
#260C11
(38,12,17)
#200B0F
(32,11,15)
#1A0A0D
(26,10,13)
#14090B
(20,9,11)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #4A121D

#4A121D
(74,18,29)
#5A2731
(90,39,49)
#6A3C45
(106,60,69)
#7A5159
(122,81,89)
#8A666D
(138,102,109)
#9A7B81
(154,123,129)
#AA9095
(170,144,149)
#BAA5A9
(186,165,169)
#CABABD
(202,186,189)
#DACFD1
(218,207,209)
#EAE4E5
(234,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A121D; }

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

This text font color is #4A121D.

Background Color

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

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

This div background color is #4A121D.

Border color

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

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

This div border color is #4A121D.

Opacity

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

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

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

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

This text has shadow with #4A121D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A121D.

Preview

Color preview on black background

This text has color #4A121D on black background.


Color preview on white background

This text has color #4A121D on white background.


Black color preview on #4A121D background

This text has black color on #4A121D background.


White color preview on #4A121D background

This text has white color on #4A121D background.


Related colors

Complementary color

Complementary color for #hex is #B5EDE2.


I love getcolorcode.com

Triadic colors

1 #1D4A12 and #121D4A with #4A121D are triadic colors.

2 #1D124A and #124A1D with #4A121D are triadic colors.