COLOR #42635E

HEX: #42635E
RGB: (66,99,94)

Color info

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

RGB color model

#42635E color RGB value is (66,99,94).

  • red value is 66;
  • green value is 99;
  • blue value is 94.
RGB:
(66,99,94)
(26%,39%,37%)

RGB channels and saturation

R 66 of 255 = 26%
G 99 of 255 = 39%
B 94 of 255 = 37%

66
99
94

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

Portions of RGB colors in percentages

R + G + B =
66 + 99 + 94 = 259 (100%)
R 66 of 259 ~ 25.48%
G 99 of 259 ~ 38.22%
B 94 of 259 ~ 36.29%

%25.48
%38.22
%36.29

CMYK color model

#42635E color CMYK value is (33,0,5,61).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 61.18%
CMYK:
(33,0,5,61)
C33M0Y5K61 
(33%,0%,5%,61%)
(0.33/0.00/0.05/0.61)	

CMYK percentages

%33.33
%0
%5.05
%61.18

Codes

Color #42635E in popluar color models

42635E
RGB669994
HSL171°20.00%32.35%
HSB/HSV171°33.33%38.82%
CMYK33.33%0.00%5.05%
61.18%

Color #42635E in popluar number systems.

HEX42635E
Decimal669994
Binary100001011000111011110
Octal102143136

Shades and tints

Shades of #42635E

#42635E
(66,99,94)
#3C5A56
(60,90,86)
#36514E
(54,81,78)
#304846
(48,72,70)
#2A3F3E
(42,63,62)
#243636
(36,54,54)
#1E2D2E
(30,45,46)
#182426
(24,36,38)
#121B1E
(18,27,30)
#0C1216
(12,18,22)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #42635E

#42635E
(66,99,94)
#53716C
(83,113,108)
#647F7A
(100,127,122)
#758D88
(117,141,136)
#869B96
(134,155,150)
#97A9A4
(151,169,164)
#A8B7B2
(168,183,178)
#B9C5C0
(185,197,192)
#CAD3CE
(202,211,206)
#DBE1DC
(219,225,220)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42635E color. Also use rgb(66,99,94) instead hex code.

Text Font Color

.myTextColor { color: #42635E; }

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

This text font color is #42635E.


Background Color

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

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

This div background color is #42635E.


Border color

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

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

This div border color is #42635E.


Opacity

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

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

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

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

This text has shadow with #42635E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42635E on black background.


Color preview on white background

This text has color #42635E on white background.



Black color preview on #42635E background

This text has black color on #42635E background.


White color preview on #42635E background

This text has white color on #42635E background.