COLOR #42695B

HEX: #42695B
RGB: (66,105,91)

Color info

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

RGB color model

#42695B color RGB value is (66,105,91).

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

RGB channels and saturation

R 66 of 255 = 26%
G 105 of 255 = 41%
B 91 of 255 = 36%

66
105
91

R + G + B ~ 34%. #42695B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 105 + 91 = 262 (100%)
R 66 of 262 ~ 25.19%
G 105 of 262 ~ 40.08%
B 91 of 262 ~ 34.73%

%25.19
%40.08
%34.73

CMYK color model

#42695B color CMYK value is (37,0,13,59).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 58.82%
CMYK:
(37,0,13,59)
C37M0Y13K59 
(37%,0%,13%,59%)
(0.37/0.00/0.13/0.59)	

CMYK percentages

%37.14
%0
%13.33
%58.82

Codes

Color #42695B in popluar color models

42695B
RGB6610591
HSL158°22.81%33.53%
HSB/HSV158°37.14%41.18%
CMYK37.14%0.00%13.33%
58.82%

Color #42695B in popluar number systems.

HEX42695B
Decimal6610591
Binary100001011010011011011
Octal102151133

Shades and tints

Shades of #42695B

#42695B
(66,105,91)
#3C6053
(60,96,83)
#36574B
(54,87,75)
#304E43
(48,78,67)
#2A453B
(42,69,59)
#243C33
(36,60,51)
#1E332B
(30,51,43)
#182A23
(24,42,35)
#12211B
(18,33,27)
#0C1813
(12,24,19)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #42695B

#42695B
(66,105,91)
#537669
(83,118,105)
#648377
(100,131,119)
#759085
(117,144,133)
#869D93
(134,157,147)
#97AAA1
(151,170,161)
#A8B7AF
(168,183,175)
#B9C4BD
(185,196,189)
#CAD1CB
(202,209,203)
#DBDED9
(219,222,217)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42695B color. Also use rgb(66,105,91) instead hex code.

Text Font Color

.myTextColor { color: #42695B; }

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

This text font color is #42695B.


Background Color

.myBgColor { background-color: #42695B; }

<div style="background-color:#42695B">Inner text</div>

This div background color is #42695B.


Border color

.myBorderColor { border: 1px solid #42695B; }

<div style="border:3px solid #42695B">Div</div>

This div border color is #42695B.


Opacity

.myOpacity80 { color: #42695B; opacity: 0.8; }

<p style="color:#42695B;opacity:0.8;">80%</p>

Text with #42695B 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 #42695B;}

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

This text has shadow with #42695B color.

.textShadow {text-shadow: 3px 3px 1px #42695B, 3px 3px 1px red;}

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

This text has shadow with #42695B primary color and red secondary color.


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

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

This text has shadow with #42695B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42695B on black background.


Color preview on white background

This text has color #42695B on white background.



Black color preview on #42695B background

This text has black color on #42695B background.


White color preview on #42695B background

This text has white color on #42695B background.