COLOR #423B5A

HEX: #423B5A
RGB: (66,59,90)

Color info

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

RGB color model

#423B5A color RGB value is (66,59,90).

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

RGB channels and saturation

R 66 of 255 = 26%
G 59 of 255 = 23%
B 90 of 255 = 35%

66
59
90

R + G + B ~ 28%. #423B5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 59 + 90 = 215 (100%)
R 66 of 215 ~ 30.7%
G 59 of 215 ~ 27.44%
B 90 of 215 ~ 41.86%

%30.7
%27.44
%41.86

CMYK color model

#423B5A color CMYK value is (27,34,0,65).

  • cyan value is 26.67%
  • magenta value is 34.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(27,34,0,65)
C27M34Y0K65 
(27%,34%,0%,65%)
(0.27/0.34/0.00/0.65)	

CMYK percentages

%26.67
%34.44
%0
%64.71

Codes

Color #423B5A in popluar color models

423B5A
RGB665990
HSL254°20.81%29.22%
HSB/HSV254°34.44%35.29%
CMYK26.67%34.44%0.00%
64.71%

Color #423B5A in popluar number systems.

HEX423B5A
Decimal665990
Binary10000101110111011010
Octal10273132

Shades and tints

Shades of #423B5A

#423B5A
(66,59,90)
#3C3652
(60,54,82)
#36314A
(54,49,74)
#302C42
(48,44,66)
#2A273A
(42,39,58)
#242232
(36,34,50)
#1E1D2A
(30,29,42)
#181822
(24,24,34)
#12131A
(18,19,26)
#0C0E12
(12,14,18)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #423B5A

#423B5A
(66,59,90)
#534C69
(83,76,105)
#645D78
(100,93,120)
#756E87
(117,110,135)
#867F96
(134,127,150)
#9790A5
(151,144,165)
#A8A1B4
(168,161,180)
#B9B2C3
(185,178,195)
#CAC3D2
(202,195,210)
#DBD4E1
(219,212,225)
#ECE5F0
(236,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423B5A; }

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

This text font color is #423B5A.


Background Color

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

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

This div background color is #423B5A.


Border color

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

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

This div border color is #423B5A.


Opacity

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

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

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

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

This text has shadow with #423B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423B5A on black background.


Color preview on white background

This text has color #423B5A on white background.



Black color preview on #423B5A background

This text has black color on #423B5A background.


White color preview on #423B5A background

This text has white color on #423B5A background.