COLOR #42436D

HEX: #42436D
RGB: (66,67,109)

Color info

#42436D contains red, green and blue colors in about the same proportion. Web safe color of #42436D is #333366 (or #336).

RGB color model

#42436D color RGB value is (66,67,109).

  • red value is 66;
  • green value is 67;
  • blue value is 109.
RGB:
(66,67,109)
(26%,26%,43%)

RGB channels and saturation

R 66 of 255 = 26%
G 67 of 255 = 26%
B 109 of 255 = 43%

66
67
109

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

Portions of RGB colors in percentages

R + G + B =
66 + 67 + 109 = 242 (100%)
R 66 of 242 ~ 27.27%
G 67 of 242 ~ 27.69%
B 109 of 242 ~ 45.04%

%27.27
%27.69
%45.04

CMYK color model

#42436D color CMYK value is (39,39,0,57).

  • cyan value is 39.45%
  • magenta value is 38.53%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(39,39,0,57)
C39M39Y0K57 
(39%,39%,0%,57%)
(0.39/0.39/0.00/0.57)	

CMYK percentages

%39.45
%38.53
%0
%57.25

Codes

Color #42436D in popluar color models

42436D
RGB6667109
HSL239°24.57%34.31%
HSB/HSV239°39.45%42.75%
CMYK39.45%38.53%0.00%
57.25%

Color #42436D in popluar number systems.

HEX42436D
Decimal6667109
Binary100001010000111101101
Octal102103155

Shades and tints

Shades of #42436D

#42436D
(66,67,109)
#3C3D64
(60,61,100)
#36375B
(54,55,91)
#303152
(48,49,82)
#2A2B49
(42,43,73)
#242540
(36,37,64)
#1E1F37
(30,31,55)
#18192E
(24,25,46)
#121325
(18,19,37)
#0C0D1C
(12,13,28)
#060713
(6,7,19)
#000000
(0,0,0)

Tints of #42436D

#42436D
(66,67,109)
#53547A
(83,84,122)
#646587
(100,101,135)
#757694
(117,118,148)
#8687A1
(134,135,161)
#9798AE
(151,152,174)
#A8A9BB
(168,169,187)
#B9BAC8
(185,186,200)
#CACBD5
(202,203,213)
#DBDCE2
(219,220,226)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42436D color. Also use rgb(66,67,109) instead hex code.

Text Font Color

.myTextColor { color: #42436D; }

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

This text font color is #42436D.


Background Color

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

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

This div background color is #42436D.


Border color

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

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

This div border color is #42436D.


Opacity

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

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

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

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

This text has shadow with #42436D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42436D on black background.


Color preview on white background

This text has color #42436D on white background.



Black color preview on #42436D background

This text has black color on #42436D background.


White color preview on #42436D background

This text has white color on #42436D background.