COLOR #42434D

HEX: #42434D
RGB: (66,67,77)

Color info

#42434D contains red, green and blue colors in about the same proportion. Web safe color of #42434D is #333333 (or #333).

RGB color model

#42434D color RGB value is (66,67,77).

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

RGB channels and saturation

R 66 of 255 = 26%
G 67 of 255 = 26%
B 77 of 255 = 30%

66
67
77

R + G + B ~ 27%. #42434D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 67 + 77 = 210 (100%)
R 66 of 210 ~ 31.43%
G 67 of 210 ~ 31.9%
B 77 of 210 ~ 36.67%

%31.43
%31.9
%36.67

CMYK color model

#42434D color CMYK value is (14,13,0,70).

  • cyan value is 14.29%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(14,13,0,70)
C14M13Y0K70 
(14%,13%,0%,70%)
(0.14/0.13/0.00/0.70)	

CMYK percentages

%14.29
%12.99
%0
%69.8

Codes

Color #42434D in popluar color models

42434D
RGB666777
HSL235°7.69%28.04%
HSB/HSV235°14.29%30.20%
CMYK14.29%12.99%0.00%
69.80%

Color #42434D in popluar number systems.

HEX42434D
Decimal666777
Binary100001010000111001101
Octal102103115

Shades and tints

Shades of #42434D

#42434D
(66,67,77)
#3C3D46
(60,61,70)
#36373F
(54,55,63)
#303138
(48,49,56)
#2A2B31
(42,43,49)
#24252A
(36,37,42)
#1E1F23
(30,31,35)
#18191C
(24,25,28)
#121315
(18,19,21)
#0C0D0E
(12,13,14)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #42434D

#42434D
(66,67,77)
#53545D
(83,84,93)
#64656D
(100,101,109)
#75767D
(117,118,125)
#86878D
(134,135,141)
#97989D
(151,152,157)
#A8A9AD
(168,169,173)
#B9BABD
(185,186,189)
#CACBCD
(202,203,205)
#DBDCDD
(219,220,221)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42434D; }

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

This text font color is #42434D.


Background Color

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

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

This div background color is #42434D.


Border color

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

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

This div border color is #42434D.


Opacity

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

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

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

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

This text has shadow with #42434D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42434D on black background.


Color preview on white background

This text has color #42434D on white background.



Black color preview on #42434D background

This text has black color on #42434D background.


White color preview on #42434D background

This text has white color on #42434D background.