COLOR #083A5B

HEX: #083A5B
RGB: (8,58,91)

Color info

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

RGB color model

#083A5B color RGB value is (8,58,91).

  • red value is 8;
  • green value is 58;
  • blue value is 91.
RGB:
(8,58,91)
(3%,23%,36%)

RGB channels and saturation

R 8 of 255 = 3%
G 58 of 255 = 23%
B 91 of 255 = 36%

8
58
91

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

Portions of RGB colors in percentages

R + G + B =
8 + 58 + 91 = 157 (100%)
R 8 of 157 ~ 5.1%
G 58 of 157 ~ 36.94%
B 91 of 157 ~ 57.96%

%36.94
%57.96

CMYK color model

#083A5B color CMYK value is (91,36,0,64).

  • cyan value is 91.21%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(91,36,0,64)
C91M36Y0K64 
(91%,36%,0%,64%)
(0.91/0.36/0.00/0.64)	

CMYK percentages

%91.21
%36.26
%0
%64.31

Codes

Color #083A5B in popluar color models

083A5B
RGB85891
HSL204°83.84%19.41%
HSB/HSV204°91.21%35.69%
CMYK91.21%36.26%0.00%
64.31%

Color #083A5B in popluar number systems.

HEX083A5B
Decimal85891
Binary10001110101011011
Octal1072133

Shades and tints

Shades of #083A5B

#083A5B
(8,58,91)
#083553
(8,53,83)
#08304B
(8,48,75)
#082B43
(8,43,67)
#08263B
(8,38,59)
#082133
(8,33,51)
#081C2B
(8,28,43)
#081723
(8,23,35)
#08121B
(8,18,27)
#080D13
(8,13,19)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #083A5B

#083A5B
(8,58,91)
#1E4B69
(30,75,105)
#345C77
(52,92,119)
#4A6D85
(74,109,133)
#607E93
(96,126,147)
#768FA1
(118,143,161)
#8CA0AF
(140,160,175)
#A2B1BD
(162,177,189)
#B8C2CB
(184,194,203)
#CED3D9
(206,211,217)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083A5B color. Also use rgb(8,58,91) instead hex code.

Text Font Color

.myTextColor { color: #083A5B; }

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

This text font color is #083A5B.


Background Color

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

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

This div background color is #083A5B.


Border color

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

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

This div border color is #083A5B.


Opacity

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

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

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

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

This text has shadow with #083A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083A5B on black background.


Color preview on white background

This text has color #083A5B on white background.



Black color preview on #083A5B background

This text has black color on #083A5B background.


White color preview on #083A5B background

This text has white color on #083A5B background.