COLOR #084A34

HEX: #084A34
RGB: (8,74,52)

Color info

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

RGB color model

#084A34 color RGB value is (8,74,52).

  • red value is 8;
  • green value is 74;
  • blue value is 52.
RGB:
(8,74,52)
(3%,29%,20%)

RGB channels and saturation

R 8 of 255 = 3%
G 74 of 255 = 29%
B 52 of 255 = 20%

8
74
52

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

Portions of RGB colors in percentages

R + G + B =
8 + 74 + 52 = 134 (100%)
R 8 of 134 ~ 5.97%
G 74 of 134 ~ 55.22%
B 52 of 134 ~ 38.81%

%55.22
%38.81

CMYK color model

#084A34 color CMYK value is (89,0,30,71).

  • cyan value is 89.19%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 70.98%
CMYK:
(89,0,30,71)
C89M0Y30K71 
(89%,0%,30%,71%)
(0.89/0.00/0.30/0.71)	

CMYK percentages

%89.19
%0
%29.73
%70.98

Codes

Color #084A34 in popluar color models

084A34
RGB87452
HSL160°80.49%16.08%
HSB/HSV160°89.19%29.02%
CMYK89.19%0.00%29.73%
70.98%

Color #084A34 in popluar number systems.

HEX084A34
Decimal87452
Binary10001001010110100
Octal1011264

Shades and tints

Shades of #084A34

#084A34
(8,74,52)
#084430
(8,68,48)
#083E2C
(8,62,44)
#083828
(8,56,40)
#083224
(8,50,36)
#082C20
(8,44,32)
#08261C
(8,38,28)
#082018
(8,32,24)
#081A14
(8,26,20)
#081410
(8,20,16)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #084A34

#084A34
(8,74,52)
#1E5A46
(30,90,70)
#346A58
(52,106,88)
#4A7A6A
(74,122,106)
#608A7C
(96,138,124)
#769A8E
(118,154,142)
#8CAAA0
(140,170,160)
#A2BAB2
(162,186,178)
#B8CAC4
(184,202,196)
#CEDAD6
(206,218,214)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084A34 color. Also use rgb(8,74,52) instead hex code.

Text Font Color

.myTextColor { color: #084A34; }

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

This text font color is #084A34.


Background Color

.myBgColor { background-color: #084A34; }

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

This div background color is #084A34.


Border color

.myBorderColor { border: 1px solid #084A34; }

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

This div border color is #084A34.


Opacity

.myOpacity80 { color: #084A34; opacity: 0.8; }

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

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

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

This text has shadow with #084A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084A34 on black background.


Color preview on white background

This text has color #084A34 on white background.



Black color preview on #084A34 background

This text has black color on #084A34 background.


White color preview on #084A34 background

This text has white color on #084A34 background.