COLOR #42567C

HEX: #42567C RGB: (66,86,124)

Color info

#42567C contains red, green and blue colors in about the same proportion. Web safe color of #42567C is #336666 (or #366).

RGB color model

#42567C color RGB value is (66,86,124).

RGB: (66,86,124) (26%, 34%, 49%)

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 124 of 255 = 49%

66
86
124

R + G + B ~ 36%. #42567C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 86 + 124 = 276 (100%)
R 66 of 276 ~ 23.91%
G 86 of 276 ~ 31.16%
B 124 of 276 ~ 44.93'%

%23.91
%31.16
%44.93

CMYK color model

#42567C color CMYK value is (47,31,0,51).

  • cyan value is 46.77%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (47,31,0,51)
C47M31Y0K51 (47%, 31%, 0%, 51%)
(0.47 / 0.31 / 0.00 / 0.51)

CMYK percentages

%46.77
%30.65
%0
%51.37

Codes

Color #42567C in popluar color models

42 56 7C
RGB 66 86 124
HSL 219° 30.53% 37.25%
HSB/HSV 219° 46.77% 48.63%
CMYK 46.77% 30.65% 0.00%
51.37%

Color #42567C in popluar number systems.

HEX 42 56 7C
Decimal 66 86 124
Binary 1000010 1010110 1111100
Octal 102 126 174

Shades and tints

Shades of #42567C

#42567C
(66,86,124)
#3C4F71
(60,79,113)
#364866
(54,72,102)
#30415B
(48,65,91)
#2A3A50
(42,58,80)
#243345
(36,51,69)
#1E2C3A
(30,44,58)
#18252F
(24,37,47)
#121E24
(18,30,36)
#0C1719
(12,23,25)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #42567C

#42567C
(66,86,124)
#536587
(83,101,135)
#647492
(100,116,146)
#75839D
(117,131,157)
#8692A8
(134,146,168)
#97A1B3
(151,161,179)
#A8B0BE
(168,176,190)
#B9BFC9
(185,191,201)
#CACED4
(202,206,212)
#DBDDDF
(219,221,223)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42567C color. Also use rgb(66,86,124) instead hex code.

Text Font Color

.myTextColor { color: #42567C; }

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

This text font color is #42567C.

Background Color

.myBgColor { background-color: #42567C; }

<div style="background-color:#42567C">Inner text</div>

This div background color is #42567C.

Border color

.myBorderColor { border: 1px solid #42567C; }

<div style="border:3px solid #42567C">Div</div>

This div border color is #42567C.

Opacity

.myOpacity80 { color: #42567C; opacity: 0.8; }

<p style="color:#42567C;opacity:0.8;">80%</p>

Text with #42567C 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 #42567C;}

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

This text has shadow with #42567C color.


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

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

This text has shadow with #42567C primary color and red secondary color.


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

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

This text has shadow with #42567C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #42567C.

Preview

Color preview on black background

This text has color #42567C on black background.


Color preview on white background

This text has color #42567C on white background.


Black color preview on #42567C background

This text has black color on #42567C background.


White color preview on #42567C background

This text has white color on #42567C background.


Related colors

Complementary color

Complementary color for #hex is #BDA983.


I love getcolorcode.com

Triadic colors

1 #7C4256 and #567C42 with #42567C are triadic colors.

2 #7C5642 and #56427C with #42567C are triadic colors.