COLOR #4A2D57

HEX: #4A2D57
RGB: (74,45,87)

Color info

#4A2D57 contains red, green and blue colors in about the same proportion. Web safe color of #4A2D57 is #333366 (or #336).

RGB color model

#4A2D57 color RGB value is (74,45,87).

  • red value is 74;
  • green value is 45;
  • blue value is 87.
RGB:
(74,45,87)
(29%,18%,34%)

RGB channels and saturation

R 74 of 255 = 29%
G 45 of 255 = 18%
B 87 of 255 = 34%

74
45
87

R + G + B ~ 27%. #4A2D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 45 + 87 = 206 (100%)
R 74 of 206 ~ 35.92%
G 45 of 206 ~ 21.84%
B 87 of 206 ~ 42.23%

%35.92
%21.84
%42.23

CMYK color model

#4A2D57 color CMYK value is (15,48,0,66).

  • cyan value is 14.94%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(15,48,0,66)
C15M48Y0K66 
(15%,48%,0%,66%)
(0.15/0.48/0.00/0.66)	

CMYK percentages

%14.94
%48.28
%0
%65.88

Codes

Color #4A2D57 in popluar color models

4A2D57
RGB744587
HSL281°31.82%25.88%
HSB/HSV281°48.28%34.12%
CMYK14.94%48.28%0.00%
65.88%

Color #4A2D57 in popluar number systems.

HEX4A2D57
Decimal744587
Binary10010101011011010111
Octal11255127

Shades and tints

Shades of #4A2D57

#4A2D57
(74,45,87)
#442950
(68,41,80)
#3E2549
(62,37,73)
#382142
(56,33,66)
#321D3B
(50,29,59)
#2C1934
(44,25,52)
#26152D
(38,21,45)
#201126
(32,17,38)
#1A0D1F
(26,13,31)
#140918
(20,9,24)
#0E0511
(14,5,17)
#000000
(0,0,0)

Tints of #4A2D57

#4A2D57
(74,45,87)
#5A4066
(90,64,102)
#6A5375
(106,83,117)
#7A6684
(122,102,132)
#8A7993
(138,121,147)
#9A8CA2
(154,140,162)
#AA9FB1
(170,159,177)
#BAB2C0
(186,178,192)
#CAC5CF
(202,197,207)
#DAD8DE
(218,216,222)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2D57 color. Also use rgb(74,45,87) instead hex code.

Text Font Color

.myTextColor { color: #4A2D57; }

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

This text font color is #4A2D57.


Background Color

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

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

This div background color is #4A2D57.


Border color

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

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

This div border color is #4A2D57.


Opacity

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

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

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

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

This text has shadow with #4A2D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2D57 on black background.


Color preview on white background

This text has color #4A2D57 on white background.



Black color preview on #4A2D57 background

This text has black color on #4A2D57 background.


White color preview on #4A2D57 background

This text has white color on #4A2D57 background.