COLOR #42696A

HEX: #42696A
RGB: (66,105,106)

Color info

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

RGB color model

#42696A color RGB value is (66,105,106).

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

RGB channels and saturation

R 66 of 255 = 26%
G 105 of 255 = 41%
B 106 of 255 = 42%

66
105
106

R + G + B ~ 36%. #42696A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 105 + 106 = 277 (100%)
R 66 of 277 ~ 23.83%
G 105 of 277 ~ 37.91%
B 106 of 277 ~ 38.27%

%23.83
%37.91
%38.27

CMYK color model

#42696A color CMYK value is (38,1,0,58).

  • cyan value is 37.74%
  • magenta value is 0.94%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(38,1,0,58)
C38M1Y0K58 
(38%,1%,0%,58%)
(0.38/0.01/0.00/0.58)	

CMYK percentages

%37.74
%0.94
%0
%58.43

Codes

Color #42696A in popluar color models

42696A
RGB66105106
HSL182°23.26%33.73%
HSB/HSV182°37.74%41.57%
CMYK37.74%0.94%0.00%
58.43%

Color #42696A in popluar number systems.

HEX42696A
Decimal66105106
Binary100001011010011101010
Octal102151152

Shades and tints

Shades of #42696A

#42696A
(66,105,106)
#3C6061
(60,96,97)
#365758
(54,87,88)
#304E4F
(48,78,79)
#2A4546
(42,69,70)
#243C3D
(36,60,61)
#1E3334
(30,51,52)
#182A2B
(24,42,43)
#122122
(18,33,34)
#0C1819
(12,24,25)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #42696A

#42696A
(66,105,106)
#537677
(83,118,119)
#648384
(100,131,132)
#759091
(117,144,145)
#869D9E
(134,157,158)
#97AAAB
(151,170,171)
#A8B7B8
(168,183,184)
#B9C4C5
(185,196,197)
#CAD1D2
(202,209,210)
#DBDEDF
(219,222,223)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42696A; }

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

This text font color is #42696A.


Background Color

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

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

This div background color is #42696A.


Border color

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

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

This div border color is #42696A.


Opacity

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

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

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

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

This text has shadow with #42696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42696A on black background.


Color preview on white background

This text has color #42696A on white background.



Black color preview on #42696A background

This text has black color on #42696A background.


White color preview on #42696A background

This text has white color on #42696A background.