COLOR #4A2329

HEX: #4A2329
RGB: (74,35,41)

Color info

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

RGB color model

#4A2329 color RGB value is (74,35,41).

  • red value is 74;
  • green value is 35;
  • blue value is 41.
RGB:
(74,35,41)
(29%,14%,16%)

RGB channels and saturation

R 74 of 255 = 29%
G 35 of 255 = 14%
B 41 of 255 = 16%

74
35
41

R + G + B ~ 20%. #4A2329 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 35 + 41 = 150 (100%)
R 74 of 150 ~ 49.33%
G 35 of 150 ~ 23.33%
B 41 of 150 ~ 27.33%

%49.33
%23.33
%27.33

CMYK color model

#4A2329 color CMYK value is (0,53,45,71).

  • cyan value is 0.00%
  • magenta value is 52.70%
  • yellow value is 44.59%
  • key color value is 70.98%
CMYK:
(0,53,45,71)
C0M53Y45K71 
(0%,53%,45%,71%)
(0.00/0.53/0.45/0.71)	

CMYK percentages

%0
%52.7
%44.59
%70.98

Codes

Color #4A2329 in popluar color models

4A2329
RGB743541
HSL351°35.78%21.37%
HSB/HSV351°52.70%29.02%
CMYK0.00%52.70%44.59%
70.98%

Color #4A2329 in popluar number systems.

HEX4A2329
Decimal743541
Binary1001010100011101001
Octal1124351

Shades and tints

Shades of #4A2329

#4A2329
(74,35,41)
#442026
(68,32,38)
#3E1D23
(62,29,35)
#381A20
(56,26,32)
#32171D
(50,23,29)
#2C141A
(44,20,26)
#261117
(38,17,23)
#200E14
(32,14,20)
#1A0B11
(26,11,17)
#14080E
(20,8,14)
#0E050B
(14,5,11)
#000000
(0,0,0)

Tints of #4A2329

#4A2329
(74,35,41)
#5A373C
(90,55,60)
#6A4B4F
(106,75,79)
#7A5F62
(122,95,98)
#8A7375
(138,115,117)
#9A8788
(154,135,136)
#AA9B9B
(170,155,155)
#BAAFAE
(186,175,174)
#CAC3C1
(202,195,193)
#DAD7D4
(218,215,212)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2329 color. Also use rgb(74,35,41) instead hex code.

Text Font Color

.myTextColor { color: #4A2329; }

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

This text font color is #4A2329.


Background Color

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

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

This div background color is #4A2329.


Border color

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

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

This div border color is #4A2329.


Opacity

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

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

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

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

This text has shadow with #4A2329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2329 on black background.


Color preview on white background

This text has color #4A2329 on white background.



Black color preview on #4A2329 background

This text has black color on #4A2329 background.


White color preview on #4A2329 background

This text has white color on #4A2329 background.