COLOR #06042C

HEX: #06042C
RGB: (6,4,44)

Color info

#06042C contains red, green and blue colors in about the same proportion. Web safe color of #06042C is #000033 (or #003).

RGB color model

#06042C color RGB value is (6,4,44).

  • red value is 6;
  • green value is 4;
  • blue value is 44.
RGB:
(6,4,44)
(2%,2%,17%)

RGB channels and saturation

R 6 of 255 = 2%
G 4 of 255 = 2%
B 44 of 255 = 17%

6
4
44

R + G + B ~ 7%. #06042C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 4 + 44 = 54 (100%)
R 6 of 54 ~ 11.11%
G 4 of 54 ~ 7.41%
B 44 of 54 ~ 81.48%

%11.11
%81.48

CMYK color model

#06042C color CMYK value is (86,91,0,83).

  • cyan value is 86.36%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(86,91,0,83)
C86M91Y0K83 
(86%,91%,0%,83%)
(0.86/0.91/0.00/0.83)	

CMYK percentages

%86.36
%90.91
%0
%82.75

Codes

Color #06042C in popluar color models

06042C
RGB6444
HSL243°83.33%9.41%
HSB/HSV243°90.91%17.25%
CMYK86.36%90.91%0.00%
82.75%

Color #06042C in popluar number systems.

HEX06042C
Decimal6444
Binary110100101100
Octal6454

Shades and tints

Shades of #06042C

#06042C
(6,4,44)
#060428
(6,4,40)
#060424
(6,4,36)
#060420
(6,4,32)
#06041C
(6,4,28)
#060418
(6,4,24)
#060414
(6,4,20)
#060410
(6,4,16)
#06040C
(6,4,12)
#060408
(6,4,8)
#060404
(6,4,4)
#000000
(0,0,0)

Tints of #06042C

#06042C
(6,4,44)
#1C1A3F
(28,26,63)
#323052
(50,48,82)
#484665
(72,70,101)
#5E5C78
(94,92,120)
#74728B
(116,114,139)
#8A889E
(138,136,158)
#A09EB1
(160,158,177)
#B6B4C4
(182,180,196)
#CCCAD7
(204,202,215)
#E2E0EA
(226,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06042C color. Also use rgb(6,4,44) instead hex code.

Text Font Color

.myTextColor { color: #06042C; }

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

This text font color is #06042C.


Background Color

.myBgColor { background-color: #06042C; }

<div style="background-color:#06042C">Inner text</div>

This div background color is #06042C.


Border color

.myBorderColor { border: 1px solid #06042C; }

<div style="border:3px solid #06042C">Div</div>

This div border color is #06042C.


Opacity

.myOpacity80 { color: #06042C; opacity: 0.8; }

<p style="color:#06042C;opacity:0.8;">80%</p>

Text with #06042C 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 #06042C;}

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

This text has shadow with #06042C color.

.textShadow {text-shadow: 3px 3px 1px #06042C, 3px 3px 1px red;}

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

This text has shadow with #06042C primary color and red secondary color.


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

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

This text has shadow with #06042C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06042C on black background.


Color preview on white background

This text has color #06042C on white background.



Black color preview on #06042C background

This text has black color on #06042C background.


White color preview on #06042C background

This text has white color on #06042C background.