COLOR #0A3547

HEX: #0A3547
RGB: (10,53,71)

Color info

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

RGB color model

#0A3547 color RGB value is (10,53,71).

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

RGB channels and saturation

R 10 of 255 = 4%
G 53 of 255 = 21%
B 71 of 255 = 28%

10
53
71

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

Portions of RGB colors in percentages

R + G + B =
10 + 53 + 71 = 134 (100%)
R 10 of 134 ~ 7.46%
G 53 of 134 ~ 39.55%
B 71 of 134 ~ 52.99%

%39.55
%52.99

CMYK color model

#0A3547 color CMYK value is (86,25,0,72).

  • cyan value is 85.92%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(86,25,0,72)
C86M25Y0K72 
(86%,25%,0%,72%)
(0.86/0.25/0.00/0.72)	

CMYK percentages

%85.92
%25.35
%0
%72.16

Codes

Color #0A3547 in popluar color models

0A3547
RGB105371
HSL198°75.31%15.88%
HSB/HSV198°85.92%27.84%
CMYK85.92%25.35%0.00%
72.16%

Color #0A3547 in popluar number systems.

HEX0A3547
Decimal105371
Binary10101101011000111
Octal1265107

Shades and tints

Shades of #0A3547

#0A3547
(10,53,71)
#0A3141
(10,49,65)
#0A2D3B
(10,45,59)
#0A2935
(10,41,53)
#0A252F
(10,37,47)
#0A2129
(10,33,41)
#0A1D23
(10,29,35)
#0A191D
(10,25,29)
#0A1517
(10,21,23)
#0A1111
(10,17,17)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #0A3547

#0A3547
(10,53,71)
#204757
(32,71,87)
#365967
(54,89,103)
#4C6B77
(76,107,119)
#627D87
(98,125,135)
#788F97
(120,143,151)
#8EA1A7
(142,161,167)
#A4B3B7
(164,179,183)
#BAC5C7
(186,197,199)
#D0D7D7
(208,215,215)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3547; }

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

This text font color is #0A3547.


Background Color

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

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

This div background color is #0A3547.


Border color

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

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

This div border color is #0A3547.


Opacity

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

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

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

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

This text has shadow with #0A3547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3547 on black background.


Color preview on white background

This text has color #0A3547 on white background.



Black color preview on #0A3547 background

This text has black color on #0A3547 background.


White color preview on #0A3547 background

This text has white color on #0A3547 background.