COLOR #4A2431

HEX: #4A2431
RGB: (74,36,49)

Color info

#4A2431 contains red, green and blue colors in about the same proportion. Web safe color of #4A2431 is #333333 (or #333).

RGB color model

#4A2431 color RGB value is (74,36,49).

  • red value is 74;
  • green value is 36;
  • blue value is 49.
RGB:
(74,36,49)
(29%,14%,19%)

RGB channels and saturation

R 74 of 255 = 29%
G 36 of 255 = 14%
B 49 of 255 = 19%

74
36
49

R + G + B ~ 21%. #4A2431 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 36 + 49 = 159 (100%)
R 74 of 159 ~ 46.54%
G 36 of 159 ~ 22.64%
B 49 of 159 ~ 30.82%

%46.54
%22.64
%30.82

CMYK color model

#4A2431 color CMYK value is (0,51,34,71).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 33.78%
  • key color value is 70.98%
CMYK:
(0,51,34,71)
C0M51Y34K71 
(0%,51%,34%,71%)
(0.00/0.51/0.34/0.71)	

CMYK percentages

%0
%51.35
%33.78
%70.98

Codes

Color #4A2431 in popluar color models

4A2431
RGB743649
HSL339°34.55%21.57%
HSB/HSV339°51.35%29.02%
CMYK0.00%51.35%33.78%
70.98%

Color #4A2431 in popluar number systems.

HEX4A2431
Decimal743649
Binary1001010100100110001
Octal1124461

Shades and tints

Shades of #4A2431

#4A2431
(74,36,49)
#44212D
(68,33,45)
#3E1E29
(62,30,41)
#381B25
(56,27,37)
#321821
(50,24,33)
#2C151D
(44,21,29)
#261219
(38,18,25)
#200F15
(32,15,21)
#1A0C11
(26,12,17)
#14090D
(20,9,13)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #4A2431

#4A2431
(74,36,49)
#5A3743
(90,55,67)
#6A4A55
(106,74,85)
#7A5D67
(122,93,103)
#8A7079
(138,112,121)
#9A838B
(154,131,139)
#AA969D
(170,150,157)
#BAA9AF
(186,169,175)
#CABCC1
(202,188,193)
#DACFD3
(218,207,211)
#EAE2E5
(234,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2431; }

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

This text font color is #4A2431.


Background Color

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

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

This div background color is #4A2431.


Border color

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

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

This div border color is #4A2431.


Opacity

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

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

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

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

This text has shadow with #4A2431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2431 on black background.


Color preview on white background

This text has color #4A2431 on white background.



Black color preview on #4A2431 background

This text has black color on #4A2431 background.


White color preview on #4A2431 background

This text has white color on #4A2431 background.