COLOR #42150A

HEX: #42150A
RGB: (66,21,10)

Color info

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

RGB color model

#42150A color RGB value is (66,21,10).

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

RGB channels and saturation

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

66
21
10

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

Portions of RGB colors in percentages

R + G + B =
66 + 21 + 10 = 97 (100%)
R 66 of 97 ~ 68.04%
G 21 of 97 ~ 21.65%
B 10 of 97 ~ 10.31%

%68.04
%21.65
%10.31

CMYK color model

#42150A color CMYK value is (0,68,85,74).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 84.85%
  • key color value is 74.12%
CMYK:
(0,68,85,74)
C0M68Y85K74 
(0%,68%,85%,74%)
(0.00/0.68/0.85/0.74)	

CMYK percentages

%0
%68.18
%84.85
%74.12

Codes

Color #42150A in popluar color models

42150A
RGB662110
HSL12°73.68%14.90%
HSB/HSV12°84.85%25.88%
CMYK0.00%68.18%84.85%
74.12%

Color #42150A in popluar number systems.

HEX42150A
Decimal662110
Binary1000010101011010
Octal1022512

Shades and tints

Shades of #42150A

#42150A
(66,21,10)
#3C140A
(60,20,10)
#36130A
(54,19,10)
#30120A
(48,18,10)
#2A110A
(42,17,10)
#24100A
(36,16,10)
#1E0F0A
(30,15,10)
#180E0A
(24,14,10)
#120D0A
(18,13,10)
#0C0C0A
(12,12,10)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #42150A

#42150A
(66,21,10)
#532A20
(83,42,32)
#643F36
(100,63,54)
#75544C
(117,84,76)
#866962
(134,105,98)
#977E78
(151,126,120)
#A8938E
(168,147,142)
#B9A8A4
(185,168,164)
#CABDBA
(202,189,186)
#DBD2D0
(219,210,208)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42150A; }

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

This text font color is #42150A.


Background Color

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

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

This div background color is #42150A.


Border color

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

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

This div border color is #42150A.


Opacity

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

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

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

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

This text has shadow with #42150A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42150A on black background.


Color preview on white background

This text has color #42150A on white background.



Black color preview on #42150A background

This text has black color on #42150A background.


White color preview on #42150A background

This text has white color on #42150A background.