COLOR #083346

HEX: #083346
RGB: (8,51,70)

Color info

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

RGB color model

#083346 color RGB value is (8,51,70).

  • red value is 8;
  • green value is 51;
  • blue value is 70.
RGB:
(8,51,70)
(3%,20%,27%)

RGB channels and saturation

R 8 of 255 = 3%
G 51 of 255 = 20%
B 70 of 255 = 27%

8
51
70

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

Portions of RGB colors in percentages

R + G + B =
8 + 51 + 70 = 129 (100%)
R 8 of 129 ~ 6.2%
G 51 of 129 ~ 39.53%
B 70 of 129 ~ 54.26%

%39.53
%54.26

CMYK color model

#083346 color CMYK value is (89,27,0,73).

  • cyan value is 88.57%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(89,27,0,73)
C89M27Y0K73 
(89%,27%,0%,73%)
(0.89/0.27/0.00/0.73)	

CMYK percentages

%88.57
%27.14
%0
%72.55

Codes

Color #083346 in popluar color models

083346
RGB85170
HSL198°79.49%15.29%
HSB/HSV198°88.57%27.45%
CMYK88.57%27.14%0.00%
72.55%

Color #083346 in popluar number systems.

HEX083346
Decimal85170
Binary10001100111000110
Octal1063106

Shades and tints

Shades of #083346

#083346
(8,51,70)
#082F40
(8,47,64)
#082B3A
(8,43,58)
#082734
(8,39,52)
#08232E
(8,35,46)
#081F28
(8,31,40)
#081B22
(8,27,34)
#08171C
(8,23,28)
#081316
(8,19,22)
#080F10
(8,15,16)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #083346

#083346
(8,51,70)
#1E4556
(30,69,86)
#345766
(52,87,102)
#4A6976
(74,105,118)
#607B86
(96,123,134)
#768D96
(118,141,150)
#8C9FA6
(140,159,166)
#A2B1B6
(162,177,182)
#B8C3C6
(184,195,198)
#CED5D6
(206,213,214)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083346 color. Also use rgb(8,51,70) instead hex code.

Text Font Color

.myTextColor { color: #083346; }

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

This text font color is #083346.


Background Color

.myBgColor { background-color: #083346; }

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

This div background color is #083346.


Border color

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

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

This div border color is #083346.


Opacity

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

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

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

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

This text has shadow with #083346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083346 on black background.


Color preview on white background

This text has color #083346 on white background.



Black color preview on #083346 background

This text has black color on #083346 background.


White color preview on #083346 background

This text has white color on #083346 background.