COLOR #083580

HEX: #083580
RGB: (8,53,128)

Color info

#083580 contains mainly blue color. Web safe color of #083580 is #003366 (or #036).

RGB color model

#083580 color RGB value is (8,53,128).

  • red value is 8;
  • green value is 53;
  • blue value is 128.
RGB:
(8,53,128)
(3%,21%,50%)

RGB channels and saturation

R 8 of 255 = 3%
G 53 of 255 = 21%
B 128 of 255 = 50%

8
53
128

R + G + B ~ 25%. #083580 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 53 + 128 = 189 (100%)
R 8 of 189 ~ 4.23%
G 53 of 189 ~ 28.04%
B 128 of 189 ~ 67.72%

%28.04
%67.72

CMYK color model

#083580 color CMYK value is (94,59,0,50).

  • cyan value is 93.75%
  • magenta value is 58.59%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(94,59,0,50)
C94M59Y0K50 
(94%,59%,0%,50%)
(0.94/0.59/0.00/0.50)	

CMYK percentages

%93.75
%58.59
%0
%49.8

Codes

Color #083580 in popluar color models

083580
RGB853128
HSL218°88.24%26.67%
HSB/HSV218°93.75%50.20%
CMYK93.75%58.59%0.00%
49.80%

Color #083580 in popluar number systems.

HEX083580
Decimal853128
Binary100011010110000000
Octal1065200

Shades and tints

Shades of #083580

#083580
(8,53,128)
#083175
(8,49,117)
#082D6A
(8,45,106)
#08295F
(8,41,95)
#082554
(8,37,84)
#082149
(8,33,73)
#081D3E
(8,29,62)
#081933
(8,25,51)
#081528
(8,21,40)
#08111D
(8,17,29)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #083580

#083580
(8,53,128)
#1E478B
(30,71,139)
#345996
(52,89,150)
#4A6BA1
(74,107,161)
#607DAC
(96,125,172)
#768FB7
(118,143,183)
#8CA1C2
(140,161,194)
#A2B3CD
(162,179,205)
#B8C5D8
(184,197,216)
#CED7E3
(206,215,227)
#E4E9EE
(228,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083580 color. Also use rgb(8,53,128) instead hex code.

Text Font Color

.myTextColor { color: #083580; }

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

This text font color is #083580.


Background Color

.myBgColor { background-color: #083580; }

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

This div background color is #083580.


Border color

.myBorderColor { border: 1px solid #083580; }

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

This div border color is #083580.


Opacity

.myOpacity80 { color: #083580; opacity: 0.8; }

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

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

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

This text has shadow with #083580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083580 on black background.


Color preview on white background

This text has color #083580 on white background.



Black color preview on #083580 background

This text has black color on #083580 background.


White color preview on #083580 background

This text has white color on #083580 background.