COLOR #423F6B

HEX: #423F6B RGB: (66,63,107)

Color info

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

RGB color model

#423F6B color RGB value is (66,63,107).

RGB: (66,63,107) (26%, 25%, 42%)

RGB channels and saturation

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

66
63
107

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

Portions of RGB colors in percentages

R + G + B = 66 + 63 + 107 = 236 (100%)
R 66 of 236 ~ 27.97%
G 63 of 236 ~ 26.69%
B 107 of 236 ~ 45.34'%

%27.97
%26.69
%45.34

CMYK color model

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

  • cyan value is 38.32%
  • magenta value is 41.12%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (38,41,0,58)
C38M41Y0K58 (38%, 41%, 0%, 58%)
(0.38 / 0.41 / 0.00 / 0.58)

CMYK percentages

%38.32
%41.12
%0
%58.04

Codes

Color #423F6B in popluar color models

42 3F 6B
RGB 66 63 107
HSL 244° 25.88% 33.33%
HSB/HSV 244° 41.12% 41.96%
CMYK 38.32% 41.12% 0.00%
58.04%

Color #423F6B in popluar number systems.

HEX 42 3F 6B
Decimal 66 63 107
Binary 1000010 111111 1101011
Octal 102 77 153

Shades and tints

Shades of #423F6B

#423F6B
(66,63,107)
#3C3A62
(60,58,98)
#363559
(54,53,89)
#303050
(48,48,80)
#2A2B47
(42,43,71)
#24263E
(36,38,62)
#1E2135
(30,33,53)
#181C2C
(24,28,44)
#121723
(18,23,35)
#0C121A
(12,18,26)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #423F6B

#423F6B
(66,63,107)
#535078
(83,80,120)
#646185
(100,97,133)
#757292
(117,114,146)
#86839F
(134,131,159)
#9794AC
(151,148,172)
#A8A5B9
(168,165,185)
#B9B6C6
(185,182,198)
#CAC7D3
(202,199,211)
#DBD8E0
(219,216,224)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423F6B; }

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

This text font color is #423F6B.

Background Color

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

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

This div background color is #423F6B.

Border color

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

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

This div border color is #423F6B.

Opacity

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

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

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

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

This text has shadow with #423F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #423F6B.

Preview

Color preview on black background

This text has color #423F6B on black background.


Color preview on white background

This text has color #423F6B on white background.


Black color preview on #423F6B background

This text has black color on #423F6B background.


White color preview on #423F6B background

This text has white color on #423F6B background.


Related colors

Complementary color

Complementary color for #hex is #BDC094.


I love getcolorcode.com

Triadic colors

1 #6B423F and #3F6B42 with #423F6B are triadic colors.

2 #6B3F42 and #3F426B with #423F6B are triadic colors.