COLOR #0081A3

HEX: #0081A3
RGB: (0,129,163)

Color info

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

RGB color model

#0081A3 color RGB value is (0,129,163).

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

RGB channels and saturation

R 0 of 255 = 0%
G 129 of 255 = 51%
B 163 of 255 = 64%

0
129
163

R + G + B ~ 38%. #0081A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 129 + 163 = 292 (100%)
R 0 of 292 ~ 0%
G 129 of 292 ~ 44.18%
B 163 of 292 ~ 55.82%

%44.18
%55.82

CMYK color model

#0081A3 color CMYK value is (100,21,0,36).

  • cyan value is 100.00%
  • magenta value is 20.86%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(100,21,0,36)
C100M21Y0K36 
(100%,21%,0%,36%)
(1.00/0.21/0.00/0.36)	

CMYK percentages

%100
%20.86
%0
%36.08

Codes

Color #0081A3 in popluar color models

0081A3
RGB0129163
HSL193°100.00%31.96%
HSB/HSV193°100.00%63.92%
CMYK100.00%20.86%0.00%
36.08%

Color #0081A3 in popluar number systems.

HEX0081A3
Decimal0129163
Binary01000000110100011
Octal0201243

Shades and tints

Shades of #0081A3

#0081A3
(0,129,163)
#007695
(0,118,149)
#006B87
(0,107,135)
#006079
(0,96,121)
#00556B
(0,85,107)
#004A5D
(0,74,93)
#003F4F
(0,63,79)
#003441
(0,52,65)
#002933
(0,41,51)
#001E25
(0,30,37)
#001317
(0,19,23)
#000000
(0,0,0)

Tints of #0081A3

#0081A3
(0,129,163)
#178CAB
(23,140,171)
#2E97B3
(46,151,179)
#45A2BB
(69,162,187)
#5CADC3
(92,173,195)
#73B8CB
(115,184,203)
#8AC3D3
(138,195,211)
#A1CEDB
(161,206,219)
#B8D9E3
(184,217,227)
#CFE4EB
(207,228,235)
#E6EFF3
(230,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0081A3; }

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

This text font color is #0081A3.


Background Color

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

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

This div background color is #0081A3.


Border color

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

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

This div border color is #0081A3.


Opacity

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

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

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

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

This text has shadow with #0081A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0081A3 on black background.


Color preview on white background

This text has color #0081A3 on white background.



Black color preview on #0081A3 background

This text has black color on #0081A3 background.


White color preview on #0081A3 background

This text has white color on #0081A3 background.