COLOR #0084A3

HEX: #0084A3
RGB: (0,132,163)

Color info

#0084A3 contains only green and blue colors. Web safe color of #0084A3 is #009999 (or #099).

RGB color model

#0084A3 color RGB value is (0,132,163).

  • red value is 0;
  • green value is 132;
  • blue value is 163.
RGB:
(0,132,163)
(0%,52%,64%)

RGB channels and saturation

R 0 of 255 = 0%
G 132 of 255 = 52%
B 163 of 255 = 64%

0
132
163

R + G + B ~ 39%. #0084A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 132 + 163 = 295 (100%)
R 0 of 295 ~ 0%
G 132 of 295 ~ 44.75%
B 163 of 295 ~ 55.25%

%44.75
%55.25

CMYK color model

#0084A3 color CMYK value is (100,19,0,36).

  • cyan value is 100.00%
  • magenta value is 19.02%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(100,19,0,36)
C100M19Y0K36 
(100%,19%,0%,36%)
(1.00/0.19/0.00/0.36)	

CMYK percentages

%100
%19.02
%0
%36.08

Codes

Color #0084A3 in popluar color models

0084A3
RGB0132163
HSL191°100.00%31.96%
HSB/HSV191°100.00%63.92%
CMYK100.00%19.02%0.00%
36.08%

Color #0084A3 in popluar number systems.

HEX0084A3
Decimal0132163
Binary01000010010100011
Octal0204243

Shades and tints

Shades of #0084A3

#0084A3
(0,132,163)
#007895
(0,120,149)
#006C87
(0,108,135)
#006079
(0,96,121)
#00546B
(0,84,107)
#00485D
(0,72,93)
#003C4F
(0,60,79)
#003041
(0,48,65)
#002433
(0,36,51)
#001825
(0,24,37)
#000C17
(0,12,23)
#000000
(0,0,0)

Tints of #0084A3

#0084A3
(0,132,163)
#178FAB
(23,143,171)
#2E9AB3
(46,154,179)
#45A5BB
(69,165,187)
#5CB0C3
(92,176,195)
#73BBCB
(115,187,203)
#8AC6D3
(138,198,211)
#A1D1DB
(161,209,219)
#B8DCE3
(184,220,227)
#CFE7EB
(207,231,235)
#E6F2F3
(230,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0084A3 color. Also use rgb(0,132,163) instead hex code.

Text Font Color

.myTextColor { color: #0084A3; }

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

This text font color is #0084A3.


Background Color

.myBgColor { background-color: #0084A3; }

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

This div background color is #0084A3.


Border color

.myBorderColor { border: 1px solid #0084A3; }

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

This div border color is #0084A3.


Opacity

.myOpacity80 { color: #0084A3; opacity: 0.8; }

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

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

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

This text has shadow with #0084A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0084A3 on black background.


Color preview on white background

This text has color #0084A3 on white background.



Black color preview on #0084A3 background

This text has black color on #0084A3 background.


White color preview on #0084A3 background

This text has white color on #0084A3 background.