COLOR #42303D

HEX: #42303D
RGB: (66,48,61)

Color info

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

RGB color model

#42303D color RGB value is (66,48,61).

  • red value is 66;
  • green value is 48;
  • blue value is 61.
RGB:
(66,48,61)
(26%,19%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 48 of 255 = 19%
B 61 of 255 = 24%

66
48
61

R + G + B ~ 23%. #42303D is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 48 + 61 = 175 (100%)
R 66 of 175 ~ 37.71%
G 48 of 175 ~ 27.43%
B 61 of 175 ~ 34.86%

%37.71
%27.43
%34.86

CMYK color model

#42303D color CMYK value is (0,27,8,74).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 7.58%
  • key color value is 74.12%
CMYK:
(0,27,8,74)
C0M27Y8K74 
(0%,27%,8%,74%)
(0.00/0.27/0.08/0.74)	

CMYK percentages

%0
%27.27
%7.58
%74.12

Codes

Color #42303D in popluar color models

42303D
RGB664861
HSL317°15.79%22.35%
HSB/HSV317°27.27%25.88%
CMYK0.00%27.27%7.58%
74.12%

Color #42303D in popluar number systems.

HEX42303D
Decimal664861
Binary1000010110000111101
Octal1026075

Shades and tints

Shades of #42303D

#42303D
(66,48,61)
#3C2C38
(60,44,56)
#362833
(54,40,51)
#30242E
(48,36,46)
#2A2029
(42,32,41)
#241C24
(36,28,36)
#1E181F
(30,24,31)
#18141A
(24,20,26)
#121015
(18,16,21)
#0C0C10
(12,12,16)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #42303D

#42303D
(66,48,61)
#53424E
(83,66,78)
#64545F
(100,84,95)
#756670
(117,102,112)
#867881
(134,120,129)
#978A92
(151,138,146)
#A89CA3
(168,156,163)
#B9AEB4
(185,174,180)
#CAC0C5
(202,192,197)
#DBD2D6
(219,210,214)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42303D color. Also use rgb(66,48,61) instead hex code.

Text Font Color

.myTextColor { color: #42303D; }

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

This text font color is #42303D.


Background Color

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

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

This div background color is #42303D.


Border color

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

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

This div border color is #42303D.


Opacity

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

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

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

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

This text has shadow with #42303D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42303D on black background.


Color preview on white background

This text has color #42303D on white background.



Black color preview on #42303D background

This text has black color on #42303D background.


White color preview on #42303D background

This text has white color on #42303D background.