COLOR #423F6A

HEX: #423F6A
RGB: (66,63,106)

Color info

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

RGB color model

#423F6A color RGB value is (66,63,106).

  • red value is 66;
  • green value is 63;
  • blue value is 106.
RGB:
(66,63,106)
(26%,25%,42%)

RGB channels and saturation

R 66 of 255 = 26%
G 63 of 255 = 25%
B 106 of 255 = 42%

66
63
106

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

Portions of RGB colors in percentages

R + G + B =
66 + 63 + 106 = 235 (100%)
R 66 of 235 ~ 28.09%
G 63 of 235 ~ 26.81%
B 106 of 235 ~ 45.11%

%28.09
%26.81
%45.11

CMYK color model

#423F6A color CMYK value is (38,41,0,58).

  • cyan value is 37.74%
  • magenta value is 40.57%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(38,41,0,58)
C38M41Y0K58 
(38%,41%,0%,58%)
(0.38/0.41/0.00/0.58)	

CMYK percentages

%37.74
%40.57
%0
%58.43

Codes

Color #423F6A in popluar color models

423F6A
RGB6663106
HSL244°25.44%33.14%
HSB/HSV244°40.57%41.57%
CMYK37.74%40.57%0.00%
58.43%

Color #423F6A in popluar number systems.

HEX423F6A
Decimal6663106
Binary10000101111111101010
Octal10277152

Shades and tints

Shades of #423F6A

#423F6A
(66,63,106)
#3C3A61
(60,58,97)
#363558
(54,53,88)
#30304F
(48,48,79)
#2A2B46
(42,43,70)
#24263D
(36,38,61)
#1E2134
(30,33,52)
#181C2B
(24,28,43)
#121722
(18,23,34)
#0C1219
(12,18,25)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #423F6A

#423F6A
(66,63,106)
#535077
(83,80,119)
#646184
(100,97,132)
#757291
(117,114,145)
#86839E
(134,131,158)
#9794AB
(151,148,171)
#A8A5B8
(168,165,184)
#B9B6C5
(185,182,197)
#CAC7D2
(202,199,210)
#DBD8DF
(219,216,223)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423F6A color. Also use rgb(66,63,106) instead hex code.

Text Font Color

.myTextColor { color: #423F6A; }

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

This text font color is #423F6A.


Background Color

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

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

This div background color is #423F6A.


Border color

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

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

This div border color is #423F6A.


Opacity

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

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

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

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

This text has shadow with #423F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423F6A on black background.


Color preview on white background

This text has color #423F6A on white background.



Black color preview on #423F6A background

This text has black color on #423F6A background.


White color preview on #423F6A background

This text has white color on #423F6A background.