COLOR #06081D

HEX: #06081D
RGB: (6,8,29)

Color info

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

RGB color model

#06081D color RGB value is (6,8,29).

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

RGB channels and saturation

R 6 of 255 = 2%
G 8 of 255 = 3%
B 29 of 255 = 11%

6
8
29

R + G + B ~ 5%. #06081D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 8 + 29 = 43 (100%)
R 6 of 43 ~ 13.95%
G 8 of 43 ~ 18.6%
B 29 of 43 ~ 67.44%

%13.95
%18.6
%67.44

CMYK color model

#06081D color CMYK value is (79,72,0,89).

  • cyan value is 79.31%
  • magenta value is 72.41%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(79,72,0,89)
C79M72Y0K89 
(79%,72%,0%,89%)
(0.79/0.72/0.00/0.89)	

CMYK percentages

%79.31
%72.41
%0
%88.63

Codes

Color #06081D in popluar color models

06081D
RGB6829
HSL235°65.71%6.86%
HSB/HSV235°79.31%11.37%
CMYK79.31%72.41%0.00%
88.63%

Color #06081D in popluar number systems.

HEX06081D
Decimal6829
Binary110100011101
Octal61035

Shades and tints

Shades of #06081D

#06081D
(6,8,29)
#06081B
(6,8,27)
#060819
(6,8,25)
#060817
(6,8,23)
#060815
(6,8,21)
#060813
(6,8,19)
#060811
(6,8,17)
#06080F
(6,8,15)
#06080D
(6,8,13)
#06080B
(6,8,11)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #06081D

#06081D
(6,8,29)
#1C1E31
(28,30,49)
#323445
(50,52,69)
#484A59
(72,74,89)
#5E606D
(94,96,109)
#747681
(116,118,129)
#8A8C95
(138,140,149)
#A0A2A9
(160,162,169)
#B6B8BD
(182,184,189)
#CCCED1
(204,206,209)
#E2E4E5
(226,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06081D color. Also use rgb(6,8,29) instead hex code.

Text Font Color

.myTextColor { color: #06081D; }

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

This text font color is #06081D.


Background Color

.myBgColor { background-color: #06081D; }

<div style="background-color:#06081D">Inner text</div>

This div background color is #06081D.


Border color

.myBorderColor { border: 1px solid #06081D; }

<div style="border:3px solid #06081D">Div</div>

This div border color is #06081D.


Opacity

.myOpacity80 { color: #06081D; opacity: 0.8; }

<p style="color:#06081D;opacity:0.8;">80%</p>

Text with #06081D 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 #06081D;}

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

This text has shadow with #06081D color.

.textShadow {text-shadow: 3px 3px 1px #06081D, 3px 3px 1px red;}

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

This text has shadow with #06081D primary color and red secondary color.


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

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

This text has shadow with #06081D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06081D on black background.


Color preview on white background

This text has color #06081D on white background.



Black color preview on #06081D background

This text has black color on #06081D background.


White color preview on #06081D background

This text has white color on #06081D background.