COLOR #083049

HEX: #083049
RGB: (8,48,73)

Color info

#083049 contains mainly green and blue colors. Web safe color of #083049 is #003333 (or #033).

RGB color model

#083049 color RGB value is (8,48,73).

  • red value is 8;
  • green value is 48;
  • blue value is 73.
RGB:
(8,48,73)
(3%,19%,29%)

RGB channels and saturation

R 8 of 255 = 3%
G 48 of 255 = 19%
B 73 of 255 = 29%

8
48
73

R + G + B ~ 17%. #083049 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 48 + 73 = 129 (100%)
R 8 of 129 ~ 6.2%
G 48 of 129 ~ 37.21%
B 73 of 129 ~ 56.59%

%37.21
%56.59

CMYK color model

#083049 color CMYK value is (89,34,0,71).

  • cyan value is 89.04%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(89,34,0,71)
C89M34Y0K71 
(89%,34%,0%,71%)
(0.89/0.34/0.00/0.71)	

CMYK percentages

%89.04
%34.25
%0
%71.37

Codes

Color #083049 in popluar color models

083049
RGB84873
HSL203°80.25%15.88%
HSB/HSV203°89.04%28.63%
CMYK89.04%34.25%0.00%
71.37%

Color #083049 in popluar number systems.

HEX083049
Decimal84873
Binary10001100001001001
Octal1060111

Shades and tints

Shades of #083049

#083049
(8,48,73)
#082C43
(8,44,67)
#08283D
(8,40,61)
#082437
(8,36,55)
#082031
(8,32,49)
#081C2B
(8,28,43)
#081825
(8,24,37)
#08141F
(8,20,31)
#081019
(8,16,25)
#080C13
(8,12,19)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #083049

#083049
(8,48,73)
#1E4259
(30,66,89)
#345469
(52,84,105)
#4A6679
(74,102,121)
#607889
(96,120,137)
#768A99
(118,138,153)
#8C9CA9
(140,156,169)
#A2AEB9
(162,174,185)
#B8C0C9
(184,192,201)
#CED2D9
(206,210,217)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083049 color. Also use rgb(8,48,73) instead hex code.

Text Font Color

.myTextColor { color: #083049; }

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

This text font color is #083049.


Background Color

.myBgColor { background-color: #083049; }

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

This div background color is #083049.


Border color

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

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

This div border color is #083049.


Opacity

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

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

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

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

This text has shadow with #083049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083049 on black background.


Color preview on white background

This text has color #083049 on white background.



Black color preview on #083049 background

This text has black color on #083049 background.


White color preview on #083049 background

This text has white color on #083049 background.