COLOR #42325A

HEX: #42325A
RGB: (66,50,90)

Color info

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

RGB color model

#42325A color RGB value is (66,50,90).

  • red value is 66;
  • green value is 50;
  • blue value is 90.
RGB:
(66,50,90)
(26%,20%,35%)

RGB channels and saturation

R 66 of 255 = 26%
G 50 of 255 = 20%
B 90 of 255 = 35%

66
50
90

R + G + B ~ 27%. #42325A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 50 + 90 = 206 (100%)
R 66 of 206 ~ 32.04%
G 50 of 206 ~ 24.27%
B 90 of 206 ~ 43.69%

%32.04
%24.27
%43.69

CMYK color model

#42325A color CMYK value is (27,44,0,65).

  • cyan value is 26.67%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(27,44,0,65)
C27M44Y0K65 
(27%,44%,0%,65%)
(0.27/0.44/0.00/0.65)	

CMYK percentages

%26.67
%44.44
%0
%64.71

Codes

Color #42325A in popluar color models

42325A
RGB665090
HSL264°28.57%27.45%
HSB/HSV264°44.44%35.29%
CMYK26.67%44.44%0.00%
64.71%

Color #42325A in popluar number systems.

HEX42325A
Decimal665090
Binary10000101100101011010
Octal10262132

Shades and tints

Shades of #42325A

#42325A
(66,50,90)
#3C2E52
(60,46,82)
#362A4A
(54,42,74)
#302642
(48,38,66)
#2A223A
(42,34,58)
#241E32
(36,30,50)
#1E1A2A
(30,26,42)
#181622
(24,22,34)
#12121A
(18,18,26)
#0C0E12
(12,14,18)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #42325A

#42325A
(66,50,90)
#534469
(83,68,105)
#645678
(100,86,120)
#756887
(117,104,135)
#867A96
(134,122,150)
#978CA5
(151,140,165)
#A89EB4
(168,158,180)
#B9B0C3
(185,176,195)
#CAC2D2
(202,194,210)
#DBD4E1
(219,212,225)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42325A color. Also use rgb(66,50,90) instead hex code.

Text Font Color

.myTextColor { color: #42325A; }

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

This text font color is #42325A.


Background Color

.myBgColor { background-color: #42325A; }

<div style="background-color:#42325A">Inner text</div>

This div background color is #42325A.


Border color

.myBorderColor { border: 1px solid #42325A; }

<div style="border:3px solid #42325A">Div</div>

This div border color is #42325A.


Opacity

.myOpacity80 { color: #42325A; opacity: 0.8; }

<p style="color:#42325A;opacity:0.8;">80%</p>

Text with #42325A 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 #42325A;}

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

This text has shadow with #42325A color.

.textShadow {text-shadow: 3px 3px 1px #42325A, 3px 3px 1px red;}

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

This text has shadow with #42325A primary color and red secondary color.


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

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

This text has shadow with #42325A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42325A on black background.


Color preview on white background

This text has color #42325A on white background.



Black color preview on #42325A background

This text has black color on #42325A background.


White color preview on #42325A background

This text has white color on #42325A background.