COLOR #42666E

HEX: #42666E
RGB: (66,102,110)

Color info

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

RGB color model

#42666E color RGB value is (66,102,110).

  • red value is 66;
  • green value is 102;
  • blue value is 110.
RGB:
(66,102,110)
(26%,40%,43%)

RGB channels and saturation

R 66 of 255 = 26%
G 102 of 255 = 40%
B 110 of 255 = 43%

66
102
110

R + G + B ~ 36%. #42666E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 102 + 110 = 278 (100%)
R 66 of 278 ~ 23.74%
G 102 of 278 ~ 36.69%
B 110 of 278 ~ 39.57%

%23.74
%36.69
%39.57

CMYK color model

#42666E color CMYK value is (40,7,0,57).

  • cyan value is 40.00%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(40,7,0,57)
C40M7Y0K57 
(40%,7%,0%,57%)
(0.40/0.07/0.00/0.57)	

CMYK percentages

%40
%7.27
%0
%56.86

Codes

Color #42666E in popluar color models

42666E
RGB66102110
HSL191°25.00%34.51%
HSB/HSV191°40.00%43.14%
CMYK40.00%7.27%0.00%
56.86%

Color #42666E in popluar number systems.

HEX42666E
Decimal66102110
Binary100001011001101101110
Octal102146156

Shades and tints

Shades of #42666E

#42666E
(66,102,110)
#3C5D64
(60,93,100)
#36545A
(54,84,90)
#304B50
(48,75,80)
#2A4246
(42,66,70)
#24393C
(36,57,60)
#1E3032
(30,48,50)
#182728
(24,39,40)
#121E1E
(18,30,30)
#0C1514
(12,21,20)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #42666E

#42666E
(66,102,110)
#53737B
(83,115,123)
#648088
(100,128,136)
#758D95
(117,141,149)
#869AA2
(134,154,162)
#97A7AF
(151,167,175)
#A8B4BC
(168,180,188)
#B9C1C9
(185,193,201)
#CACED6
(202,206,214)
#DBDBE3
(219,219,227)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42666E color. Also use rgb(66,102,110) instead hex code.

Text Font Color

.myTextColor { color: #42666E; }

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

This text font color is #42666E.


Background Color

.myBgColor { background-color: #42666E; }

<div style="background-color:#42666E">Inner text</div>

This div background color is #42666E.


Border color

.myBorderColor { border: 1px solid #42666E; }

<div style="border:3px solid #42666E">Div</div>

This div border color is #42666E.


Opacity

.myOpacity80 { color: #42666E; opacity: 0.8; }

<p style="color:#42666E;opacity:0.8;">80%</p>

Text with #42666E 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 #42666E;}

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

This text has shadow with #42666E color.

.textShadow {text-shadow: 3px 3px 1px #42666E, 3px 3px 1px red;}

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

This text has shadow with #42666E primary color and red secondary color.


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

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

This text has shadow with #42666E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42666E on black background.


Color preview on white background

This text has color #42666E on white background.



Black color preview on #42666E background

This text has black color on #42666E background.


White color preview on #42666E background

This text has white color on #42666E background.