COLOR #0A5E7F

HEX: #0A5E7F
RGB: (10,94,127)

Color info

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

RGB color model

#0A5E7F color RGB value is (10,94,127).

  • red value is 10;
  • green value is 94;
  • blue value is 127.
RGB:
(10,94,127)
(4%,37%,50%)

RGB channels and saturation

R 10 of 255 = 4%
G 94 of 255 = 37%
B 127 of 255 = 50%

10
94
127

R + G + B ~ 30%. #0A5E7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 94 + 127 = 231 (100%)
R 10 of 231 ~ 4.33%
G 94 of 231 ~ 40.69%
B 127 of 231 ~ 54.98%

%40.69
%54.98

CMYK color model

#0A5E7F color CMYK value is (92,26,0,50).

  • cyan value is 92.13%
  • magenta value is 25.98%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(92,26,0,50)
C92M26Y0K50 
(92%,26%,0%,50%)
(0.92/0.26/0.00/0.50)	

CMYK percentages

%92.13
%25.98
%0
%50.2

Codes

Color #0A5E7F in popluar color models

0A5E7F
RGB1094127
HSL197°85.40%26.86%
HSB/HSV197°92.13%49.80%
CMYK92.13%25.98%0.00%
50.20%

Color #0A5E7F in popluar number systems.

HEX0A5E7F
Decimal1094127
Binary101010111101111111
Octal12136177

Shades and tints

Shades of #0A5E7F

#0A5E7F
(10,94,127)
#0A5674
(10,86,116)
#0A4E69
(10,78,105)
#0A465E
(10,70,94)
#0A3E53
(10,62,83)
#0A3648
(10,54,72)
#0A2E3D
(10,46,61)
#0A2632
(10,38,50)
#0A1E27
(10,30,39)
#0A161C
(10,22,28)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #0A5E7F

#0A5E7F
(10,94,127)
#206C8A
(32,108,138)
#367A95
(54,122,149)
#4C88A0
(76,136,160)
#6296AB
(98,150,171)
#78A4B6
(120,164,182)
#8EB2C1
(142,178,193)
#A4C0CC
(164,192,204)
#BACED7
(186,206,215)
#D0DCE2
(208,220,226)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5E7F color. Also use rgb(10,94,127) instead hex code.

Text Font Color

.myTextColor { color: #0A5E7F; }

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

This text font color is #0A5E7F.


Background Color

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

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

This div background color is #0A5E7F.


Border color

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

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

This div border color is #0A5E7F.


Opacity

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

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

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

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

This text has shadow with #0A5E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5E7F on black background.


Color preview on white background

This text has color #0A5E7F on white background.



Black color preview on #0A5E7F background

This text has black color on #0A5E7F background.


White color preview on #0A5E7F background

This text has white color on #0A5E7F background.