COLOR #42595D

HEX: #42595D
RGB: (66,89,93)

Color info

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

RGB color model

#42595D color RGB value is (66,89,93).

  • red value is 66;
  • green value is 89;
  • blue value is 93.
RGB:
(66,89,93)
(26%,35%,36%)

RGB channels and saturation

R 66 of 255 = 26%
G 89 of 255 = 35%
B 93 of 255 = 36%

66
89
93

R + G + B ~ 32%. #42595D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 89 + 93 = 248 (100%)
R 66 of 248 ~ 26.61%
G 89 of 248 ~ 35.89%
B 93 of 248 ~ 37.5%

%26.61
%35.89
%37.5

CMYK color model

#42595D color CMYK value is (29,4,0,64).

  • cyan value is 29.03%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(29,4,0,64)
C29M4Y0K64 
(29%,4%,0%,64%)
(0.29/0.04/0.00/0.64)	

CMYK percentages

%29.03
%4.3
%0
%63.53

Codes

Color #42595D in popluar color models

42595D
RGB668993
HSL189°16.98%31.18%
HSB/HSV189°29.03%36.47%
CMYK29.03%4.30%0.00%
63.53%

Color #42595D in popluar number systems.

HEX42595D
Decimal668993
Binary100001010110011011101
Octal102131135

Shades and tints

Shades of #42595D

#42595D
(66,89,93)
#3C5155
(60,81,85)
#36494D
(54,73,77)
#304145
(48,65,69)
#2A393D
(42,57,61)
#243135
(36,49,53)
#1E292D
(30,41,45)
#182125
(24,33,37)
#12191D
(18,25,29)
#0C1115
(12,17,21)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #42595D

#42595D
(66,89,93)
#53686B
(83,104,107)
#647779
(100,119,121)
#758687
(117,134,135)
#869595
(134,149,149)
#97A4A3
(151,164,163)
#A8B3B1
(168,179,177)
#B9C2BF
(185,194,191)
#CAD1CD
(202,209,205)
#DBE0DB
(219,224,219)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42595D color. Also use rgb(66,89,93) instead hex code.

Text Font Color

.myTextColor { color: #42595D; }

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

This text font color is #42595D.


Background Color

.myBgColor { background-color: #42595D; }

<div style="background-color:#42595D">Inner text</div>

This div background color is #42595D.


Border color

.myBorderColor { border: 1px solid #42595D; }

<div style="border:3px solid #42595D">Div</div>

This div border color is #42595D.


Opacity

.myOpacity80 { color: #42595D; opacity: 0.8; }

<p style="color:#42595D;opacity:0.8;">80%</p>

Text with #42595D 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 #42595D;}

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

This text has shadow with #42595D color.

.textShadow {text-shadow: 3px 3px 1px #42595D, 3px 3px 1px red;}

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

This text has shadow with #42595D primary color and red secondary color.


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

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

This text has shadow with #42595D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42595D on black background.


Color preview on white background

This text has color #42595D on white background.



Black color preview on #42595D background

This text has black color on #42595D background.


White color preview on #42595D background

This text has white color on #42595D background.