COLOR #083B53

HEX: #083B53
RGB: (8,59,83)

Color info

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

RGB color model

#083B53 color RGB value is (8,59,83).

  • red value is 8;
  • green value is 59;
  • blue value is 83.
RGB:
(8,59,83)
(3%,23%,33%)

RGB channels and saturation

R 8 of 255 = 3%
G 59 of 255 = 23%
B 83 of 255 = 33%

8
59
83

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

Portions of RGB colors in percentages

R + G + B =
8 + 59 + 83 = 150 (100%)
R 8 of 150 ~ 5.33%
G 59 of 150 ~ 39.33%
B 83 of 150 ~ 55.33%

%39.33
%55.33

CMYK color model

#083B53 color CMYK value is (90,29,0,67).

  • cyan value is 90.36%
  • magenta value is 28.92%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(90,29,0,67)
C90M29Y0K67 
(90%,29%,0%,67%)
(0.90/0.29/0.00/0.67)	

CMYK percentages

%90.36
%28.92
%0
%67.45

Codes

Color #083B53 in popluar color models

083B53
RGB85983
HSL199°82.42%17.84%
HSB/HSV199°90.36%32.55%
CMYK90.36%28.92%0.00%
67.45%

Color #083B53 in popluar number systems.

HEX083B53
Decimal85983
Binary10001110111010011
Octal1073123

Shades and tints

Shades of #083B53

#083B53
(8,59,83)
#08364C
(8,54,76)
#083145
(8,49,69)
#082C3E
(8,44,62)
#082737
(8,39,55)
#082230
(8,34,48)
#081D29
(8,29,41)
#081822
(8,24,34)
#08131B
(8,19,27)
#080E14
(8,14,20)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #083B53

#083B53
(8,59,83)
#1E4C62
(30,76,98)
#345D71
(52,93,113)
#4A6E80
(74,110,128)
#607F8F
(96,127,143)
#76909E
(118,144,158)
#8CA1AD
(140,161,173)
#A2B2BC
(162,178,188)
#B8C3CB
(184,195,203)
#CED4DA
(206,212,218)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083B53 color. Also use rgb(8,59,83) instead hex code.

Text Font Color

.myTextColor { color: #083B53; }

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

This text font color is #083B53.


Background Color

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

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

This div background color is #083B53.


Border color

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

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

This div border color is #083B53.


Opacity

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

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

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

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

This text has shadow with #083B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083B53 on black background.


Color preview on white background

This text has color #083B53 on white background.



Black color preview on #083B53 background

This text has black color on #083B53 background.


White color preview on #083B53 background

This text has white color on #083B53 background.