COLOR #42150B

HEX: #42150B
RGB: (66,21,11)

Color info

#42150B contains red, green and blue colors in about the same proportion. Web safe color of #42150B is #330000 (or #300).

RGB color model

#42150B color RGB value is (66,21,11).

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

RGB channels and saturation

R 66 of 255 = 26%
G 21 of 255 = 8%
B 11 of 255 = 4%

66
21
11

R + G + B ~ 13%. #42150B is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 21 + 11 = 98 (100%)
R 66 of 98 ~ 67.35%
G 21 of 98 ~ 21.43%
B 11 of 98 ~ 11.22%

%67.35
%21.43
%11.22

CMYK color model

#42150B color CMYK value is (0,68,83,74).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 83.33%
  • key color value is 74.12%
CMYK:
(0,68,83,74)
C0M68Y83K74 
(0%,68%,83%,74%)
(0.00/0.68/0.83/0.74)	

CMYK percentages

%0
%68.18
%83.33
%74.12

Codes

Color #42150B in popluar color models

42150B
RGB662111
HSL11°71.43%15.10%
HSB/HSV11°83.33%25.88%
CMYK0.00%68.18%83.33%
74.12%

Color #42150B in popluar number systems.

HEX42150B
Decimal662111
Binary1000010101011011
Octal1022513

Shades and tints

Shades of #42150B

#42150B
(66,21,11)
#3C140A
(60,20,10)
#361309
(54,19,9)
#301208
(48,18,8)
#2A1107
(42,17,7)
#241006
(36,16,6)
#1E0F05
(30,15,5)
#180E04
(24,14,4)
#120D03
(18,13,3)
#0C0C02
(12,12,2)
#060B01
(6,11,1)
#000000
(0,0,0)

Tints of #42150B

#42150B
(66,21,11)
#532A21
(83,42,33)
#643F37
(100,63,55)
#75544D
(117,84,77)
#866963
(134,105,99)
#977E79
(151,126,121)
#A8938F
(168,147,143)
#B9A8A5
(185,168,165)
#CABDBB
(202,189,187)
#DBD2D1
(219,210,209)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42150B color. Also use rgb(66,21,11) instead hex code.

Text Font Color

.myTextColor { color: #42150B; }

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

This text font color is #42150B.


Background Color

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

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

This div background color is #42150B.


Border color

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

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

This div border color is #42150B.


Opacity

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

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

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

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

This text has shadow with #42150B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42150B on black background.


Color preview on white background

This text has color #42150B on white background.



Black color preview on #42150B background

This text has black color on #42150B background.


White color preview on #42150B background

This text has white color on #42150B background.