COLOR #42687B

HEX: #42687B RGB: (66,104,123)

Color info

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

RGB color model

#42687B color RGB value is (66,104,123).

RGB: (66,104,123) (26%, 41%, 48%)

RGB channels and saturation

R 66 of 255 = 26%
G 104 of 255 = 41%
B 123 of 255 = 48%

66
104
123

R + G + B ~ 38%. #42687B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 104 + 123 = 293 (100%)
R 66 of 293 ~ 22.53%
G 104 of 293 ~ 35.49%
B 123 of 293 ~ 41.98'%

%22.53
%35.49
%41.98

CMYK color model

#42687B color CMYK value is (46,15,0,52).

  • cyan value is 46.34%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (46,15,0,52)
C46M15Y0K52 (46%, 15%, 0%, 52%)
(0.46 / 0.15 / 0.00 / 0.52)

CMYK percentages

%46.34
%15.45
%0
%51.76

Codes

Color #42687B in popluar color models

42 68 7B
RGB 66 104 123
HSL 200° 30.16% 37.06%
HSB/HSV 200° 46.34% 48.24%
CMYK 46.34% 15.45% 0.00%
51.76%

Color #42687B in popluar number systems.

HEX 42 68 7B
Decimal 66 104 123
Binary 1000010 1101000 1111011
Octal 102 150 173

Shades and tints

Shades of #42687B

#42687B
(66,104,123)
#3C5F70
(60,95,112)
#365665
(54,86,101)
#304D5A
(48,77,90)
#2A444F
(42,68,79)
#243B44
(36,59,68)
#1E3239
(30,50,57)
#18292E
(24,41,46)
#122023
(18,32,35)
#0C1718
(12,23,24)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #42687B

#42687B
(66,104,123)
#537587
(83,117,135)
#648293
(100,130,147)
#758F9F
(117,143,159)
#869CAB
(134,156,171)
#97A9B7
(151,169,183)
#A8B6C3
(168,182,195)
#B9C3CF
(185,195,207)
#CAD0DB
(202,208,219)
#DBDDE7
(219,221,231)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42687B color. Also use rgb(66,104,123) instead hex code.

Text Font Color

.myTextColor { color: #42687B; }

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

This text font color is #42687B.

Background Color

.myBgColor { background-color: #42687B; }

<div style="background-color:#42687B">Inner text</div>

This div background color is #42687B.

Border color

.myBorderColor { border: 1px solid #42687B; }

<div style="border:3px solid #42687B">Div</div>

This div border color is #42687B.

Opacity

.myOpacity80 { color: #42687B; opacity: 0.8; }

<p style="color:#42687B;opacity:0.8;">80%</p>

Text with #42687B 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 #42687B;}

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

This text has shadow with #42687B color.


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

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

This text has shadow with #42687B primary color and red secondary color.


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

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

This text has shadow with #42687B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #42687B.

Preview

Color preview on black background

This text has color #42687B on black background.


Color preview on white background

This text has color #42687B on white background.


Black color preview on #42687B background

This text has black color on #42687B background.


White color preview on #42687B background

This text has white color on #42687B background.


Related colors

Complementary color

Complementary color for #hex is #BD9784.


I love getcolorcode.com

Triadic colors

1 #7B4268 and #687B42 with #42687B are triadic colors.

2 #7B6842 and #68427B with #42687B are triadic colors.