COLOR #4A2941

HEX: #4A2941
RGB: (74,41,65)

Color info

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

RGB color model

#4A2941 color RGB value is (74,41,65).

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

RGB channels and saturation

R 74 of 255 = 29%
G 41 of 255 = 16%
B 65 of 255 = 25%

74
41
65

R + G + B ~ 23%. #4A2941 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 41 + 65 = 180 (100%)
R 74 of 180 ~ 41.11%
G 41 of 180 ~ 22.78%
B 65 of 180 ~ 36.11%

%41.11
%22.78
%36.11

CMYK color model

#4A2941 color CMYK value is (0,45,12,71).

  • cyan value is 0.00%
  • magenta value is 44.59%
  • yellow value is 12.16%
  • key color value is 70.98%
CMYK:
(0,45,12,71)
C0M45Y12K71 
(0%,45%,12%,71%)
(0.00/0.45/0.12/0.71)	

CMYK percentages

%0
%44.59
%12.16
%70.98

Codes

Color #4A2941 in popluar color models

4A2941
RGB744165
HSL316°28.70%22.55%
HSB/HSV316°44.59%29.02%
CMYK0.00%44.59%12.16%
70.98%

Color #4A2941 in popluar number systems.

HEX4A2941
Decimal744165
Binary10010101010011000001
Octal11251101

Shades and tints

Shades of #4A2941

#4A2941
(74,41,65)
#44263C
(68,38,60)
#3E2337
(62,35,55)
#382032
(56,32,50)
#321D2D
(50,29,45)
#2C1A28
(44,26,40)
#261723
(38,23,35)
#20141E
(32,20,30)
#1A1119
(26,17,25)
#140E14
(20,14,20)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #4A2941

#4A2941
(74,41,65)
#5A3C52
(90,60,82)
#6A4F63
(106,79,99)
#7A6274
(122,98,116)
#8A7585
(138,117,133)
#9A8896
(154,136,150)
#AA9BA7
(170,155,167)
#BAAEB8
(186,174,184)
#CAC1C9
(202,193,201)
#DAD4DA
(218,212,218)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2941; }

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

This text font color is #4A2941.


Background Color

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

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

This div background color is #4A2941.


Border color

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

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

This div border color is #4A2941.


Opacity

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

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

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

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

This text has shadow with #4A2941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2941 on black background.


Color preview on white background

This text has color #4A2941 on white background.



Black color preview on #4A2941 background

This text has black color on #4A2941 background.


White color preview on #4A2941 background

This text has white color on #4A2941 background.