COLOR #424B58

HEX: #424B58 RGB: (66,75,88)

Color info

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

RGB color model

#424B58 color RGB value is (66,75,88).

RGB: (66,75,88) (26%, 29%, 35%)

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 88 of 255 = 35%

66
75
88

R + G + B ~ 30%. #424B58 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 75 + 88 = 229 (100%)
R 66 of 229 ~ 28.82%
G 75 of 229 ~ 32.75%
B 88 of 229 ~ 38.43'%

%28.82
%32.75
%38.43

CMYK color model

#424B58 color CMYK value is (25,15,0,65).

  • cyan value is 25.00%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (25,15,0,65)
C25M15Y0K65 (25%, 15%, 0%, 65%)
(0.25 / 0.15 / 0.00 / 0.65)

CMYK percentages

%25
%14.77
%0
%65.49

Codes

Color #424B58 in popluar color models

42 4B 58
RGB 66 75 88
HSL 215° 14.29% 30.20%
HSB/HSV 215° 25.00% 34.51%
CMYK 25.00% 14.77% 0.00%
65.49%

Color #424B58 in popluar number systems.

HEX 42 4B 58
Decimal 66 75 88
Binary 1000010 1001011 1011000
Octal 102 113 130

Shades and tints

Shades of #424B58

#424B58
(66,75,88)
#3C4550
(60,69,80)
#363F48
(54,63,72)
#303940
(48,57,64)
#2A3338
(42,51,56)
#242D30
(36,45,48)
#1E2728
(30,39,40)
#182120
(24,33,32)
#121B18
(18,27,24)
#0C1510
(12,21,16)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #424B58

#424B58
(66,75,88)
#535B67
(83,91,103)
#646B76
(100,107,118)
#757B85
(117,123,133)
#868B94
(134,139,148)
#979BA3
(151,155,163)
#A8ABB2
(168,171,178)
#B9BBC1
(185,187,193)
#CACBD0
(202,203,208)
#DBDBDF
(219,219,223)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424B58 color. Also use rgb(66,75,88) instead hex code.

Text Font Color

.myTextColor { color: #424B58; }

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

This text font color is #424B58.

Background Color

.myBgColor { background-color: #424B58; }

<div style="background-color:#424B58">Inner text</div>

This div background color is #424B58.

Border color

.myBorderColor { border: 1px solid #424B58; }

<div style="border:3px solid #424B58">Div</div>

This div border color is #424B58.

Opacity

.myOpacity80 { color: #424B58; opacity: 0.8; }

<p style="color:#424B58;opacity:0.8;">80%</p>

Text with #424B58 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 #424B58;}

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

This text has shadow with #424B58 color.


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

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

This text has shadow with #424B58 primary color and red secondary color.


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

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

This text has shadow with #424B58 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #424B58.

Preview

Color preview on black background

This text has color #424B58 on black background.


Color preview on white background

This text has color #424B58 on white background.


Black color preview on #424B58 background

This text has black color on #424B58 background.


White color preview on #424B58 background

This text has white color on #424B58 background.


Related colors

Complementary color

Complementary color for #hex is #BDB4A7.


I love getcolorcode.com

Triadic colors

1 #58424B and #4B5842 with #424B58 are triadic colors.

2 #584B42 and #4B4258 with #424B58 are triadic colors.