COLOR #42626A

HEX: #42626A
RGB: (66,98,106)

Color info

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

RGB color model

#42626A color RGB value is (66,98,106).

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

RGB channels and saturation

R 66 of 255 = 26%
G 98 of 255 = 38%
B 106 of 255 = 42%

66
98
106

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

Portions of RGB colors in percentages

R + G + B =
66 + 98 + 106 = 270 (100%)
R 66 of 270 ~ 24.44%
G 98 of 270 ~ 36.3%
B 106 of 270 ~ 39.26%

%24.44
%36.3
%39.26

CMYK color model

#42626A color CMYK value is (38,8,0,58).

  • cyan value is 37.74%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(38,8,0,58)
C38M8Y0K58 
(38%,8%,0%,58%)
(0.38/0.08/0.00/0.58)	

CMYK percentages

%37.74
%7.55
%0
%58.43

Codes

Color #42626A in popluar color models

42626A
RGB6698106
HSL192°23.26%33.73%
HSB/HSV192°37.74%41.57%
CMYK37.74%7.55%0.00%
58.43%

Color #42626A in popluar number systems.

HEX42626A
Decimal6698106
Binary100001011000101101010
Octal102142152

Shades and tints

Shades of #42626A

#42626A
(66,98,106)
#3C5A61
(60,90,97)
#365258
(54,82,88)
#304A4F
(48,74,79)
#2A4246
(42,66,70)
#243A3D
(36,58,61)
#1E3234
(30,50,52)
#182A2B
(24,42,43)
#122222
(18,34,34)
#0C1A19
(12,26,25)
#061210
(6,18,16)
#000000
(0,0,0)

Tints of #42626A

#42626A
(66,98,106)
#537077
(83,112,119)
#647E84
(100,126,132)
#758C91
(117,140,145)
#869A9E
(134,154,158)
#97A8AB
(151,168,171)
#A8B6B8
(168,182,184)
#B9C4C5
(185,196,197)
#CAD2D2
(202,210,210)
#DBE0DF
(219,224,223)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42626A color. Also use rgb(66,98,106) instead hex code.

Text Font Color

.myTextColor { color: #42626A; }

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

This text font color is #42626A.


Background Color

.myBgColor { background-color: #42626A; }

<div style="background-color:#42626A">Inner text</div>

This div background color is #42626A.


Border color

.myBorderColor { border: 1px solid #42626A; }

<div style="border:3px solid #42626A">Div</div>

This div border color is #42626A.


Opacity

.myOpacity80 { color: #42626A; opacity: 0.8; }

<p style="color:#42626A;opacity:0.8;">80%</p>

Text with #42626A 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 #42626A;}

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

This text has shadow with #42626A color.

.textShadow {text-shadow: 3px 3px 1px #42626A, 3px 3px 1px red;}

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

This text has shadow with #42626A primary color and red secondary color.


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

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

This text has shadow with #42626A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42626A on black background.


Color preview on white background

This text has color #42626A on white background.



Black color preview on #42626A background

This text has black color on #42626A background.


White color preview on #42626A background

This text has white color on #42626A background.