COLOR #423A70

HEX: #423A70
RGB: (66,58,112)

Color info

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

RGB color model

#423A70 color RGB value is (66,58,112).

  • red value is 66;
  • green value is 58;
  • blue value is 112.
RGB:
(66,58,112)
(26%,23%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 58 of 255 = 23%
B 112 of 255 = 44%

66
58
112

R + G + B ~ 31%. #423A70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 58 + 112 = 236 (100%)
R 66 of 236 ~ 27.97%
G 58 of 236 ~ 24.58%
B 112 of 236 ~ 47.46%

%27.97
%24.58
%47.46

CMYK color model

#423A70 color CMYK value is (41,48,0,56).

  • cyan value is 41.07%
  • magenta value is 48.21%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(41,48,0,56)
C41M48Y0K56 
(41%,48%,0%,56%)
(0.41/0.48/0.00/0.56)	

CMYK percentages

%41.07
%48.21
%0
%56.08

Codes

Color #423A70 in popluar color models

423A70
RGB6658112
HSL249°31.76%33.33%
HSB/HSV249°48.21%43.92%
CMYK41.07%48.21%0.00%
56.08%

Color #423A70 in popluar number systems.

HEX423A70
Decimal6658112
Binary10000101110101110000
Octal10272160

Shades and tints

Shades of #423A70

#423A70
(66,58,112)
#3C3566
(60,53,102)
#36305C
(54,48,92)
#302B52
(48,43,82)
#2A2648
(42,38,72)
#24213E
(36,33,62)
#1E1C34
(30,28,52)
#18172A
(24,23,42)
#121220
(18,18,32)
#0C0D16
(12,13,22)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #423A70

#423A70
(66,58,112)
#534B7D
(83,75,125)
#645C8A
(100,92,138)
#756D97
(117,109,151)
#867EA4
(134,126,164)
#978FB1
(151,143,177)
#A8A0BE
(168,160,190)
#B9B1CB
(185,177,203)
#CAC2D8
(202,194,216)
#DBD3E5
(219,211,229)
#ECE4F2
(236,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423A70; }

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

This text font color is #423A70.


Background Color

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

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

This div background color is #423A70.


Border color

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

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

This div border color is #423A70.


Opacity

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

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

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

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

This text has shadow with #423A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423A70 on black background.


Color preview on white background

This text has color #423A70 on white background.



Black color preview on #423A70 background

This text has black color on #423A70 background.


White color preview on #423A70 background

This text has white color on #423A70 background.