COLOR #42484A

HEX: #42484A
RGB: (66,72,74)

Color info

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

RGB color model

#42484A color RGB value is (66,72,74).

  • red value is 66;
  • green value is 72;
  • blue value is 74.
RGB:
(66,72,74)
(26%,28%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 74 of 255 = 29%

66
72
74

R + G + B ~ 28%. #42484A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 74 = 212 (100%)
R 66 of 212 ~ 31.13%
G 72 of 212 ~ 33.96%
B 74 of 212 ~ 34.91%

%31.13
%33.96
%34.91

CMYK color model

#42484A color CMYK value is (11,3,0,71).

  • cyan value is 10.81%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(11,3,0,71)
C11M3Y0K71 
(11%,3%,0%,71%)
(0.11/0.03/0.00/0.71)	

CMYK percentages

%10.81
%2.7
%0
%70.98

Codes

Color #42484A in popluar color models

42484A
RGB667274
HSL195°5.71%27.45%
HSB/HSV195°10.81%29.02%
CMYK10.81%2.70%0.00%
70.98%

Color #42484A in popluar number systems.

HEX42484A
Decimal667274
Binary100001010010001001010
Octal102110112

Shades and tints

Shades of #42484A

#42484A
(66,72,74)
#3C4244
(60,66,68)
#363C3E
(54,60,62)
#303638
(48,54,56)
#2A3032
(42,48,50)
#242A2C
(36,42,44)
#1E2426
(30,36,38)
#181E20
(24,30,32)
#12181A
(18,24,26)
#0C1214
(12,18,20)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #42484A

#42484A
(66,72,74)
#53585A
(83,88,90)
#64686A
(100,104,106)
#75787A
(117,120,122)
#86888A
(134,136,138)
#97989A
(151,152,154)
#A8A8AA
(168,168,170)
#B9B8BA
(185,184,186)
#CAC8CA
(202,200,202)
#DBD8DA
(219,216,218)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42484A color. Also use rgb(66,72,74) instead hex code.

Text Font Color

.myTextColor { color: #42484A; }

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

This text font color is #42484A.


Background Color

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

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

This div background color is #42484A.


Border color

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

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

This div border color is #42484A.


Opacity

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

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

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

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

This text has shadow with #42484A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42484A on black background.


Color preview on white background

This text has color #42484A on white background.



Black color preview on #42484A background

This text has black color on #42484A background.


White color preview on #42484A background

This text has white color on #42484A background.