COLOR #4A1231

HEX: #4A1231 RGB: (74,18,49)

Color info

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

RGB color model

#4A1231 color RGB value is (74,18,49).

RGB: (74,18,49) (29%, 7%, 19%)

RGB channels and saturation

R 74 of 255 = 29%
G 18 of 255 = 7%
B 49 of 255 = 19%

74
18
49

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

Portions of RGB colors in percentages

R + G + B = 74 + 18 + 49 = 141 (100%)
R 74 of 141 ~ 52.48%
G 18 of 141 ~ 12.77%
B 49 of 141 ~ 34.75'%

%52.48
%12.77
%34.75

CMYK color model

#4A1231 color CMYK value is (0,76,34,71).

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

CMYK: (0,76,34,71)
C0M76Y34K71 (0%, 76%, 34%, 71%)
(0.00 / 0.76 / 0.34 / 0.71)

CMYK percentages

%0
%75.68
%33.78
%70.98

Codes

Color #4A1231 in popluar color models

4A 12 31
RGB 74 18 49
HSL 327° 60.87% 18.04%
HSB/HSV 327° 75.68% 29.02%
CMYK 0.00% 75.68% 33.78%
70.98%

Color #4A1231 in popluar number systems.

HEX 4A 12 31
Decimal 74 18 49
Binary 1001010 10010 110001
Octal 112 22 61

Shades and tints

Shades of #4A1231

#4A1231
(74,18,49)
#44112D
(68,17,45)
#3E1029
(62,16,41)
#380F25
(56,15,37)
#320E21
(50,14,33)
#2C0D1D
(44,13,29)
#260C19
(38,12,25)
#200B15
(32,11,21)
#1A0A11
(26,10,17)
#14090D
(20,9,13)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #4A1231

#4A1231
(74,18,49)
#5A2743
(90,39,67)
#6A3C55
(106,60,85)
#7A5167
(122,81,103)
#8A6679
(138,102,121)
#9A7B8B
(154,123,139)
#AA909D
(170,144,157)
#BAA5AF
(186,165,175)
#CABAC1
(202,186,193)
#DACFD3
(218,207,211)
#EAE4E5
(234,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1231; }

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

This text font color is #4A1231.

Background Color

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

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

This div background color is #4A1231.

Border color

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

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

This div border color is #4A1231.

Opacity

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

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

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

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

This text has shadow with #4A1231 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A1231.

Preview

Color preview on black background

This text has color #4A1231 on black background.


Color preview on white background

This text has color #4A1231 on white background.


Black color preview on #4A1231 background

This text has black color on #4A1231 background.


White color preview on #4A1231 background

This text has white color on #4A1231 background.


Related colors

Complementary color

Complementary color for #hex is #B5EDCE.


I love getcolorcode.com

Triadic colors

1 #314A12 and #12314A with #4A1231 are triadic colors.

2 #31124A and #124A31 with #4A1231 are triadic colors.