COLOR #083F68

HEX: #083F68
RGB: (8,63,104)

Color info

#083F68 contains mainly green and blue colors. Web safe color of #083F68 is #003366 (or #036).

RGB color model

#083F68 color RGB value is (8,63,104).

  • red value is 8;
  • green value is 63;
  • blue value is 104.
RGB:
(8,63,104)
(3%,25%,41%)

RGB channels and saturation

R 8 of 255 = 3%
G 63 of 255 = 25%
B 104 of 255 = 41%

8
63
104

R + G + B ~ 23%. #083F68 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 63 + 104 = 175 (100%)
R 8 of 175 ~ 4.57%
G 63 of 175 ~ 36%
B 104 of 175 ~ 59.43%

%36
%59.43

CMYK color model

#083F68 color CMYK value is (92,39,0,59).

  • cyan value is 92.31%
  • magenta value is 39.42%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(92,39,0,59)
C92M39Y0K59 
(92%,39%,0%,59%)
(0.92/0.39/0.00/0.59)	

CMYK percentages

%92.31
%39.42
%0
%59.22

Codes

Color #083F68 in popluar color models

083F68
RGB863104
HSL206°85.71%21.96%
HSB/HSV206°92.31%40.78%
CMYK92.31%39.42%0.00%
59.22%

Color #083F68 in popluar number systems.

HEX083F68
Decimal863104
Binary10001111111101000
Octal1077150

Shades and tints

Shades of #083F68

#083F68
(8,63,104)
#083A5F
(8,58,95)
#083556
(8,53,86)
#08304D
(8,48,77)
#082B44
(8,43,68)
#08263B
(8,38,59)
#082132
(8,33,50)
#081C29
(8,28,41)
#081720
(8,23,32)
#081217
(8,18,23)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #083F68

#083F68
(8,63,104)
#1E5075
(30,80,117)
#346182
(52,97,130)
#4A728F
(74,114,143)
#60839C
(96,131,156)
#7694A9
(118,148,169)
#8CA5B6
(140,165,182)
#A2B6C3
(162,182,195)
#B8C7D0
(184,199,208)
#CED8DD
(206,216,221)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083F68 color. Also use rgb(8,63,104) instead hex code.

Text Font Color

.myTextColor { color: #083F68; }

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

This text font color is #083F68.


Background Color

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

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

This div background color is #083F68.


Border color

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

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

This div border color is #083F68.


Opacity

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

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

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

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

This text has shadow with #083F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083F68 on black background.


Color preview on white background

This text has color #083F68 on white background.



Black color preview on #083F68 background

This text has black color on #083F68 background.


White color preview on #083F68 background

This text has white color on #083F68 background.