COLOR #06082E

HEX: #06082E
RGB: (6,8,46)

Color info

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

RGB color model

#06082E color RGB value is (6,8,46).

  • red value is 6;
  • green value is 8;
  • blue value is 46.
RGB:
(6,8,46)
(2%,3%,18%)

RGB channels and saturation

R 6 of 255 = 2%
G 8 of 255 = 3%
B 46 of 255 = 18%

6
8
46

R + G + B ~ 8%. #06082E is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 8 + 46 = 60 (100%)
R 6 of 60 ~ 10%
G 8 of 60 ~ 13.33%
B 46 of 60 ~ 76.67%

%10
%13.33
%76.67

CMYK color model

#06082E color CMYK value is (87,83,0,82).

  • cyan value is 86.96%
  • magenta value is 82.61%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(87,83,0,82)
C87M83Y0K82 
(87%,83%,0%,82%)
(0.87/0.83/0.00/0.82)	

CMYK percentages

%86.96
%82.61
%0
%81.96

Codes

Color #06082E in popluar color models

06082E
RGB6846
HSL237°76.92%10.20%
HSB/HSV237°86.96%18.04%
CMYK86.96%82.61%0.00%
81.96%

Color #06082E in popluar number systems.

HEX06082E
Decimal6846
Binary1101000101110
Octal61056

Shades and tints

Shades of #06082E

#06082E
(6,8,46)
#06082A
(6,8,42)
#060826
(6,8,38)
#060822
(6,8,34)
#06081E
(6,8,30)
#06081A
(6,8,26)
#060816
(6,8,22)
#060812
(6,8,18)
#06080E
(6,8,14)
#06080A
(6,8,10)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #06082E

#06082E
(6,8,46)
#1C1E41
(28,30,65)
#323454
(50,52,84)
#484A67
(72,74,103)
#5E607A
(94,96,122)
#74768D
(116,118,141)
#8A8CA0
(138,140,160)
#A0A2B3
(160,162,179)
#B6B8C6
(182,184,198)
#CCCED9
(204,206,217)
#E2E4EC
(226,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06082E color. Also use rgb(6,8,46) instead hex code.

Text Font Color

.myTextColor { color: #06082E; }

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

This text font color is #06082E.


Background Color

.myBgColor { background-color: #06082E; }

<div style="background-color:#06082E">Inner text</div>

This div background color is #06082E.


Border color

.myBorderColor { border: 1px solid #06082E; }

<div style="border:3px solid #06082E">Div</div>

This div border color is #06082E.


Opacity

.myOpacity80 { color: #06082E; opacity: 0.8; }

<p style="color:#06082E;opacity:0.8;">80%</p>

Text with #06082E 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 #06082E;}

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

This text has shadow with #06082E color.

.textShadow {text-shadow: 3px 3px 1px #06082E, 3px 3px 1px red;}

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

This text has shadow with #06082E primary color and red secondary color.


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

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

This text has shadow with #06082E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06082E on black background.


Color preview on white background

This text has color #06082E on white background.



Black color preview on #06082E background

This text has black color on #06082E background.


White color preview on #06082E background

This text has white color on #06082E background.