COLOR #42696F

HEX: #42696F RGB: (66,105,111)

Color info

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

RGB color model

#42696F color RGB value is (66,105,111).

RGB: (66,105,111) (26%, 41%, 44%)

RGB channels and saturation

R 66 of 255 = 26%
G 105 of 255 = 41%
B 111 of 255 = 44%

66
105
111

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

Portions of RGB colors in percentages

R + G + B = 66 + 105 + 111 = 282 (100%)
R 66 of 282 ~ 23.4%
G 105 of 282 ~ 37.23%
B 111 of 282 ~ 39.36'%

%23.4
%37.23
%39.36

CMYK color model

#42696F color CMYK value is (41,5,0,56).

  • cyan value is 40.54%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (41,5,0,56) C41M5Y0K56 (41%,5%,0%,56%) (0.41/0.05/0.00/0.56) 

CMYK percentages

%40.54
%5.41
%0
%56.47

Codes

Color #42696F in popluar color models

42 69 6F
RGB 66 105 111
HSL 188° 25.42% 34.71%
HSB/HSV 188° 40.54% 43.53%
CMYK 40.54% 5.41% 0.00%
56.47%

Color #42696F in popluar number systems.

HEX 42 69 6F
Decimal 66 105 111
Binary 1000010 1101001 1101111
Octal 102 151 157

Shades and tints

Shades of #42696F

#42696F
(66,105,111)
#3C6065
(60,96,101)
#36575B
(54,87,91)
#304E51
(48,78,81)
#2A4547
(42,69,71)
#243C3D
(36,60,61)
#1E3333
(30,51,51)
#182A29
(24,42,41)
#12211F
(18,33,31)
#0C1815
(12,24,21)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #42696F

#42696F
(66,105,111)
#53767C
(83,118,124)
#648389
(100,131,137)
#759096
(117,144,150)
#869DA3
(134,157,163)
#97AAB0
(151,170,176)
#A8B7BD
(168,183,189)
#B9C4CA
(185,196,202)
#CAD1D7
(202,209,215)
#DBDEE4
(219,222,228)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42696F; }

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

This text font color is #42696F.

Background Color

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

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

This div background color is #42696F.

Border color

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

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

This div border color is #42696F.

Opacity

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

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

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

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

This text has shadow with #42696F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42696F.

Preview

Color preview on black background

This text has color #42696F on black background.


Color preview on white background

This text has color #42696F on white background.


Black color preview on #42696F background

This text has black color on #42696F background.


White color preview on #42696F background

This text has white color on #42696F background.


Related colors

Complementary color

Complementary color for #hex is #BD9690.


I love getcolorcode.com

Triadic colors

1 #6F4269 and #696F42 with #42696F are triadic colors.

2 #6F6942 and #69426F with #42696F are triadic colors.