COLOR #4A2331

HEX: #4A2331
RGB: (74,35,49)

Color info

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

RGB color model

#4A2331 color RGB value is (74,35,49).

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

RGB channels and saturation

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

74
35
49

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

Portions of RGB colors in percentages

R + G + B =
74 + 35 + 49 = 158 (100%)
R 74 of 158 ~ 46.84%
G 35 of 158 ~ 22.15%
B 49 of 158 ~ 31.01%

%46.84
%22.15
%31.01

CMYK color model

#4A2331 color CMYK value is (0,53,34,71).

  • cyan value is 0.00%
  • magenta value is 52.70%
  • yellow value is 33.78%
  • key color value is 70.98%
CMYK:
(0,53,34,71)
C0M53Y34K71 
(0%,53%,34%,71%)
(0.00/0.53/0.34/0.71)	

CMYK percentages

%0
%52.7
%33.78
%70.98

Codes

Color #4A2331 in popluar color models

4A2331
RGB743549
HSL338°35.78%21.37%
HSB/HSV338°52.70%29.02%
CMYK0.00%52.70%33.78%
70.98%

Color #4A2331 in popluar number systems.

HEX4A2331
Decimal743549
Binary1001010100011110001
Octal1124361

Shades and tints

Shades of #4A2331

#4A2331
(74,35,49)
#44202D
(68,32,45)
#3E1D29
(62,29,41)
#381A25
(56,26,37)
#321721
(50,23,33)
#2C141D
(44,20,29)
#261119
(38,17,25)
#200E15
(32,14,21)
#1A0B11
(26,11,17)
#14080D
(20,8,13)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #4A2331

#4A2331
(74,35,49)
#5A3743
(90,55,67)
#6A4B55
(106,75,85)
#7A5F67
(122,95,103)
#8A7379
(138,115,121)
#9A878B
(154,135,139)
#AA9B9D
(170,155,157)
#BAAFAF
(186,175,175)
#CAC3C1
(202,195,193)
#DAD7D3
(218,215,211)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2331; }

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

This text font color is #4A2331.


Background Color

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

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

This div background color is #4A2331.


Border color

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

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

This div border color is #4A2331.


Opacity

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

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

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

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

This text has shadow with #4A2331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2331 on black background.


Color preview on white background

This text has color #4A2331 on white background.



Black color preview on #4A2331 background

This text has black color on #4A2331 background.


White color preview on #4A2331 background

This text has white color on #4A2331 background.