COLOR #42435D

HEX: #42435D
RGB: (66,67,93)

Color info

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

RGB color model

#42435D color RGB value is (66,67,93).

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

RGB channels and saturation

R 66 of 255 = 26%
G 67 of 255 = 26%
B 93 of 255 = 36%

66
67
93

R + G + B ~ 29%. #42435D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 67 + 93 = 226 (100%)
R 66 of 226 ~ 29.2%
G 67 of 226 ~ 29.65%
B 93 of 226 ~ 41.15%

%29.2
%29.65
%41.15

CMYK color model

#42435D color CMYK value is (29,28,0,64).

  • cyan value is 29.03%
  • magenta value is 27.96%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(29,28,0,64)
C29M28Y0K64 
(29%,28%,0%,64%)
(0.29/0.28/0.00/0.64)	

CMYK percentages

%29.03
%27.96
%0
%63.53

Codes

Color #42435D in popluar color models

42435D
RGB666793
HSL238°16.98%31.18%
HSB/HSV238°29.03%36.47%
CMYK29.03%27.96%0.00%
63.53%

Color #42435D in popluar number systems.

HEX42435D
Decimal666793
Binary100001010000111011101
Octal102103135

Shades and tints

Shades of #42435D

#42435D
(66,67,93)
#3C3D55
(60,61,85)
#36374D
(54,55,77)
#303145
(48,49,69)
#2A2B3D
(42,43,61)
#242535
(36,37,53)
#1E1F2D
(30,31,45)
#181925
(24,25,37)
#12131D
(18,19,29)
#0C0D15
(12,13,21)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #42435D

#42435D
(66,67,93)
#53546B
(83,84,107)
#646579
(100,101,121)
#757687
(117,118,135)
#868795
(134,135,149)
#9798A3
(151,152,163)
#A8A9B1
(168,169,177)
#B9BABF
(185,186,191)
#CACBCD
(202,203,205)
#DBDCDB
(219,220,219)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42435D; }

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

This text font color is #42435D.


Background Color

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

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

This div background color is #42435D.


Border color

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

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

This div border color is #42435D.


Opacity

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

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

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

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

This text has shadow with #42435D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42435D on black background.


Color preview on white background

This text has color #42435D on white background.



Black color preview on #42435D background

This text has black color on #42435D background.


White color preview on #42435D background

This text has white color on #42435D background.