COLOR #42606B

HEX: #42606B
RGB: (66,96,107)

Color info

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

RGB color model

#42606B color RGB value is (66,96,107).

  • red value is 66;
  • green value is 96;
  • blue value is 107.
RGB:
(66,96,107)
(26%,38%,42%)

RGB channels and saturation

R 66 of 255 = 26%
G 96 of 255 = 38%
B 107 of 255 = 42%

66
96
107

R + G + B ~ 35%. #42606B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 96 + 107 = 269 (100%)
R 66 of 269 ~ 24.54%
G 96 of 269 ~ 35.69%
B 107 of 269 ~ 39.78%

%24.54
%35.69
%39.78

CMYK color model

#42606B color CMYK value is (38,10,0,58).

  • cyan value is 38.32%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(38,10,0,58)
C38M10Y0K58 
(38%,10%,0%,58%)
(0.38/0.10/0.00/0.58)	

CMYK percentages

%38.32
%10.28
%0
%58.04

Codes

Color #42606B in popluar color models

42606B
RGB6696107
HSL196°23.70%33.92%
HSB/HSV196°38.32%41.96%
CMYK38.32%10.28%0.00%
58.04%

Color #42606B in popluar number systems.

HEX42606B
Decimal6696107
Binary100001011000001101011
Octal102140153

Shades and tints

Shades of #42606B

#42606B
(66,96,107)
#3C5862
(60,88,98)
#365059
(54,80,89)
#304850
(48,72,80)
#2A4047
(42,64,71)
#24383E
(36,56,62)
#1E3035
(30,48,53)
#18282C
(24,40,44)
#122023
(18,32,35)
#0C181A
(12,24,26)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #42606B

#42606B
(66,96,107)
#536E78
(83,110,120)
#647C85
(100,124,133)
#758A92
(117,138,146)
#86989F
(134,152,159)
#97A6AC
(151,166,172)
#A8B4B9
(168,180,185)
#B9C2C6
(185,194,198)
#CAD0D3
(202,208,211)
#DBDEE0
(219,222,224)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42606B color. Also use rgb(66,96,107) instead hex code.

Text Font Color

.myTextColor { color: #42606B; }

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

This text font color is #42606B.


Background Color

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

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

This div background color is #42606B.


Border color

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

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

This div border color is #42606B.


Opacity

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

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

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

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

This text has shadow with #42606B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42606B on black background.


Color preview on white background

This text has color #42606B on white background.



Black color preview on #42606B background

This text has black color on #42606B background.


White color preview on #42606B background

This text has white color on #42606B background.