COLOR #083A58

HEX: #083A58
RGB: (8,58,88)

Color info

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

RGB color model

#083A58 color RGB value is (8,58,88).

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

RGB channels and saturation

R 8 of 255 = 3%
G 58 of 255 = 23%
B 88 of 255 = 35%

8
58
88

R + G + B ~ 20%. #083A58 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 58 + 88 = 154 (100%)
R 8 of 154 ~ 5.19%
G 58 of 154 ~ 37.66%
B 88 of 154 ~ 57.14%

%37.66
%57.14

CMYK color model

#083A58 color CMYK value is (91,34,0,65).

  • cyan value is 90.91%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(91,34,0,65)
C91M34Y0K65 
(91%,34%,0%,65%)
(0.91/0.34/0.00/0.65)	

CMYK percentages

%90.91
%34.09
%0
%65.49

Codes

Color #083A58 in popluar color models

083A58
RGB85888
HSL203°83.33%18.82%
HSB/HSV203°90.91%34.51%
CMYK90.91%34.09%0.00%
65.49%

Color #083A58 in popluar number systems.

HEX083A58
Decimal85888
Binary10001110101011000
Octal1072130

Shades and tints

Shades of #083A58

#083A58
(8,58,88)
#083550
(8,53,80)
#083048
(8,48,72)
#082B40
(8,43,64)
#082638
(8,38,56)
#082130
(8,33,48)
#081C28
(8,28,40)
#081720
(8,23,32)
#081218
(8,18,24)
#080D10
(8,13,16)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #083A58

#083A58
(8,58,88)
#1E4B67
(30,75,103)
#345C76
(52,92,118)
#4A6D85
(74,109,133)
#607E94
(96,126,148)
#768FA3
(118,143,163)
#8CA0B2
(140,160,178)
#A2B1C1
(162,177,193)
#B8C2D0
(184,194,208)
#CED3DF
(206,211,223)
#E4E4EE
(228,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083A58; }

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

This text font color is #083A58.


Background Color

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

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

This div background color is #083A58.


Border color

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

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

This div border color is #083A58.


Opacity

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

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

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

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

This text has shadow with #083A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083A58 on black background.


Color preview on white background

This text has color #083A58 on white background.



Black color preview on #083A58 background

This text has black color on #083A58 background.


White color preview on #083A58 background

This text has white color on #083A58 background.