COLOR #083F5A

HEX: #083F5A
RGB: (8,63,90)

Color info

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

RGB color model

#083F5A color RGB value is (8,63,90).

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

RGB channels and saturation

R 8 of 255 = 3%
G 63 of 255 = 25%
B 90 of 255 = 35%

8
63
90

R + G + B ~ 21%. #083F5A is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 63 + 90 = 161 (100%)
R 8 of 161 ~ 4.97%
G 63 of 161 ~ 39.13%
B 90 of 161 ~ 55.9%

%39.13
%55.9

CMYK color model

#083F5A color CMYK value is (91,30,0,65).

  • cyan value is 91.11%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(91,30,0,65)
C91M30Y0K65 
(91%,30%,0%,65%)
(0.91/0.30/0.00/0.65)	

CMYK percentages

%91.11
%30
%0
%64.71

Codes

Color #083F5A in popluar color models

083F5A
RGB86390
HSL200°83.67%19.22%
HSB/HSV200°91.11%35.29%
CMYK91.11%30.00%0.00%
64.71%

Color #083F5A in popluar number systems.

HEX083F5A
Decimal86390
Binary10001111111011010
Octal1077132

Shades and tints

Shades of #083F5A

#083F5A
(8,63,90)
#083A52
(8,58,82)
#08354A
(8,53,74)
#083042
(8,48,66)
#082B3A
(8,43,58)
#082632
(8,38,50)
#08212A
(8,33,42)
#081C22
(8,28,34)
#08171A
(8,23,26)
#081212
(8,18,18)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #083F5A

#083F5A
(8,63,90)
#1E5069
(30,80,105)
#346178
(52,97,120)
#4A7287
(74,114,135)
#608396
(96,131,150)
#7694A5
(118,148,165)
#8CA5B4
(140,165,180)
#A2B6C3
(162,182,195)
#B8C7D2
(184,199,210)
#CED8E1
(206,216,225)
#E4E9F0
(228,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083F5A; }

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

This text font color is #083F5A.


Background Color

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

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

This div background color is #083F5A.


Border color

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

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

This div border color is #083F5A.


Opacity

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

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

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

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

This text has shadow with #083F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083F5A on black background.


Color preview on white background

This text has color #083F5A on white background.



Black color preview on #083F5A background

This text has black color on #083F5A background.


White color preview on #083F5A background

This text has white color on #083F5A background.