COLOR #0A3549

HEX: #0A3549
RGB: (10,53,73)

Color info

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

RGB color model

#0A3549 color RGB value is (10,53,73).

  • red value is 10;
  • green value is 53;
  • blue value is 73.
RGB:
(10,53,73)
(4%,21%,29%)

RGB channels and saturation

R 10 of 255 = 4%
G 53 of 255 = 21%
B 73 of 255 = 29%

10
53
73

R + G + B ~ 18%. #0A3549 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 53 + 73 = 136 (100%)
R 10 of 136 ~ 7.35%
G 53 of 136 ~ 38.97%
B 73 of 136 ~ 53.68%

%38.97
%53.68

CMYK color model

#0A3549 color CMYK value is (86,27,0,71).

  • cyan value is 86.30%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(86,27,0,71)
C86M27Y0K71 
(86%,27%,0%,71%)
(0.86/0.27/0.00/0.71)	

CMYK percentages

%86.3
%27.4
%0
%71.37

Codes

Color #0A3549 in popluar color models

0A3549
RGB105373
HSL199°75.90%16.27%
HSB/HSV199°86.30%28.63%
CMYK86.30%27.40%0.00%
71.37%

Color #0A3549 in popluar number systems.

HEX0A3549
Decimal105373
Binary10101101011001001
Octal1265111

Shades and tints

Shades of #0A3549

#0A3549
(10,53,73)
#0A3143
(10,49,67)
#0A2D3D
(10,45,61)
#0A2937
(10,41,55)
#0A2531
(10,37,49)
#0A212B
(10,33,43)
#0A1D25
(10,29,37)
#0A191F
(10,25,31)
#0A1519
(10,21,25)
#0A1113
(10,17,19)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #0A3549

#0A3549
(10,53,73)
#204759
(32,71,89)
#365969
(54,89,105)
#4C6B79
(76,107,121)
#627D89
(98,125,137)
#788F99
(120,143,153)
#8EA1A9
(142,161,169)
#A4B3B9
(164,179,185)
#BAC5C9
(186,197,201)
#D0D7D9
(208,215,217)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3549; }

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

This text font color is #0A3549.


Background Color

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

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

This div background color is #0A3549.


Border color

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

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

This div border color is #0A3549.


Opacity

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

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

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

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

This text has shadow with #0A3549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3549 on black background.


Color preview on white background

This text has color #0A3549 on white background.



Black color preview on #0A3549 background

This text has black color on #0A3549 background.


White color preview on #0A3549 background

This text has white color on #0A3549 background.