COLOR #42283B

HEX: #42283B
RGB: (66,40,59)

Color info

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

RGB color model

#42283B color RGB value is (66,40,59).

  • red value is 66;
  • green value is 40;
  • blue value is 59.
RGB:
(66,40,59)
(26%,16%,23%)

RGB channels and saturation

R 66 of 255 = 26%
G 40 of 255 = 16%
B 59 of 255 = 23%

66
40
59

R + G + B ~ 22%. #42283B is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 40 + 59 = 165 (100%)
R 66 of 165 ~ 40%
G 40 of 165 ~ 24.24%
B 59 of 165 ~ 35.76%

%40
%24.24
%35.76

CMYK color model

#42283B color CMYK value is (0,39,11,74).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 10.61%
  • key color value is 74.12%
CMYK:
(0,39,11,74)
C0M39Y11K74 
(0%,39%,11%,74%)
(0.00/0.39/0.11/0.74)	

CMYK percentages

%0
%39.39
%10.61
%74.12

Codes

Color #42283B in popluar color models

42283B
RGB664059
HSL316°24.53%20.78%
HSB/HSV316°39.39%25.88%
CMYK0.00%39.39%10.61%
74.12%

Color #42283B in popluar number systems.

HEX42283B
Decimal664059
Binary1000010101000111011
Octal1025073

Shades and tints

Shades of #42283B

#42283B
(66,40,59)
#3C2536
(60,37,54)
#362231
(54,34,49)
#301F2C
(48,31,44)
#2A1C27
(42,28,39)
#241922
(36,25,34)
#1E161D
(30,22,29)
#181318
(24,19,24)
#121013
(18,16,19)
#0C0D0E
(12,13,14)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #42283B

#42283B
(66,40,59)
#533B4C
(83,59,76)
#644E5D
(100,78,93)
#75616E
(117,97,110)
#86747F
(134,116,127)
#978790
(151,135,144)
#A89AA1
(168,154,161)
#B9ADB2
(185,173,178)
#CAC0C3
(202,192,195)
#DBD3D4
(219,211,212)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42283B color. Also use rgb(66,40,59) instead hex code.

Text Font Color

.myTextColor { color: #42283B; }

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

This text font color is #42283B.


Background Color

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

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

This div background color is #42283B.


Border color

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

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

This div border color is #42283B.


Opacity

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

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

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

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

This text has shadow with #42283B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42283B on black background.


Color preview on white background

This text has color #42283B on white background.



Black color preview on #42283B background

This text has black color on #42283B background.


White color preview on #42283B background

This text has white color on #42283B background.