COLOR #0A5463

HEX: #0A5463
RGB: (10,84,99)

Color info

#0A5463 contains mainly green and blue colors. Web safe color of #0A5463 is #006666 (or #066).

RGB color model

#0A5463 color RGB value is (10,84,99).

  • red value is 10;
  • green value is 84;
  • blue value is 99.
RGB:
(10,84,99)
(4%,33%,39%)

RGB channels and saturation

R 10 of 255 = 4%
G 84 of 255 = 33%
B 99 of 255 = 39%

10
84
99

R + G + B ~ 25%. #0A5463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 84 + 99 = 193 (100%)
R 10 of 193 ~ 5.18%
G 84 of 193 ~ 43.52%
B 99 of 193 ~ 51.3%

%43.52
%51.3

CMYK color model

#0A5463 color CMYK value is (90,15,0,61).

  • cyan value is 89.90%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(90,15,0,61)
C90M15Y0K61 
(90%,15%,0%,61%)
(0.90/0.15/0.00/0.61)	

CMYK percentages

%89.9
%15.15
%0
%61.18

Codes

Color #0A5463 in popluar color models

0A5463
RGB108499
HSL190°81.65%21.37%
HSB/HSV190°89.90%38.82%
CMYK89.90%15.15%0.00%
61.18%

Color #0A5463 in popluar number systems.

HEX0A5463
Decimal108499
Binary101010101001100011
Octal12124143

Shades and tints

Shades of #0A5463

#0A5463
(10,84,99)
#0A4D5A
(10,77,90)
#0A4651
(10,70,81)
#0A3F48
(10,63,72)
#0A383F
(10,56,63)
#0A3136
(10,49,54)
#0A2A2D
(10,42,45)
#0A2324
(10,35,36)
#0A1C1B
(10,28,27)
#0A1512
(10,21,18)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #0A5463

#0A5463
(10,84,99)
#206371
(32,99,113)
#36727F
(54,114,127)
#4C818D
(76,129,141)
#62909B
(98,144,155)
#789FA9
(120,159,169)
#8EAEB7
(142,174,183)
#A4BDC5
(164,189,197)
#BACCD3
(186,204,211)
#D0DBE1
(208,219,225)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5463 color. Also use rgb(10,84,99) instead hex code.

Text Font Color

.myTextColor { color: #0A5463; }

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

This text font color is #0A5463.


Background Color

.myBgColor { background-color: #0A5463; }

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

This div background color is #0A5463.


Border color

.myBorderColor { border: 1px solid #0A5463; }

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

This div border color is #0A5463.


Opacity

.myOpacity80 { color: #0A5463; opacity: 0.8; }

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

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

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

This text has shadow with #0A5463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5463 on black background.


Color preview on white background

This text has color #0A5463 on white background.



Black color preview on #0A5463 background

This text has black color on #0A5463 background.


White color preview on #0A5463 background

This text has white color on #0A5463 background.