COLOR #0A3747

HEX: #0A3747
RGB: (10,55,71)

Color info

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

RGB color model

#0A3747 color RGB value is (10,55,71).

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

RGB channels and saturation

R 10 of 255 = 4%
G 55 of 255 = 22%
B 71 of 255 = 28%

10
55
71

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

Portions of RGB colors in percentages

R + G + B =
10 + 55 + 71 = 136 (100%)
R 10 of 136 ~ 7.35%
G 55 of 136 ~ 40.44%
B 71 of 136 ~ 52.21%

%40.44
%52.21

CMYK color model

#0A3747 color CMYK value is (86,23,0,72).

  • cyan value is 85.92%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(86,23,0,72)
C86M23Y0K72 
(86%,23%,0%,72%)
(0.86/0.23/0.00/0.72)	

CMYK percentages

%85.92
%22.54
%0
%72.16

Codes

Color #0A3747 in popluar color models

0A3747
RGB105571
HSL196°75.31%15.88%
HSB/HSV196°85.92%27.84%
CMYK85.92%22.54%0.00%
72.16%

Color #0A3747 in popluar number systems.

HEX0A3747
Decimal105571
Binary10101101111000111
Octal1267107

Shades and tints

Shades of #0A3747

#0A3747
(10,55,71)
#0A3241
(10,50,65)
#0A2D3B
(10,45,59)
#0A2835
(10,40,53)
#0A232F
(10,35,47)
#0A1E29
(10,30,41)
#0A1923
(10,25,35)
#0A141D
(10,20,29)
#0A0F17
(10,15,23)
#0A0A11
(10,10,17)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #0A3747

#0A3747
(10,55,71)
#204957
(32,73,87)
#365B67
(54,91,103)
#4C6D77
(76,109,119)
#627F87
(98,127,135)
#789197
(120,145,151)
#8EA3A7
(142,163,167)
#A4B5B7
(164,181,183)
#BAC7C7
(186,199,199)
#D0D9D7
(208,217,215)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3747; }

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

This text font color is #0A3747.


Background Color

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

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

This div background color is #0A3747.


Border color

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

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

This div border color is #0A3747.


Opacity

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

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

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

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

This text has shadow with #0A3747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3747 on black background.


Color preview on white background

This text has color #0A3747 on white background.



Black color preview on #0A3747 background

This text has black color on #0A3747 background.


White color preview on #0A3747 background

This text has white color on #0A3747 background.