COLOR #423F6C

HEX: #423F6C
RGB: (66,63,108)

Color info

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

RGB color model

#423F6C color RGB value is (66,63,108).

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

RGB channels and saturation

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

66
63
108

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

Portions of RGB colors in percentages

R + G + B =
66 + 63 + 108 = 237 (100%)
R 66 of 237 ~ 27.85%
G 63 of 237 ~ 26.58%
B 108 of 237 ~ 45.57%

%27.85
%26.58
%45.57

CMYK color model

#423F6C color CMYK value is (39,42,0,58).

  • cyan value is 38.89%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(39,42,0,58)
C39M42Y0K58 
(39%,42%,0%,58%)
(0.39/0.42/0.00/0.58)	

CMYK percentages

%38.89
%41.67
%0
%57.65

Codes

Color #423F6C in popluar color models

423F6C
RGB6663108
HSL244°26.32%33.53%
HSB/HSV244°41.67%42.35%
CMYK38.89%41.67%0.00%
57.65%

Color #423F6C in popluar number systems.

HEX423F6C
Decimal6663108
Binary10000101111111101100
Octal10277154

Shades and tints

Shades of #423F6C

#423F6C
(66,63,108)
#3C3A63
(60,58,99)
#36355A
(54,53,90)
#303051
(48,48,81)
#2A2B48
(42,43,72)
#24263F
(36,38,63)
#1E2136
(30,33,54)
#181C2D
(24,28,45)
#121724
(18,23,36)
#0C121B
(12,18,27)
#060D12
(6,13,18)
#000000
(0,0,0)

Tints of #423F6C

#423F6C
(66,63,108)
#535079
(83,80,121)
#646186
(100,97,134)
#757293
(117,114,147)
#8683A0
(134,131,160)
#9794AD
(151,148,173)
#A8A5BA
(168,165,186)
#B9B6C7
(185,182,199)
#CAC7D4
(202,199,212)
#DBD8E1
(219,216,225)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423F6C; }

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

This text font color is #423F6C.


Background Color

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

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

This div background color is #423F6C.


Border color

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

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

This div border color is #423F6C.


Opacity

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

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

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

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

This text has shadow with #423F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423F6C on black background.


Color preview on white background

This text has color #423F6C on white background.



Black color preview on #423F6C background

This text has black color on #423F6C background.


White color preview on #423F6C background

This text has white color on #423F6C background.