COLOR #42635A

HEX: #42635A
RGB: (66,99,90)

Color info

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

RGB color model

#42635A color RGB value is (66,99,90).

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

RGB channels and saturation

R 66 of 255 = 26%
G 99 of 255 = 39%
B 90 of 255 = 35%

66
99
90

R + G + B ~ 33%. #42635A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 99 + 90 = 255 (100%)
R 66 of 255 ~ 25.88%
G 99 of 255 ~ 38.82%
B 90 of 255 ~ 35.29%

%25.88
%38.82
%35.29

CMYK color model

#42635A color CMYK value is (33,0,9,61).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(33,0,9,61)
C33M0Y9K61 
(33%,0%,9%,61%)
(0.33/0.00/0.09/0.61)	

CMYK percentages

%33.33
%0
%9.09
%61.18

Codes

Color #42635A in popluar color models

42635A
RGB669990
HSL164°20.00%32.35%
HSB/HSV164°33.33%38.82%
CMYK33.33%0.00%9.09%
61.18%

Color #42635A in popluar number systems.

HEX42635A
Decimal669990
Binary100001011000111011010
Octal102143132

Shades and tints

Shades of #42635A

#42635A
(66,99,90)
#3C5A52
(60,90,82)
#36514A
(54,81,74)
#304842
(48,72,66)
#2A3F3A
(42,63,58)
#243632
(36,54,50)
#1E2D2A
(30,45,42)
#182422
(24,36,34)
#121B1A
(18,27,26)
#0C1212
(12,18,18)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #42635A

#42635A
(66,99,90)
#537169
(83,113,105)
#647F78
(100,127,120)
#758D87
(117,141,135)
#869B96
(134,155,150)
#97A9A5
(151,169,165)
#A8B7B4
(168,183,180)
#B9C5C3
(185,197,195)
#CAD3D2
(202,211,210)
#DBE1E1
(219,225,225)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42635A; }

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

This text font color is #42635A.


Background Color

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

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

This div background color is #42635A.


Border color

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

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

This div border color is #42635A.


Opacity

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

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

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

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

This text has shadow with #42635A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42635A on black background.


Color preview on white background

This text has color #42635A on white background.



Black color preview on #42635A background

This text has black color on #42635A background.


White color preview on #42635A background

This text has white color on #42635A background.