COLOR #423A7D

HEX: #423A7D RGB: (66,58,125)

Color info

#423A7D contains mainly red and blue colors. Web safe color of #423A7D is #333366 (or #336).

RGB color model

#423A7D color RGB value is (66,58,125).

RGB: (66,58,125) (26%, 23%, 49%)

RGB channels and saturation

R 66 of 255 = 26%
G 58 of 255 = 23%
B 125 of 255 = 49%

66
58
125

R + G + B ~ 33%. #423A7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 58 + 125 = 249 (100%)
R 66 of 249 ~ 26.51%
G 58 of 249 ~ 23.29%
B 125 of 249 ~ 50.2'%

%26.51
%23.29
%50.2

CMYK color model

#423A7D color CMYK value is (47,54,0,51).

  • cyan value is 47.20%
  • magenta value is 53.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (47,54,0,51) C47M54Y0K51 (47%,54%,0%,51%) (0.47/0.54/0.00/0.51) 

CMYK percentages

%47.2
%53.6
%0
%50.98

Codes

Color #423A7D in popluar color models

42 3A 7D
RGB 66 58 125
HSL 247° 36.61% 35.88%
HSB/HSV 247° 53.60% 49.02%
CMYK 47.20% 53.60% 0.00%
50.98%

Color #423A7D in popluar number systems.

HEX 42 3A 7D
Decimal 66 58 125
Binary 1000010 111010 1111101
Octal 102 72 175

Shades and tints

Shades of #423A7D

#423A7D
(66,58,125)
#3C3572
(60,53,114)
#363067
(54,48,103)
#302B5C
(48,43,92)
#2A2651
(42,38,81)
#242146
(36,33,70)
#1E1C3B
(30,28,59)
#181730
(24,23,48)
#121225
(18,18,37)
#0C0D1A
(12,13,26)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #423A7D

#423A7D
(66,58,125)
#534B88
(83,75,136)
#645C93
(100,92,147)
#756D9E
(117,109,158)
#867EA9
(134,126,169)
#978FB4
(151,143,180)
#A8A0BF
(168,160,191)
#B9B1CA
(185,177,202)
#CAC2D5
(202,194,213)
#DBD3E0
(219,211,224)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423A7D; }

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

This text font color is #423A7D.

Background Color

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

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

This div background color is #423A7D.

Border color

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

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

This div border color is #423A7D.

Opacity

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

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

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

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

This text has shadow with #423A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #423A7D.

Preview

Color preview on black background

This text has color #423A7D on black background.


Color preview on white background

This text has color #423A7D on white background.


Black color preview on #423A7D background

This text has black color on #423A7D background.


White color preview on #423A7D background

This text has white color on #423A7D background.


Related colors

Complementary color

Complementary color for #hex is #BDC582.


I love getcolorcode.com

Triadic colors

1 #7D423A and #3A7D42 with #423A7D are triadic colors.

2 #7D3A42 and #3A427D with #423A7D are triadic colors.