COLOR #42414B

HEX: #42414B
RGB: (66,65,75)

Color info

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

RGB color model

#42414B color RGB value is (66,65,75).

  • red value is 66;
  • green value is 65;
  • blue value is 75.
RGB:
(66,65,75)
(26%,25%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 75 of 255 = 29%

66
65
75

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

Portions of RGB colors in percentages

R + G + B =
66 + 65 + 75 = 206 (100%)
R 66 of 206 ~ 32.04%
G 65 of 206 ~ 31.55%
B 75 of 206 ~ 36.41%

%32.04
%31.55
%36.41

CMYK color model

#42414B color CMYK value is (12,13,0,71).

  • cyan value is 12.00%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(12,13,0,71)
C12M13Y0K71 
(12%,13%,0%,71%)
(0.12/0.13/0.00/0.71)	

CMYK percentages

%12
%13.33
%0
%70.59

Codes

Color #42414B in popluar color models

42414B
RGB666575
HSL246°7.14%27.45%
HSB/HSV246°13.33%29.41%
CMYK12.00%13.33%0.00%
70.59%

Color #42414B in popluar number systems.

HEX42414B
Decimal666575
Binary100001010000011001011
Octal102101113

Shades and tints

Shades of #42414B

#42414B
(66,65,75)
#3C3C45
(60,60,69)
#36373F
(54,55,63)
#303239
(48,50,57)
#2A2D33
(42,45,51)
#24282D
(36,40,45)
#1E2327
(30,35,39)
#181E21
(24,30,33)
#12191B
(18,25,27)
#0C1415
(12,20,21)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #42414B

#42414B
(66,65,75)
#53525B
(83,82,91)
#64636B
(100,99,107)
#75747B
(117,116,123)
#86858B
(134,133,139)
#97969B
(151,150,155)
#A8A7AB
(168,167,171)
#B9B8BB
(185,184,187)
#CAC9CB
(202,201,203)
#DBDADB
(219,218,219)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42414B color. Also use rgb(66,65,75) instead hex code.

Text Font Color

.myTextColor { color: #42414B; }

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

This text font color is #42414B.


Background Color

.myBgColor { background-color: #42414B; }

<div style="background-color:#42414B">Inner text</div>

This div background color is #42414B.


Border color

.myBorderColor { border: 1px solid #42414B; }

<div style="border:3px solid #42414B">Div</div>

This div border color is #42414B.


Opacity

.myOpacity80 { color: #42414B; opacity: 0.8; }

<p style="color:#42414B;opacity:0.8;">80%</p>

Text with #42414B 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 #42414B;}

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

This text has shadow with #42414B color.

.textShadow {text-shadow: 3px 3px 1px #42414B, 3px 3px 1px red;}

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

This text has shadow with #42414B primary color and red secondary color.


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

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

This text has shadow with #42414B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42414B on black background.


Color preview on white background

This text has color #42414B on white background.



Black color preview on #42414B background

This text has black color on #42414B background.


White color preview on #42414B background

This text has white color on #42414B background.