COLOR #083E58

HEX: #083E58
RGB: (8,62,88)

Color info

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

RGB color model

#083E58 color RGB value is (8,62,88).

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

RGB channels and saturation

R 8 of 255 = 3%
G 62 of 255 = 24%
B 88 of 255 = 35%

8
62
88

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

Portions of RGB colors in percentages

R + G + B =
8 + 62 + 88 = 158 (100%)
R 8 of 158 ~ 5.06%
G 62 of 158 ~ 39.24%
B 88 of 158 ~ 55.7%

%39.24
%55.7

CMYK color model

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

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

CMYK percentages

%90.91
%29.55
%0
%65.49

Codes

Color #083E58 in popluar color models

083E58
RGB86288
HSL200°83.33%18.82%
HSB/HSV200°90.91%34.51%
CMYK90.91%29.55%0.00%
65.49%

Color #083E58 in popluar number systems.

HEX083E58
Decimal86288
Binary10001111101011000
Octal1076130

Shades and tints

Shades of #083E58

#083E58
(8,62,88)
#083950
(8,57,80)
#083448
(8,52,72)
#082F40
(8,47,64)
#082A38
(8,42,56)
#082530
(8,37,48)
#082028
(8,32,40)
#081B20
(8,27,32)
#081618
(8,22,24)
#081110
(8,17,16)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #083E58

#083E58
(8,62,88)
#1E4F67
(30,79,103)
#346076
(52,96,118)
#4A7185
(74,113,133)
#608294
(96,130,148)
#7693A3
(118,147,163)
#8CA4B2
(140,164,178)
#A2B5C1
(162,181,193)
#B8C6D0
(184,198,208)
#CED7DF
(206,215,223)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083E58; }

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

This text font color is #083E58.


Background Color

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

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

This div background color is #083E58.


Border color

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

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

This div border color is #083E58.


Opacity

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

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

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

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

This text has shadow with #083E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083E58 on black background.


Color preview on white background

This text has color #083E58 on white background.



Black color preview on #083E58 background

This text has black color on #083E58 background.


White color preview on #083E58 background

This text has white color on #083E58 background.