COLOR #42696E

HEX: #42696E
RGB: (66,105,110)

Color info

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

RGB color model

#42696E color RGB value is (66,105,110).

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

RGB channels and saturation

R 66 of 255 = 26%
G 105 of 255 = 41%
B 110 of 255 = 43%

66
105
110

R + G + B ~ 37%. #42696E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 105 + 110 = 281 (100%)
R 66 of 281 ~ 23.49%
G 105 of 281 ~ 37.37%
B 110 of 281 ~ 39.15%

%23.49
%37.37
%39.15

CMYK color model

#42696E color CMYK value is (40,5,0,57).

  • cyan value is 40.00%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(40,5,0,57)
C40M5Y0K57 
(40%,5%,0%,57%)
(0.40/0.05/0.00/0.57)	

CMYK percentages

%40
%4.55
%0
%56.86

Codes

Color #42696E in popluar color models

42696E
RGB66105110
HSL187°25.00%34.51%
HSB/HSV187°40.00%43.14%
CMYK40.00%4.55%0.00%
56.86%

Color #42696E in popluar number systems.

HEX42696E
Decimal66105110
Binary100001011010011101110
Octal102151156

Shades and tints

Shades of #42696E

#42696E
(66,105,110)
#3C6064
(60,96,100)
#36575A
(54,87,90)
#304E50
(48,78,80)
#2A4546
(42,69,70)
#243C3C
(36,60,60)
#1E3332
(30,51,50)
#182A28
(24,42,40)
#12211E
(18,33,30)
#0C1814
(12,24,20)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #42696E

#42696E
(66,105,110)
#53767B
(83,118,123)
#648388
(100,131,136)
#759095
(117,144,149)
#869DA2
(134,157,162)
#97AAAF
(151,170,175)
#A8B7BC
(168,183,188)
#B9C4C9
(185,196,201)
#CAD1D6
(202,209,214)
#DBDEE3
(219,222,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42696E; }

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

This text font color is #42696E.


Background Color

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

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

This div background color is #42696E.


Border color

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

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

This div border color is #42696E.


Opacity

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

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

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

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

This text has shadow with #42696E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42696E on black background.


Color preview on white background

This text has color #42696E on white background.



Black color preview on #42696E background

This text has black color on #42696E background.


White color preview on #42696E background

This text has white color on #42696E background.