COLOR #423A62

HEX: #423A62
RGB: (66,58,98)

Color info

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

RGB color model

#423A62 color RGB value is (66,58,98).

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

RGB channels and saturation

R 66 of 255 = 26%
G 58 of 255 = 23%
B 98 of 255 = 38%

66
58
98

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

Portions of RGB colors in percentages

R + G + B =
66 + 58 + 98 = 222 (100%)
R 66 of 222 ~ 29.73%
G 58 of 222 ~ 26.13%
B 98 of 222 ~ 44.14%

%29.73
%26.13
%44.14

CMYK color model

#423A62 color CMYK value is (33,41,0,62).

  • cyan value is 32.65%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(33,41,0,62)
C33M41Y0K62 
(33%,41%,0%,62%)
(0.33/0.41/0.00/0.62)	

CMYK percentages

%32.65
%40.82
%0
%61.57

Codes

Color #423A62 in popluar color models

423A62
RGB665898
HSL252°25.64%30.59%
HSB/HSV252°40.82%38.43%
CMYK32.65%40.82%0.00%
61.57%

Color #423A62 in popluar number systems.

HEX423A62
Decimal665898
Binary10000101110101100010
Octal10272142

Shades and tints

Shades of #423A62

#423A62
(66,58,98)
#3C355A
(60,53,90)
#363052
(54,48,82)
#302B4A
(48,43,74)
#2A2642
(42,38,66)
#24213A
(36,33,58)
#1E1C32
(30,28,50)
#18172A
(24,23,42)
#121222
(18,18,34)
#0C0D1A
(12,13,26)
#060812
(6,8,18)
#000000
(0,0,0)

Tints of #423A62

#423A62
(66,58,98)
#534B70
(83,75,112)
#645C7E
(100,92,126)
#756D8C
(117,109,140)
#867E9A
(134,126,154)
#978FA8
(151,143,168)
#A8A0B6
(168,160,182)
#B9B1C4
(185,177,196)
#CAC2D2
(202,194,210)
#DBD3E0
(219,211,224)
#ECE4EE
(236,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423A62; }

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

This text font color is #423A62.


Background Color

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

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

This div background color is #423A62.


Border color

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

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

This div border color is #423A62.


Opacity

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

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

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

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

This text has shadow with #423A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423A62 on black background.


Color preview on white background

This text has color #423A62 on white background.



Black color preview on #423A62 background

This text has black color on #423A62 background.


White color preview on #423A62 background

This text has white color on #423A62 background.