COLOR #083149

HEX: #083149
RGB: (8,49,73)

Color info

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

RGB color model

#083149 color RGB value is (8,49,73).

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

RGB channels and saturation

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

8
49
73

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

Portions of RGB colors in percentages

R + G + B =
8 + 49 + 73 = 130 (100%)
R 8 of 130 ~ 6.15%
G 49 of 130 ~ 37.69%
B 73 of 130 ~ 56.15%

%37.69
%56.15

CMYK color model

#083149 color CMYK value is (89,33,0,71).

  • cyan value is 89.04%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(89,33,0,71)
C89M33Y0K71 
(89%,33%,0%,71%)
(0.89/0.33/0.00/0.71)	

CMYK percentages

%89.04
%32.88
%0
%71.37

Codes

Color #083149 in popluar color models

083149
RGB84973
HSL202°80.25%15.88%
HSB/HSV202°89.04%28.63%
CMYK89.04%32.88%0.00%
71.37%

Color #083149 in popluar number systems.

HEX083149
Decimal84973
Binary10001100011001001
Octal1061111

Shades and tints

Shades of #083149

#083149
(8,49,73)
#082D43
(8,45,67)
#08293D
(8,41,61)
#082537
(8,37,55)
#082131
(8,33,49)
#081D2B
(8,29,43)
#081925
(8,25,37)
#08151F
(8,21,31)
#081119
(8,17,25)
#080D13
(8,13,19)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #083149

#083149
(8,49,73)
#1E4359
(30,67,89)
#345569
(52,85,105)
#4A6779
(74,103,121)
#607989
(96,121,137)
#768B99
(118,139,153)
#8C9DA9
(140,157,169)
#A2AFB9
(162,175,185)
#B8C1C9
(184,193,201)
#CED3D9
(206,211,217)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083149; }

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

This text font color is #083149.


Background Color

.myBgColor { background-color: #083149; }

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

This div background color is #083149.


Border color

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

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

This div border color is #083149.


Opacity

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

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

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

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

This text has shadow with #083149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083149 on black background.


Color preview on white background

This text has color #083149 on white background.



Black color preview on #083149 background

This text has black color on #083149 background.


White color preview on #083149 background

This text has white color on #083149 background.