COLOR #4A2F49

HEX: #4A2F49
RGB: (74,47,73)

Color info

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

RGB color model

#4A2F49 color RGB value is (74,47,73).

  • red value is 74;
  • green value is 47;
  • blue value is 73.
RGB:
(74,47,73)
(29%,18%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 47 of 255 = 18%
B 73 of 255 = 29%

74
47
73

R + G + B ~ 25%. #4A2F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 47 + 73 = 194 (100%)
R 74 of 194 ~ 38.14%
G 47 of 194 ~ 24.23%
B 73 of 194 ~ 37.63%

%38.14
%24.23
%37.63

CMYK color model

#4A2F49 color CMYK value is (0,36,1,71).

  • cyan value is 0.00%
  • magenta value is 36.49%
  • yellow value is 1.35%
  • key color value is 70.98%
CMYK:
(0,36,1,71)
C0M36Y1K71 
(0%,36%,1%,71%)
(0.00/0.36/0.01/0.71)	

CMYK percentages

%0
%36.49
%1.35
%70.98

Codes

Color #4A2F49 in popluar color models

4A2F49
RGB744773
HSL302°22.31%23.73%
HSB/HSV302°36.49%29.02%
CMYK0.00%36.49%1.35%
70.98%

Color #4A2F49 in popluar number systems.

HEX4A2F49
Decimal744773
Binary10010101011111001001
Octal11257111

Shades and tints

Shades of #4A2F49

#4A2F49
(74,47,73)
#442B43
(68,43,67)
#3E273D
(62,39,61)
#382337
(56,35,55)
#321F31
(50,31,49)
#2C1B2B
(44,27,43)
#261725
(38,23,37)
#20131F
(32,19,31)
#1A0F19
(26,15,25)
#140B13
(20,11,19)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #4A2F49

#4A2F49
(74,47,73)
#5A4159
(90,65,89)
#6A5369
(106,83,105)
#7A6579
(122,101,121)
#8A7789
(138,119,137)
#9A8999
(154,137,153)
#AA9BA9
(170,155,169)
#BAADB9
(186,173,185)
#CABFC9
(202,191,201)
#DAD1D9
(218,209,217)
#EAE3E9
(234,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2F49 color. Also use rgb(74,47,73) instead hex code.

Text Font Color

.myTextColor { color: #4A2F49; }

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

This text font color is #4A2F49.


Background Color

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

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

This div background color is #4A2F49.


Border color

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

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

This div border color is #4A2F49.


Opacity

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

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

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

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

This text has shadow with #4A2F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2F49 on black background.


Color preview on white background

This text has color #4A2F49 on white background.



Black color preview on #4A2F49 background

This text has black color on #4A2F49 background.


White color preview on #4A2F49 background

This text has white color on #4A2F49 background.