COLOR #42141B

HEX: #42141B
RGB: (66,20,27)

Color info

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

RGB color model

#42141B color RGB value is (66,20,27).

  • red value is 66;
  • green value is 20;
  • blue value is 27.
RGB:
(66,20,27)
(26%,8%,11%)

RGB channels and saturation

R 66 of 255 = 26%
G 20 of 255 = 8%
B 27 of 255 = 11%

66
20
27

R + G + B ~ 15%. #42141B is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 20 + 27 = 113 (100%)
R 66 of 113 ~ 58.41%
G 20 of 113 ~ 17.7%
B 27 of 113 ~ 23.89%

%58.41
%17.7
%23.89

CMYK color model

#42141B color CMYK value is (0,70,59,74).

  • cyan value is 0.00%
  • magenta value is 69.70%
  • yellow value is 59.09%
  • key color value is 74.12%
CMYK:
(0,70,59,74)
C0M70Y59K74 
(0%,70%,59%,74%)
(0.00/0.70/0.59/0.74)	

CMYK percentages

%0
%69.7
%59.09
%74.12

Codes

Color #42141B in popluar color models

42141B
RGB662027
HSL351°53.49%16.86%
HSB/HSV351°69.70%25.88%
CMYK0.00%69.70%59.09%
74.12%

Color #42141B in popluar number systems.

HEX42141B
Decimal662027
Binary10000101010011011
Octal1022433

Shades and tints

Shades of #42141B

#42141B
(66,20,27)
#3C1319
(60,19,25)
#361217
(54,18,23)
#301115
(48,17,21)
#2A1013
(42,16,19)
#240F11
(36,15,17)
#1E0E0F
(30,14,15)
#180D0D
(24,13,13)
#120C0B
(18,12,11)
#0C0B09
(12,11,9)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #42141B

#42141B
(66,20,27)
#53292F
(83,41,47)
#643E43
(100,62,67)
#755357
(117,83,87)
#86686B
(134,104,107)
#977D7F
(151,125,127)
#A89293
(168,146,147)
#B9A7A7
(185,167,167)
#CABCBB
(202,188,187)
#DBD1CF
(219,209,207)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42141B color. Also use rgb(66,20,27) instead hex code.

Text Font Color

.myTextColor { color: #42141B; }

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

This text font color is #42141B.


Background Color

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

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

This div background color is #42141B.


Border color

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

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

This div border color is #42141B.


Opacity

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

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

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

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

This text has shadow with #42141B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42141B on black background.


Color preview on white background

This text has color #42141B on white background.



Black color preview on #42141B background

This text has black color on #42141B background.


White color preview on #42141B background

This text has white color on #42141B background.