COLOR #423259

HEX: #423259
RGB: (66,50,89)

Color info

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

RGB color model

#423259 color RGB value is (66,50,89).

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

RGB channels and saturation

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

66
50
89

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

Portions of RGB colors in percentages

R + G + B =
66 + 50 + 89 = 205 (100%)
R 66 of 205 ~ 32.2%
G 50 of 205 ~ 24.39%
B 89 of 205 ~ 43.41%

%32.2
%24.39
%43.41

CMYK color model

#423259 color CMYK value is (26,44,0,65).

  • cyan value is 25.84%
  • magenta value is 43.82%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(26,44,0,65)
C26M44Y0K65 
(26%,44%,0%,65%)
(0.26/0.44/0.00/0.65)	

CMYK percentages

%25.84
%43.82
%0
%65.1

Codes

Color #423259 in popluar color models

423259
RGB665089
HSL265°28.06%27.25%
HSB/HSV265°43.82%34.90%
CMYK25.84%43.82%0.00%
65.10%

Color #423259 in popluar number systems.

HEX423259
Decimal665089
Binary10000101100101011001
Octal10262131

Shades and tints

Shades of #423259

#423259
(66,50,89)
#3C2E51
(60,46,81)
#362A49
(54,42,73)
#302641
(48,38,65)
#2A2239
(42,34,57)
#241E31
(36,30,49)
#1E1A29
(30,26,41)
#181621
(24,22,33)
#121219
(18,18,25)
#0C0E11
(12,14,17)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #423259

#423259
(66,50,89)
#534468
(83,68,104)
#645677
(100,86,119)
#756886
(117,104,134)
#867A95
(134,122,149)
#978CA4
(151,140,164)
#A89EB3
(168,158,179)
#B9B0C2
(185,176,194)
#CAC2D1
(202,194,209)
#DBD4E0
(219,212,224)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423259; }

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

This text font color is #423259.


Background Color

.myBgColor { background-color: #423259; }

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

This div background color is #423259.


Border color

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

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

This div border color is #423259.


Opacity

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

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

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

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

This text has shadow with #423259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423259 on black background.


Color preview on white background

This text has color #423259 on white background.



Black color preview on #423259 background

This text has black color on #423259 background.


White color preview on #423259 background

This text has white color on #423259 background.