COLOR #42061B

HEX: #42061B
RGB: (66,6,27)

Color info

#42061B contains mainly red and blue colors. Web safe color of #42061B is #330033 (or #303).

RGB color model

#42061B color RGB value is (66,6,27).

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

RGB channels and saturation

R 66 of 255 = 26%
G 6 of 255 = 2%
B 27 of 255 = 11%

66
6
27

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

Portions of RGB colors in percentages

R + G + B =
66 + 6 + 27 = 99 (100%)
R 66 of 99 ~ 66.67%
G 6 of 99 ~ 6.06%
B 27 of 99 ~ 27.27%

%66.67
%27.27

CMYK color model

#42061B color CMYK value is (0,91,59,74).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 59.09%
  • key color value is 74.12%
CMYK:
(0,91,59,74)
C0M91Y59K74 
(0%,91%,59%,74%)
(0.00/0.91/0.59/0.74)	

CMYK percentages

%0
%90.91
%59.09
%74.12

Codes

Color #42061B in popluar color models

42061B
RGB66627
HSL339°83.33%14.12%
HSB/HSV339°90.91%25.88%
CMYK0.00%90.91%59.09%
74.12%

Color #42061B in popluar number systems.

HEX42061B
Decimal66627
Binary100001011011011
Octal102633

Shades and tints

Shades of #42061B

#42061B
(66,6,27)
#3C0619
(60,6,25)
#360617
(54,6,23)
#300615
(48,6,21)
#2A0613
(42,6,19)
#240611
(36,6,17)
#1E060F
(30,6,15)
#18060D
(24,6,13)
#12060B
(18,6,11)
#0C0609
(12,6,9)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #42061B

#42061B
(66,6,27)
#531C2F
(83,28,47)
#643243
(100,50,67)
#754857
(117,72,87)
#865E6B
(134,94,107)
#97747F
(151,116,127)
#A88A93
(168,138,147)
#B9A0A7
(185,160,167)
#CAB6BB
(202,182,187)
#DBCCCF
(219,204,207)
#ECE2E3
(236,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42061B; }

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

This text font color is #42061B.


Background Color

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

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

This div background color is #42061B.


Border color

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

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

This div border color is #42061B.


Opacity

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

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

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

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

This text has shadow with #42061B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42061B on black background.


Color preview on white background

This text has color #42061B on white background.



Black color preview on #42061B background

This text has black color on #42061B background.


White color preview on #42061B background

This text has white color on #42061B background.