COLOR #06083D

HEX: #06083D
RGB: (6,8,61)

Color info

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

RGB color model

#06083D color RGB value is (6,8,61).

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

RGB channels and saturation

R 6 of 255 = 2%
G 8 of 255 = 3%
B 61 of 255 = 24%

6
8
61

R + G + B ~ 10%. #06083D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 8 + 61 = 75 (100%)
R 6 of 75 ~ 8%
G 8 of 75 ~ 10.67%
B 61 of 75 ~ 81.33%

%10.67
%81.33

CMYK color model

#06083D color CMYK value is (90,87,0,76).

  • cyan value is 90.16%
  • magenta value is 86.89%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(90,87,0,76)
C90M87Y0K76 
(90%,87%,0%,76%)
(0.90/0.87/0.00/0.76)	

CMYK percentages

%90.16
%86.89
%0
%76.08

Codes

Color #06083D in popluar color models

06083D
RGB6861
HSL238°82.09%13.14%
HSB/HSV238°90.16%23.92%
CMYK90.16%86.89%0.00%
76.08%

Color #06083D in popluar number systems.

HEX06083D
Decimal6861
Binary1101000111101
Octal61075

Shades and tints

Shades of #06083D

#06083D
(6,8,61)
#060838
(6,8,56)
#060833
(6,8,51)
#06082E
(6,8,46)
#060829
(6,8,41)
#060824
(6,8,36)
#06081F
(6,8,31)
#06081A
(6,8,26)
#060815
(6,8,21)
#060810
(6,8,16)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #06083D

#06083D
(6,8,61)
#1C1E4E
(28,30,78)
#32345F
(50,52,95)
#484A70
(72,74,112)
#5E6081
(94,96,129)
#747692
(116,118,146)
#8A8CA3
(138,140,163)
#A0A2B4
(160,162,180)
#B6B8C5
(182,184,197)
#CCCED6
(204,206,214)
#E2E4E7
(226,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06083D; }

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

This text font color is #06083D.


Background Color

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

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

This div background color is #06083D.


Border color

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

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

This div border color is #06083D.


Opacity

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

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

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

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

This text has shadow with #06083D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06083D on black background.


Color preview on white background

This text has color #06083D on white background.



Black color preview on #06083D background

This text has black color on #06083D background.


White color preview on #06083D background

This text has white color on #06083D background.