COLOR #083E53

HEX: #083E53 RGB: (8,62,83)

Color info

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

RGB color model

#083E53 color RGB value is (8,62,83).

RGB: (8,62,83) (3%, 24%, 33%)

RGB channels and saturation

R 8 of 255 = 3%
G 62 of 255 = 24%
B 83 of 255 = 33%

8
62
83

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

Portions of RGB colors in percentages

R + G + B = 8 + 62 + 83 = 153 (100%)
R 8 of 153 ~ 5.23%
G 62 of 153 ~ 40.52%
B 83 of 153 ~ 54.25'%

%40.52
%54.25

CMYK color model

#083E53 color CMYK value is (90,25,0,67).

  • cyan value is 90.36%
  • magenta value is 25.30%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (90,25,0,67)
C90M25Y0K67 (90%, 25%, 0%, 67%)
(0.90 / 0.25 / 0.00 / 0.67)

CMYK percentages

%90.36
%25.3
%0
%67.45

Codes

Color #083E53 in popluar color models

08 3E 53
RGB 8 62 83
HSL 197° 82.42% 17.84%
HSB/HSV 197° 90.36% 32.55%
CMYK 90.36% 25.30% 0.00%
67.45%

Color #083E53 in popluar number systems.

HEX 08 3E 53
Decimal 8 62 83
Binary 1000 111110 1010011
Octal 10 76 123

Shades and tints

Shades of #083E53

#083E53
(8,62,83)
#08394C
(8,57,76)
#083445
(8,52,69)
#082F3E
(8,47,62)
#082A37
(8,42,55)
#082530
(8,37,48)
#082029
(8,32,41)
#081B22
(8,27,34)
#08161B
(8,22,27)
#081114
(8,17,20)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #083E53

#083E53
(8,62,83)
#1E4F62
(30,79,98)
#346071
(52,96,113)
#4A7180
(74,113,128)
#60828F
(96,130,143)
#76939E
(118,147,158)
#8CA4AD
(140,164,173)
#A2B5BC
(162,181,188)
#B8C6CB
(184,198,203)
#CED7DA
(206,215,218)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083E53; }

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

This text font color is #083E53.

Background Color

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

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

This div background color is #083E53.

Border color

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

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

This div border color is #083E53.

Opacity

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

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

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

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

This text has shadow with #083E53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #083E53.

Preview

Color preview on black background

This text has color #083E53 on black background.


Color preview on white background

This text has color #083E53 on white background.


Black color preview on #083E53 background

This text has black color on #083E53 background.


White color preview on #083E53 background

This text has white color on #083E53 background.


Related colors

Complementary color

Complementary color for #hex is #F7C1AC.


I love getcolorcode.com

Triadic colors

1 #53083E and #3E5308 with #083E53 are triadic colors.

2 #533E08 and #3E0853 with #083E53 are triadic colors.