COLOR #083DAC

HEX: #083DAC
RGB: (8,61,172)

Color info

#083DAC contains mainly blue color. Web safe color of #083DAC is #003399 (or #039).

RGB color model

#083DAC color RGB value is (8,61,172).

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

RGB channels and saturation

R 8 of 255 = 3%
G 61 of 255 = 24%
B 172 of 255 = 67%

8
61
172

R + G + B ~ 31%. #083DAC is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 61 + 172 = 241 (100%)
R 8 of 241 ~ 3.32%
G 61 of 241 ~ 25.31%
B 172 of 241 ~ 71.37%

%25.31
%71.37

CMYK color model

#083DAC color CMYK value is (95,65,0,33).

  • cyan value is 95.35%
  • magenta value is 64.53%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(95,65,0,33)
C95M65Y0K33 
(95%,65%,0%,33%)
(0.95/0.65/0.00/0.33)	

CMYK percentages

%95.35
%64.53
%0
%32.55

Codes

Color #083DAC in popluar color models

083DAC
RGB861172
HSL221°91.11%35.29%
HSB/HSV221°95.35%67.45%
CMYK95.35%64.53%0.00%
32.55%

Color #083DAC in popluar number systems.

HEX083DAC
Decimal861172
Binary100011110110101100
Octal1075254

Shades and tints

Shades of #083DAC

#083DAC
(8,61,172)
#08389D
(8,56,157)
#08338E
(8,51,142)
#082E7F
(8,46,127)
#082970
(8,41,112)
#082461
(8,36,97)
#081F52
(8,31,82)
#081A43
(8,26,67)
#081534
(8,21,52)
#081025
(8,16,37)
#080B16
(8,11,22)
#000000
(0,0,0)

Tints of #083DAC

#083DAC
(8,61,172)
#1E4EB3
(30,78,179)
#345FBA
(52,95,186)
#4A70C1
(74,112,193)
#6081C8
(96,129,200)
#7692CF
(118,146,207)
#8CA3D6
(140,163,214)
#A2B4DD
(162,180,221)
#B8C5E4
(184,197,228)
#CED6EB
(206,214,235)
#E4E7F2
(228,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083DAC color. Also use rgb(8,61,172) instead hex code.

Text Font Color

.myTextColor { color: #083DAC; }

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

This text font color is #083DAC.


Background Color

.myBgColor { background-color: #083DAC; }

<div style="background-color:#083DAC">Inner text</div>

This div background color is #083DAC.


Border color

.myBorderColor { border: 1px solid #083DAC; }

<div style="border:3px solid #083DAC">Div</div>

This div border color is #083DAC.


Opacity

.myOpacity80 { color: #083DAC; opacity: 0.8; }

<p style="color:#083DAC;opacity:0.8;">80%</p>

Text with #083DAC 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 #083DAC;}

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

This text has shadow with #083DAC color.

.textShadow {text-shadow: 3px 3px 1px #083DAC, 3px 3px 1px red;}

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

This text has shadow with #083DAC primary color and red secondary color.


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

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

This text has shadow with #083DAC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083DAC on black background.


Color preview on white background

This text has color #083DAC on white background.



Black color preview on #083DAC background

This text has black color on #083DAC background.


White color preview on #083DAC background

This text has white color on #083DAC background.