COLOR #42132A

HEX: #42132A
RGB: (66,19,42)

Color info

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

RGB color model

#42132A color RGB value is (66,19,42).

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

RGB channels and saturation

R 66 of 255 = 26%
G 19 of 255 = 7%
B 42 of 255 = 16%

66
19
42

R + G + B ~ 16%. #42132A is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 19 + 42 = 127 (100%)
R 66 of 127 ~ 51.97%
G 19 of 127 ~ 14.96%
B 42 of 127 ~ 33.07%

%51.97
%14.96
%33.07

CMYK color model

#42132A color CMYK value is (0,71,36,74).

  • cyan value is 0.00%
  • magenta value is 71.21%
  • yellow value is 36.36%
  • key color value is 74.12%
CMYK:
(0,71,36,74)
C0M71Y36K74 
(0%,71%,36%,74%)
(0.00/0.71/0.36/0.74)	

CMYK percentages

%0
%71.21
%36.36
%74.12

Codes

Color #42132A in popluar color models

42132A
RGB661942
HSL331°55.29%16.67%
HSB/HSV331°71.21%25.88%
CMYK0.00%71.21%36.36%
74.12%

Color #42132A in popluar number systems.

HEX42132A
Decimal661942
Binary100001010011101010
Octal1022352

Shades and tints

Shades of #42132A

#42132A
(66,19,42)
#3C1227
(60,18,39)
#361124
(54,17,36)
#301021
(48,16,33)
#2A0F1E
(42,15,30)
#240E1B
(36,14,27)
#1E0D18
(30,13,24)
#180C15
(24,12,21)
#120B12
(18,11,18)
#0C0A0F
(12,10,15)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #42132A

#42132A
(66,19,42)
#53283D
(83,40,61)
#643D50
(100,61,80)
#755263
(117,82,99)
#866776
(134,103,118)
#977C89
(151,124,137)
#A8919C
(168,145,156)
#B9A6AF
(185,166,175)
#CABBC2
(202,187,194)
#DBD0D5
(219,208,213)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42132A color. Also use rgb(66,19,42) instead hex code.

Text Font Color

.myTextColor { color: #42132A; }

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

This text font color is #42132A.


Background Color

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

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

This div background color is #42132A.


Border color

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

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

This div border color is #42132A.


Opacity

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

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

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

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

This text has shadow with #42132A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42132A on black background.


Color preview on white background

This text has color #42132A on white background.



Black color preview on #42132A background

This text has black color on #42132A background.


White color preview on #42132A background

This text has white color on #42132A background.