COLOR #423B64

HEX: #423B64
RGB: (66,59,100)

Color info

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

RGB color model

#423B64 color RGB value is (66,59,100).

  • red value is 66;
  • green value is 59;
  • blue value is 100.
RGB:
(66,59,100)
(26%,23%,39%)

RGB channels and saturation

R 66 of 255 = 26%
G 59 of 255 = 23%
B 100 of 255 = 39%

66
59
100

R + G + B ~ 29%. #423B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 59 + 100 = 225 (100%)
R 66 of 225 ~ 29.33%
G 59 of 225 ~ 26.22%
B 100 of 225 ~ 44.44%

%29.33
%26.22
%44.44

CMYK color model

#423B64 color CMYK value is (34,41,0,61).

  • cyan value is 34.00%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(34,41,0,61)
C34M41Y0K61 
(34%,41%,0%,61%)
(0.34/0.41/0.00/0.61)	

CMYK percentages

%34
%41
%0
%60.78

Codes

Color #423B64 in popluar color models

423B64
RGB6659100
HSL250°25.79%31.18%
HSB/HSV250°41.00%39.22%
CMYK34.00%41.00%0.00%
60.78%

Color #423B64 in popluar number systems.

HEX423B64
Decimal6659100
Binary10000101110111100100
Octal10273144

Shades and tints

Shades of #423B64

#423B64
(66,59,100)
#3C365B
(60,54,91)
#363152
(54,49,82)
#302C49
(48,44,73)
#2A2740
(42,39,64)
#242237
(36,34,55)
#1E1D2E
(30,29,46)
#181825
(24,24,37)
#12131C
(18,19,28)
#0C0E13
(12,14,19)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #423B64

#423B64
(66,59,100)
#534C72
(83,76,114)
#645D80
(100,93,128)
#756E8E
(117,110,142)
#867F9C
(134,127,156)
#9790AA
(151,144,170)
#A8A1B8
(168,161,184)
#B9B2C6
(185,178,198)
#CAC3D4
(202,195,212)
#DBD4E2
(219,212,226)
#ECE5F0
(236,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423B64 color. Also use rgb(66,59,100) instead hex code.

Text Font Color

.myTextColor { color: #423B64; }

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

This text font color is #423B64.


Background Color

.myBgColor { background-color: #423B64; }

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

This div background color is #423B64.


Border color

.myBorderColor { border: 1px solid #423B64; }

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

This div border color is #423B64.


Opacity

.myOpacity80 { color: #423B64; opacity: 0.8; }

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

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

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

This text has shadow with #423B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423B64 on black background.


Color preview on white background

This text has color #423B64 on white background.



Black color preview on #423B64 background

This text has black color on #423B64 background.


White color preview on #423B64 background

This text has white color on #423B64 background.