COLOR #42133B

HEX: #42133B
RGB: (66,19,59)

Color info

#42133B contains red, green and blue colors in about the same proportion. Web safe color of #42133B is #330033 (or #303).

RGB color model

#42133B color RGB value is (66,19,59).

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

RGB channels and saturation

R 66 of 255 = 26%
G 19 of 255 = 7%
B 59 of 255 = 23%

66
19
59

R + G + B ~ 19%. #42133B is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 19 + 59 = 144 (100%)
R 66 of 144 ~ 45.83%
G 19 of 144 ~ 13.19%
B 59 of 144 ~ 40.97%

%45.83
%13.19
%40.97

CMYK color model

#42133B color CMYK value is (0,71,11,74).

  • cyan value is 0.00%
  • magenta value is 71.21%
  • yellow value is 10.61%
  • key color value is 74.12%
CMYK:
(0,71,11,74)
C0M71Y11K74 
(0%,71%,11%,74%)
(0.00/0.71/0.11/0.74)	

CMYK percentages

%0
%71.21
%10.61
%74.12

Codes

Color #42133B in popluar color models

42133B
RGB661959
HSL309°55.29%16.67%
HSB/HSV309°71.21%25.88%
CMYK0.00%71.21%10.61%
74.12%

Color #42133B in popluar number systems.

HEX42133B
Decimal661959
Binary100001010011111011
Octal1022373

Shades and tints

Shades of #42133B

#42133B
(66,19,59)
#3C1236
(60,18,54)
#361131
(54,17,49)
#30102C
(48,16,44)
#2A0F27
(42,15,39)
#240E22
(36,14,34)
#1E0D1D
(30,13,29)
#180C18
(24,12,24)
#120B13
(18,11,19)
#0C0A0E
(12,10,14)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #42133B

#42133B
(66,19,59)
#53284C
(83,40,76)
#643D5D
(100,61,93)
#75526E
(117,82,110)
#86677F
(134,103,127)
#977C90
(151,124,144)
#A891A1
(168,145,161)
#B9A6B2
(185,166,178)
#CABBC3
(202,187,195)
#DBD0D4
(219,208,212)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42133B; }

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

This text font color is #42133B.


Background Color

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

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

This div background color is #42133B.


Border color

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

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

This div border color is #42133B.


Opacity

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

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

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

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

This text has shadow with #42133B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42133B on black background.


Color preview on white background

This text has color #42133B on white background.



Black color preview on #42133B background

This text has black color on #42133B background.


White color preview on #42133B background

This text has white color on #42133B background.