COLOR #423450

HEX: #423450
RGB: (66,52,80)

Color info

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

RGB color model

#423450 color RGB value is (66,52,80).

  • red value is 66;
  • green value is 52;
  • blue value is 80.
RGB:
(66,52,80)
(26%,20%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 52 of 255 = 20%
B 80 of 255 = 31%

66
52
80

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

Portions of RGB colors in percentages

R + G + B =
66 + 52 + 80 = 198 (100%)
R 66 of 198 ~ 33.33%
G 52 of 198 ~ 26.26%
B 80 of 198 ~ 40.4%

%33.33
%26.26
%40.4

CMYK color model

#423450 color CMYK value is (18,35,0,69).

  • cyan value is 17.50%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(18,35,0,69)
C18M35Y0K69 
(18%,35%,0%,69%)
(0.18/0.35/0.00/0.69)	

CMYK percentages

%17.5
%35
%0
%68.63

Codes

Color #423450 in popluar color models

423450
RGB665280
HSL270°21.21%25.88%
HSB/HSV270°35.00%31.37%
CMYK17.50%35.00%0.00%
68.63%

Color #423450 in popluar number systems.

HEX423450
Decimal665280
Binary10000101101001010000
Octal10264120

Shades and tints

Shades of #423450

#423450
(66,52,80)
#3C3049
(60,48,73)
#362C42
(54,44,66)
#30283B
(48,40,59)
#2A2434
(42,36,52)
#24202D
(36,32,45)
#1E1C26
(30,28,38)
#18181F
(24,24,31)
#121418
(18,20,24)
#0C1011
(12,16,17)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #423450

#423450
(66,52,80)
#53465F
(83,70,95)
#64586E
(100,88,110)
#756A7D
(117,106,125)
#867C8C
(134,124,140)
#978E9B
(151,142,155)
#A8A0AA
(168,160,170)
#B9B2B9
(185,178,185)
#CAC4C8
(202,196,200)
#DBD6D7
(219,214,215)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423450 color. Also use rgb(66,52,80) instead hex code.

Text Font Color

.myTextColor { color: #423450; }

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

This text font color is #423450.


Background Color

.myBgColor { background-color: #423450; }

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

This div background color is #423450.


Border color

.myBorderColor { border: 1px solid #423450; }

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

This div border color is #423450.


Opacity

.myOpacity80 { color: #423450; opacity: 0.8; }

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

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

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

This text has shadow with #423450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423450 on black background.


Color preview on white background

This text has color #423450 on white background.



Black color preview on #423450 background

This text has black color on #423450 background.


White color preview on #423450 background

This text has white color on #423450 background.