COLOR #0A424C

HEX: #0A424C
RGB: (10,66,76)

Color info

#0A424C contains mainly green and blue colors. Web safe color of #0A424C is #003333 (or #033).

RGB color model

#0A424C color RGB value is (10,66,76).

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

RGB channels and saturation

R 10 of 255 = 4%
G 66 of 255 = 26%
B 76 of 255 = 30%

10
66
76

R + G + B ~ 20%. #0A424C is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 66 + 76 = 152 (100%)
R 10 of 152 ~ 6.58%
G 66 of 152 ~ 43.42%
B 76 of 152 ~ 50%

%43.42
%50

CMYK color model

#0A424C color CMYK value is (87,13,0,70).

  • cyan value is 86.84%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(87,13,0,70)
C87M13Y0K70 
(87%,13%,0%,70%)
(0.87/0.13/0.00/0.70)	

CMYK percentages

%86.84
%13.16
%0
%70.2

Codes

Color #0A424C in popluar color models

0A424C
RGB106676
HSL189°76.74%16.86%
HSB/HSV189°86.84%29.80%
CMYK86.84%13.16%0.00%
70.20%

Color #0A424C in popluar number systems.

HEX0A424C
Decimal106676
Binary101010000101001100
Octal12102114

Shades and tints

Shades of #0A424C

#0A424C
(10,66,76)
#0A3C46
(10,60,70)
#0A3640
(10,54,64)
#0A303A
(10,48,58)
#0A2A34
(10,42,52)
#0A242E
(10,36,46)
#0A1E28
(10,30,40)
#0A1822
(10,24,34)
#0A121C
(10,18,28)
#0A0C16
(10,12,22)
#0A0610
(10,6,16)
#000000
(0,0,0)

Tints of #0A424C

#0A424C
(10,66,76)
#20535C
(32,83,92)
#36646C
(54,100,108)
#4C757C
(76,117,124)
#62868C
(98,134,140)
#78979C
(120,151,156)
#8EA8AC
(142,168,172)
#A4B9BC
(164,185,188)
#BACACC
(186,202,204)
#D0DBDC
(208,219,220)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A424C; }

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

This text font color is #0A424C.


Background Color

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

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

This div background color is #0A424C.


Border color

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

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

This div border color is #0A424C.


Opacity

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

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

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

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

This text has shadow with #0A424C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A424C on black background.


Color preview on white background

This text has color #0A424C on white background.



Black color preview on #0A424C background

This text has black color on #0A424C background.


White color preview on #0A424C background

This text has white color on #0A424C background.