COLOR #0A3646

HEX: #0A3646 RGB: (10,54,70)

Color info

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

RGB color model

#0A3646 color RGB value is (10,54,70).

RGB: (10,54,70) (4%, 21%, 27%)

RGB channels and saturation

R 10 of 255 = 4%
G 54 of 255 = 21%
B 70 of 255 = 27%

10
54
70

R + G + B ~ 17%. #0A3646 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 54 + 70 = 134 (100%)
R 10 of 134 ~ 7.46%
G 54 of 134 ~ 40.3%
B 70 of 134 ~ 52.24'%

%40.3
%52.24

CMYK color model

#0A3646 color CMYK value is (86,23,0,73).

  • cyan value is 85.71%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (86,23,0,73)
C86M23Y0K73 (86%, 23%, 0%, 73%)
(0.86 / 0.23 / 0.00 / 0.73)

CMYK percentages

%85.71
%22.86
%0
%72.55

Codes

Color #0A3646 in popluar color models

0A 36 46
RGB 10 54 70
HSL 196° 75.00% 15.69%
HSB/HSV 196° 85.71% 27.45%
CMYK 85.71% 22.86% 0.00%
72.55%

Color #0A3646 in popluar number systems.

HEX 0A 36 46
Decimal 10 54 70
Binary 1010 110110 1000110
Octal 12 66 106

Shades and tints

Shades of #0A3646

#0A3646
(10,54,70)
#0A3240
(10,50,64)
#0A2E3A
(10,46,58)
#0A2A34
(10,42,52)
#0A262E
(10,38,46)
#0A2228
(10,34,40)
#0A1E22
(10,30,34)
#0A1A1C
(10,26,28)
#0A1616
(10,22,22)
#0A1210
(10,18,16)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #0A3646

#0A3646
(10,54,70)
#204856
(32,72,86)
#365A66
(54,90,102)
#4C6C76
(76,108,118)
#627E86
(98,126,134)
#789096
(120,144,150)
#8EA2A6
(142,162,166)
#A4B4B6
(164,180,182)
#BAC6C6
(186,198,198)
#D0D8D6
(208,216,214)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3646 color. Also use rgb(10,54,70) instead hex code.

Text Font Color

.myTextColor { color: #0A3646; }

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

This text font color is #0A3646.

Background Color

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

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

This div background color is #0A3646.

Border color

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

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

This div border color is #0A3646.

Opacity

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

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

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

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

This text has shadow with #0A3646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A3646.

Preview

Color preview on black background

This text has color #0A3646 on black background.


Color preview on white background

This text has color #0A3646 on white background.


Black color preview on #0A3646 background

This text has black color on #0A3646 background.


White color preview on #0A3646 background

This text has white color on #0A3646 background.


Related colors

Complementary color

Complementary color for #hex is #F5C9B9.


I love getcolorcode.com

Triadic colors

1 #460A36 and #36460A with #0A3646 are triadic colors.

2 #46360A and #360A46 with #0A3646 are triadic colors.