COLOR #084349

HEX: #084349
RGB: (8,67,73)

Color info

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

RGB color model

#084349 color RGB value is (8,67,73).

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

RGB channels and saturation

R 8 of 255 = 3%
G 67 of 255 = 26%
B 73 of 255 = 29%

8
67
73

R + G + B ~ 19%. #084349 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 67 + 73 = 148 (100%)
R 8 of 148 ~ 5.41%
G 67 of 148 ~ 45.27%
B 73 of 148 ~ 49.32%

%45.27
%49.32

CMYK color model

#084349 color CMYK value is (89,8,0,71).

  • cyan value is 89.04%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(89,8,0,71)
C89M8Y0K71 
(89%,8%,0%,71%)
(0.89/0.08/0.00/0.71)	

CMYK percentages

%89.04
%8.22
%0
%71.37

Codes

Color #084349 in popluar color models

084349
RGB86773
HSL186°80.25%15.88%
HSB/HSV186°89.04%28.63%
CMYK89.04%8.22%0.00%
71.37%

Color #084349 in popluar number systems.

HEX084349
Decimal86773
Binary100010000111001001
Octal10103111

Shades and tints

Shades of #084349

#084349
(8,67,73)
#083D43
(8,61,67)
#08373D
(8,55,61)
#083137
(8,49,55)
#082B31
(8,43,49)
#08252B
(8,37,43)
#081F25
(8,31,37)
#08191F
(8,25,31)
#081319
(8,19,25)
#080D13
(8,13,19)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #084349

#084349
(8,67,73)
#1E5459
(30,84,89)
#346569
(52,101,105)
#4A7679
(74,118,121)
#608789
(96,135,137)
#769899
(118,152,153)
#8CA9A9
(140,169,169)
#A2BAB9
(162,186,185)
#B8CBC9
(184,203,201)
#CEDCD9
(206,220,217)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084349; }

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

This text font color is #084349.


Background Color

.myBgColor { background-color: #084349; }

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

This div background color is #084349.


Border color

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

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

This div border color is #084349.


Opacity

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

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

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

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

This text has shadow with #084349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084349 on black background.


Color preview on white background

This text has color #084349 on white background.



Black color preview on #084349 background

This text has black color on #084349 background.


White color preview on #084349 background

This text has white color on #084349 background.