COLOR #42192D

HEX: #42192D RGB: (66,25,45)

Color info

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

RGB color model

#42192D color RGB value is (66,25,45).

RGB: (66,25,45) (26%, 10%, 18%)

RGB channels and saturation

R 66 of 255 = 26%
G 25 of 255 = 10%
B 45 of 255 = 18%

66
25
45

R + G + B ~ 18%. #42192D is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 25 + 45 = 136 (100%)
R 66 of 136 ~ 48.53%
G 25 of 136 ~ 18.38%
B 45 of 136 ~ 33.09'%

%48.53
%18.38
%33.09

CMYK color model

#42192D color CMYK value is (0,62,32,74).

  • cyan value is 0.00%
  • magenta value is 62.12%
  • yellow value is 31.82%
  • key color value is 74.12%

CMYK: (0,62,32,74)
C0M62Y32K74 (0%, 62%, 32%, 74%)
(0.00 / 0.62 / 0.32 / 0.74)

CMYK percentages

%0
%62.12
%31.82
%74.12

Codes

Color #42192D in popluar color models

42 19 2D
RGB 66 25 45
HSL 331° 45.05% 17.84%
HSB/HSV 331° 62.12% 25.88%
CMYK 0.00% 62.12% 31.82%
74.12%

Color #42192D in popluar number systems.

HEX 42 19 2D
Decimal 66 25 45
Binary 1000010 11001 101101
Octal 102 31 55

Shades and tints

Shades of #42192D

#42192D
(66,25,45)
#3C1729
(60,23,41)
#361525
(54,21,37)
#301321
(48,19,33)
#2A111D
(42,17,29)
#240F19
(36,15,25)
#1E0D15
(30,13,21)
#180B11
(24,11,17)
#12090D
(18,9,13)
#0C0709
(12,7,9)
#060505
(6,5,5)
#000000
(0,0,0)

Tints of #42192D

#42192D
(66,25,45)
#532D40
(83,45,64)
#644153
(100,65,83)
#755566
(117,85,102)
#866979
(134,105,121)
#977D8C
(151,125,140)
#A8919F
(168,145,159)
#B9A5B2
(185,165,178)
#CAB9C5
(202,185,197)
#DBCDD8
(219,205,216)
#ECE1EB
(236,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42192D color. Also use rgb(66,25,45) instead hex code.

Text Font Color

.myTextColor { color: #42192D; }

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

This text font color is #42192D.

Background Color

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

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

This div background color is #42192D.

Border color

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

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

This div border color is #42192D.

Opacity

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

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

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

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

This text has shadow with #42192D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42192D.

Preview

Color preview on black background

This text has color #42192D on black background.


Color preview on white background

This text has color #42192D on white background.


Black color preview on #42192D background

This text has black color on #42192D background.


White color preview on #42192D background

This text has white color on #42192D background.


Related colors

Complementary color

Complementary color for #hex is #BDE6D2.


I love getcolorcode.com

Triadic colors

1 #2D4219 and #192D42 with #42192D are triadic colors.

2 #2D1942 and #19422D with #42192D are triadic colors.