COLOR #4A2851

HEX: #4A2851
RGB: (74,40,81)

Color info

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

RGB color model

#4A2851 color RGB value is (74,40,81).

  • red value is 74;
  • green value is 40;
  • blue value is 81.
RGB:
(74,40,81)
(29%,16%,32%)

RGB channels and saturation

R 74 of 255 = 29%
G 40 of 255 = 16%
B 81 of 255 = 32%

74
40
81

R + G + B ~ 26%. #4A2851 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 40 + 81 = 195 (100%)
R 74 of 195 ~ 37.95%
G 40 of 195 ~ 20.51%
B 81 of 195 ~ 41.54%

%37.95
%20.51
%41.54

CMYK color model

#4A2851 color CMYK value is (9,51,0,68).

  • cyan value is 8.64%
  • magenta value is 50.62%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(9,51,0,68)
C9M51Y0K68 
(9%,51%,0%,68%)
(0.09/0.51/0.00/0.68)	

CMYK percentages

%8.64
%50.62
%0
%68.24

Codes

Color #4A2851 in popluar color models

4A2851
RGB744081
HSL290°33.88%23.73%
HSB/HSV290°50.62%31.76%
CMYK8.64%50.62%0.00%
68.24%

Color #4A2851 in popluar number systems.

HEX4A2851
Decimal744081
Binary10010101010001010001
Octal11250121

Shades and tints

Shades of #4A2851

#4A2851
(74,40,81)
#44254A
(68,37,74)
#3E2243
(62,34,67)
#381F3C
(56,31,60)
#321C35
(50,28,53)
#2C192E
(44,25,46)
#261627
(38,22,39)
#201320
(32,19,32)
#1A1019
(26,16,25)
#140D12
(20,13,18)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #4A2851

#4A2851
(74,40,81)
#5A3B60
(90,59,96)
#6A4E6F
(106,78,111)
#7A617E
(122,97,126)
#8A748D
(138,116,141)
#9A879C
(154,135,156)
#AA9AAB
(170,154,171)
#BAADBA
(186,173,186)
#CAC0C9
(202,192,201)
#DAD3D8
(218,211,216)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2851 color. Also use rgb(74,40,81) instead hex code.

Text Font Color

.myTextColor { color: #4A2851; }

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

This text font color is #4A2851.


Background Color

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

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

This div background color is #4A2851.


Border color

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

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

This div border color is #4A2851.


Opacity

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

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

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

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

This text has shadow with #4A2851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2851 on black background.


Color preview on white background

This text has color #4A2851 on white background.



Black color preview on #4A2851 background

This text has black color on #4A2851 background.


White color preview on #4A2851 background

This text has white color on #4A2851 background.