COLOR #083844

HEX: #083844
RGB: (8,56,68)

Color info

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

RGB color model

#083844 color RGB value is (8,56,68).

  • red value is 8;
  • green value is 56;
  • blue value is 68.
RGB:
(8,56,68)
(3%,22%,27%)

RGB channels and saturation

R 8 of 255 = 3%
G 56 of 255 = 22%
B 68 of 255 = 27%

8
56
68

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

Portions of RGB colors in percentages

R + G + B =
8 + 56 + 68 = 132 (100%)
R 8 of 132 ~ 6.06%
G 56 of 132 ~ 42.42%
B 68 of 132 ~ 51.52%

%42.42
%51.52

CMYK color model

#083844 color CMYK value is (88,18,0,73).

  • cyan value is 88.24%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(88,18,0,73)
C88M18Y0K73 
(88%,18%,0%,73%)
(0.88/0.18/0.00/0.73)	

CMYK percentages

%88.24
%17.65
%0
%73.33

Codes

Color #083844 in popluar color models

083844
RGB85668
HSL192°78.95%14.90%
HSB/HSV192°88.24%26.67%
CMYK88.24%17.65%0.00%
73.33%

Color #083844 in popluar number systems.

HEX083844
Decimal85668
Binary10001110001000100
Octal1070104

Shades and tints

Shades of #083844

#083844
(8,56,68)
#08333E
(8,51,62)
#082E38
(8,46,56)
#082932
(8,41,50)
#08242C
(8,36,44)
#081F26
(8,31,38)
#081A20
(8,26,32)
#08151A
(8,21,26)
#081014
(8,16,20)
#080B0E
(8,11,14)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #083844

#083844
(8,56,68)
#1E4A55
(30,74,85)
#345C66
(52,92,102)
#4A6E77
(74,110,119)
#608088
(96,128,136)
#769299
(118,146,153)
#8CA4AA
(140,164,170)
#A2B6BB
(162,182,187)
#B8C8CC
(184,200,204)
#CEDADD
(206,218,221)
#E4ECEE
(228,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083844 color. Also use rgb(8,56,68) instead hex code.

Text Font Color

.myTextColor { color: #083844; }

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

This text font color is #083844.


Background Color

.myBgColor { background-color: #083844; }

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

This div background color is #083844.


Border color

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

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

This div border color is #083844.


Opacity

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

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

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

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

This text has shadow with #083844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083844 on black background.


Color preview on white background

This text has color #083844 on white background.



Black color preview on #083844 background

This text has black color on #083844 background.


White color preview on #083844 background

This text has white color on #083844 background.