COLOR #084438

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

8
68
56

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

Portions of RGB colors in percentages

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

%51.52
%42.42

CMYK color model

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

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

CMYK percentages

%88.24
%0
%17.65
%73.33

Codes

Color #084438 in popluar color models

084438
RGB86856
HSL168°78.95%14.90%
HSB/HSV168°88.24%26.67%
CMYK88.24%0.00%17.65%
73.33%

Color #084438 in popluar number systems.

HEX084438
Decimal86856
Binary10001000100111000
Octal1010470

Shades and tints

Shades of #084438

#084438
(8,68,56)
#083E33
(8,62,51)
#08382E
(8,56,46)
#083229
(8,50,41)
#082C24
(8,44,36)
#08261F
(8,38,31)
#08201A
(8,32,26)
#081A15
(8,26,21)
#081410
(8,20,16)
#080E0B
(8,14,11)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #084438

#084438
(8,68,56)
#1E554A
(30,85,74)
#34665C
(52,102,92)
#4A776E
(74,119,110)
#608880
(96,136,128)
#769992
(118,153,146)
#8CAAA4
(140,170,164)
#A2BBB6
(162,187,182)
#B8CCC8
(184,204,200)
#CEDDDA
(206,221,218)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084438; }

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

This text font color is #084438.


Background Color

.myBgColor { background-color: #084438; }

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

This div background color is #084438.


Border color

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

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

This div border color is #084438.


Opacity

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

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

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

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

This text has shadow with #084438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084438 on black background.


Color preview on white background

This text has color #084438 on white background.



Black color preview on #084438 background

This text has black color on #084438 background.


White color preview on #084438 background

This text has white color on #084438 background.