COLOR #42080A

HEX: #42080A
RGB: (66,8,10)

Color info

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

RGB color model

#42080A color RGB value is (66,8,10).

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

RGB channels and saturation

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

66
8
10

R + G + B ~ 11%. #42080A is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 8 + 10 = 84 (100%)
R 66 of 84 ~ 78.57%
G 8 of 84 ~ 9.52%
B 10 of 84 ~ 11.9%

%78.57
%9.52
%11.9

CMYK color model

#42080A color CMYK value is (0,88,85,74).

  • cyan value is 0.00%
  • magenta value is 87.88%
  • yellow value is 84.85%
  • key color value is 74.12%
CMYK:
(0,88,85,74)
C0M88Y85K74 
(0%,88%,85%,74%)
(0.00/0.88/0.85/0.74)	

CMYK percentages

%0
%87.88
%84.85
%74.12

Codes

Color #42080A in popluar color models

42080A
RGB66810
HSL358°78.38%14.51%
HSB/HSV358°87.88%25.88%
CMYK0.00%87.88%84.85%
74.12%

Color #42080A in popluar number systems.

HEX42080A
Decimal66810
Binary100001010001010
Octal1021012

Shades and tints

Shades of #42080A

#42080A
(66,8,10)
#3C080A
(60,8,10)
#36080A
(54,8,10)
#30080A
(48,8,10)
#2A080A
(42,8,10)
#24080A
(36,8,10)
#1E080A
(30,8,10)
#18080A
(24,8,10)
#12080A
(18,8,10)
#0C080A
(12,8,10)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #42080A

#42080A
(66,8,10)
#531E20
(83,30,32)
#643436
(100,52,54)
#754A4C
(117,74,76)
#866062
(134,96,98)
#977678
(151,118,120)
#A88C8E
(168,140,142)
#B9A2A4
(185,162,164)
#CAB8BA
(202,184,186)
#DBCED0
(219,206,208)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42080A; }

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

This text font color is #42080A.


Background Color

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

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

This div background color is #42080A.


Border color

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

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

This div border color is #42080A.


Opacity

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

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

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

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

This text has shadow with #42080A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42080A on black background.


Color preview on white background

This text has color #42080A on white background.



Black color preview on #42080A background

This text has black color on #42080A background.


White color preview on #42080A background

This text has white color on #42080A background.