COLOR #423E5B

HEX: #423E5B RGB: (66,62,91)

Color info

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

RGB color model

#423E5B color RGB value is (66,62,91).

RGB: (66,62,91) (26%, 24%, 36%)

RGB channels and saturation

R 66 of 255 = 26%
G 62 of 255 = 24%
B 91 of 255 = 36%

66
62
91

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

Portions of RGB colors in percentages

R + G + B = 66 + 62 + 91 = 219 (100%)
R 66 of 219 ~ 30.14%
G 62 of 219 ~ 28.31%
B 91 of 219 ~ 41.55'%

%30.14
%28.31
%41.55

CMYK color model

#423E5B color CMYK value is (27,32,0,64).

  • cyan value is 27.47%
  • magenta value is 31.87%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (27,32,0,64)
C27M32Y0K64 (27%, 32%, 0%, 64%)
(0.27 / 0.32 / 0.00 / 0.64)

CMYK percentages

%27.47
%31.87
%0
%64.31

Codes

Color #423E5B in popluar color models

42 3E 5B
RGB 66 62 91
HSL 248° 18.95% 30.00%
HSB/HSV 248° 31.87% 35.69%
CMYK 27.47% 31.87% 0.00%
64.31%

Color #423E5B in popluar number systems.

HEX 42 3E 5B
Decimal 66 62 91
Binary 1000010 111110 1011011
Octal 102 76 133

Shades and tints

Shades of #423E5B

#423E5B
(66,62,91)
#3C3953
(60,57,83)
#36344B
(54,52,75)
#302F43
(48,47,67)
#2A2A3B
(42,42,59)
#242533
(36,37,51)
#1E202B
(30,32,43)
#181B23
(24,27,35)
#12161B
(18,22,27)
#0C1113
(12,17,19)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #423E5B

#423E5B
(66,62,91)
#534F69
(83,79,105)
#646077
(100,96,119)
#757185
(117,113,133)
#868293
(134,130,147)
#9793A1
(151,147,161)
#A8A4AF
(168,164,175)
#B9B5BD
(185,181,189)
#CAC6CB
(202,198,203)
#DBD7D9
(219,215,217)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423E5B color. Also use rgb(66,62,91) instead hex code.

Text Font Color

.myTextColor { color: #423E5B; }

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

This text font color is #423E5B.

Background Color

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

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

This div background color is #423E5B.

Border color

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

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

This div border color is #423E5B.

Opacity

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

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

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

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

This text has shadow with #423E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #423E5B.

Preview

Color preview on black background

This text has color #423E5B on black background.


Color preview on white background

This text has color #423E5B on white background.


Black color preview on #423E5B background

This text has black color on #423E5B background.


White color preview on #423E5B background

This text has white color on #423E5B background.


Related colors

Complementary color

Complementary color for #hex is #BDC1A4.


I love getcolorcode.com

Triadic colors

1 #5B423E and #3E5B42 with #423E5B are triadic colors.

2 #5B3E42 and #3E425B with #423E5B are triadic colors.