COLOR #423A8D

HEX: #423A8D RGB: (66,58,141)

Color info

#423A8D contains mainly blue color. Web safe color of #423A8D is #333399 (or #339).

RGB color model

#423A8D color RGB value is (66,58,141).

RGB: (66,58,141) (26%, 23%, 55%)

RGB channels and saturation

R 66 of 255 = 26%
G 58 of 255 = 23%
B 141 of 255 = 55%

66
58
141

R + G + B ~ 35%. #423A8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 58 + 141 = 265 (100%)
R 66 of 265 ~ 24.91%
G 58 of 265 ~ 21.89%
B 141 of 265 ~ 53.21'%

%24.91
%21.89
%53.21

CMYK color model

#423A8D color CMYK value is (53,59,0,45).

  • cyan value is 53.19%
  • magenta value is 58.87%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (53,59,0,45) C53M59Y0K45 (53%,59%,0%,45%) (0.53/0.59/0.00/0.45) 

CMYK percentages

%53.19
%58.87
%0
%44.71

Codes

Color #423A8D in popluar color models

42 3A 8D
RGB 66 58 141
HSL 246° 41.71% 39.02%
HSB/HSV 246° 58.87% 55.29%
CMYK 53.19% 58.87% 0.00%
44.71%

Color #423A8D in popluar number systems.

HEX 42 3A 8D
Decimal 66 58 141
Binary 1000010 111010 10001101
Octal 102 72 215

Shades and tints

Shades of #423A8D

#423A8D
(66,58,141)
#3C3581
(60,53,129)
#363075
(54,48,117)
#302B69
(48,43,105)
#2A265D
(42,38,93)
#242151
(36,33,81)
#1E1C45
(30,28,69)
#181739
(24,23,57)
#12122D
(18,18,45)
#0C0D21
(12,13,33)
#060815
(6,8,21)
#000000
(0,0,0)

Tints of #423A8D

#423A8D
(66,58,141)
#534B97
(83,75,151)
#645CA1
(100,92,161)
#756DAB
(117,109,171)
#867EB5
(134,126,181)
#978FBF
(151,143,191)
#A8A0C9
(168,160,201)
#B9B1D3
(185,177,211)
#CAC2DD
(202,194,221)
#DBD3E7
(219,211,231)
#ECE4F1
(236,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423A8D color. Also use rgb(66,58,141) instead hex code.

Text Font Color

.myTextColor { color: #423A8D; }

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

This text font color is #423A8D.

Background Color

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

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

This div background color is #423A8D.

Border color

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

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

This div border color is #423A8D.

Opacity

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

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

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

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

This text has shadow with #423A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #423A8D.

Preview

Color preview on black background

This text has color #423A8D on black background.


Color preview on white background

This text has color #423A8D on white background.


Black color preview on #423A8D background

This text has black color on #423A8D background.


White color preview on #423A8D background

This text has white color on #423A8D background.


Related colors

Complementary color

Complementary color for #hex is #BDC572.


I love getcolorcode.com

Triadic colors

1 #8D423A and #3A8D42 with #423A8D are triadic colors.

2 #8D3A42 and #3A428D with #423A8D are triadic colors.