COLOR #0A425B

HEX: #0A425B
RGB: (10,66,91)

Color info

#0A425B contains mainly green and blue colors. Web safe color of #0A425B is #003366 (or #036).

RGB color model

#0A425B color RGB value is (10,66,91).

  • red value is 10;
  • green value is 66;
  • blue value is 91.
RGB:
(10,66,91)
(4%,26%,36%)

RGB channels and saturation

R 10 of 255 = 4%
G 66 of 255 = 26%
B 91 of 255 = 36%

10
66
91

R + G + B ~ 22%. #0A425B is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 66 + 91 = 167 (100%)
R 10 of 167 ~ 5.99%
G 66 of 167 ~ 39.52%
B 91 of 167 ~ 54.49%

%39.52
%54.49

CMYK color model

#0A425B color CMYK value is (89,27,0,64).

  • cyan value is 89.01%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(89,27,0,64)
C89M27Y0K64 
(89%,27%,0%,64%)
(0.89/0.27/0.00/0.64)	

CMYK percentages

%89.01
%27.47
%0
%64.31

Codes

Color #0A425B in popluar color models

0A425B
RGB106691
HSL199°80.20%19.80%
HSB/HSV199°89.01%35.69%
CMYK89.01%27.47%0.00%
64.31%

Color #0A425B in popluar number systems.

HEX0A425B
Decimal106691
Binary101010000101011011
Octal12102133

Shades and tints

Shades of #0A425B

#0A425B
(10,66,91)
#0A3C53
(10,60,83)
#0A364B
(10,54,75)
#0A3043
(10,48,67)
#0A2A3B
(10,42,59)
#0A2433
(10,36,51)
#0A1E2B
(10,30,43)
#0A1823
(10,24,35)
#0A121B
(10,18,27)
#0A0C13
(10,12,19)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #0A425B

#0A425B
(10,66,91)
#205369
(32,83,105)
#366477
(54,100,119)
#4C7585
(76,117,133)
#628693
(98,134,147)
#7897A1
(120,151,161)
#8EA8AF
(142,168,175)
#A4B9BD
(164,185,189)
#BACACB
(186,202,203)
#D0DBD9
(208,219,217)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A425B color. Also use rgb(10,66,91) instead hex code.

Text Font Color

.myTextColor { color: #0A425B; }

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

This text font color is #0A425B.


Background Color

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

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

This div background color is #0A425B.


Border color

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

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

This div border color is #0A425B.


Opacity

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

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

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

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

This text has shadow with #0A425B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A425B on black background.


Color preview on white background

This text has color #0A425B on white background.



Black color preview on #0A425B background

This text has black color on #0A425B background.


White color preview on #0A425B background

This text has white color on #0A425B background.