COLOR #0A493F

HEX: #0A493F RGB: (10,73,63)

Color info

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

RGB color model

#0A493F color RGB value is (10,73,63).

RGB: (10,73,63) (4%, 29%, 25%)

RGB channels and saturation

R 10 of 255 = 4%
G 73 of 255 = 29%
B 63 of 255 = 25%

10
73
63

R + G + B ~ 19%. #0A493F is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 73 + 63 = 146 (100%)
R 10 of 146 ~ 6.85%
G 73 of 146 ~ 50%
B 63 of 146 ~ 43.15'%

%50
%43.15

CMYK color model

#0A493F color CMYK value is (86,0,14,71).

  • cyan value is 86.30%
  • magenta value is 0.00%
  • yellow value is 13.70%
  • key color value is 71.37%

CMYK: (86,0,14,71)
C86M0Y14K71 (86%, 0%, 14%, 71%)
(0.86 / 0.00 / 0.14 / 0.71)

CMYK percentages

%86.3
%0
%13.7
%71.37

Codes

Color #0A493F in popluar color models

0A 49 3F
RGB 10 73 63
HSL 170° 75.90% 16.27%
HSB/HSV 170° 86.30% 28.63%
CMYK 86.30% 0.00% 13.70%
71.37%

Color #0A493F in popluar number systems.

HEX 0A 49 3F
Decimal 10 73 63
Binary 1010 1001001 111111
Octal 12 111 77

Shades and tints

Shades of #0A493F

#0A493F
(10,73,63)
#0A433A
(10,67,58)
#0A3D35
(10,61,53)
#0A3730
(10,55,48)
#0A312B
(10,49,43)
#0A2B26
(10,43,38)
#0A2521
(10,37,33)
#0A1F1C
(10,31,28)
#0A1917
(10,25,23)
#0A1312
(10,19,18)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #0A493F

#0A493F
(10,73,63)
#205950
(32,89,80)
#366961
(54,105,97)
#4C7972
(76,121,114)
#628983
(98,137,131)
#789994
(120,153,148)
#8EA9A5
(142,169,165)
#A4B9B6
(164,185,182)
#BAC9C7
(186,201,199)
#D0D9D8
(208,217,216)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A493F color. Also use rgb(10,73,63) instead hex code.

Text Font Color

.myTextColor { color: #0A493F; }

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

This text font color is #0A493F.

Background Color

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

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

This div background color is #0A493F.

Border color

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

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

This div border color is #0A493F.

Opacity

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

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

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

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

This text has shadow with #0A493F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A493F.

Preview

Color preview on black background

This text has color #0A493F on black background.


Color preview on white background

This text has color #0A493F on white background.


Black color preview on #0A493F background

This text has black color on #0A493F background.


White color preview on #0A493F background

This text has white color on #0A493F background.


Related colors

Complementary color

Complementary color for #hex is #F5B6C0.


I love getcolorcode.com

Triadic colors

1 #3F0A49 and #493F0A with #0A493F are triadic colors.

2 #3F490A and #490A3F with #0A493F are triadic colors.