COLOR #4A3451

HEX: #4A3451
RGB: (74,52,81)

Color info

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

RGB color model

#4A3451 color RGB value is (74,52,81).

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

RGB channels and saturation

R 74 of 255 = 29%
G 52 of 255 = 20%
B 81 of 255 = 32%

74
52
81

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

Portions of RGB colors in percentages

R + G + B =
74 + 52 + 81 = 207 (100%)
R 74 of 207 ~ 35.75%
G 52 of 207 ~ 25.12%
B 81 of 207 ~ 39.13%

%35.75
%25.12
%39.13

CMYK color model

#4A3451 color CMYK value is (9,36,0,68).

  • cyan value is 8.64%
  • magenta value is 35.80%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(9,36,0,68)
C9M36Y0K68 
(9%,36%,0%,68%)
(0.09/0.36/0.00/0.68)	

CMYK percentages

%8.64
%35.8
%0
%68.24

Codes

Color #4A3451 in popluar color models

4A3451
RGB745281
HSL286°21.80%26.08%
HSB/HSV286°35.80%31.76%
CMYK8.64%35.80%0.00%
68.24%

Color #4A3451 in popluar number systems.

HEX4A3451
Decimal745281
Binary10010101101001010001
Octal11264121

Shades and tints

Shades of #4A3451

#4A3451
(74,52,81)
#44304A
(68,48,74)
#3E2C43
(62,44,67)
#38283C
(56,40,60)
#322435
(50,36,53)
#2C202E
(44,32,46)
#261C27
(38,28,39)
#201820
(32,24,32)
#1A1419
(26,20,25)
#141012
(20,16,18)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #4A3451

#4A3451
(74,52,81)
#5A4660
(90,70,96)
#6A586F
(106,88,111)
#7A6A7E
(122,106,126)
#8A7C8D
(138,124,141)
#9A8E9C
(154,142,156)
#AAA0AB
(170,160,171)
#BAB2BA
(186,178,186)
#CAC4C9
(202,196,201)
#DAD6D8
(218,214,216)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3451; }

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

This text font color is #4A3451.


Background Color

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

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

This div background color is #4A3451.


Border color

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

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

This div border color is #4A3451.


Opacity

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

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

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

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

This text has shadow with #4A3451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3451 on black background.


Color preview on white background

This text has color #4A3451 on white background.



Black color preview on #4A3451 background

This text has black color on #4A3451 background.


White color preview on #4A3451 background

This text has white color on #4A3451 background.