COLOR #0A3342

HEX: #0A3342 RGB: (10,51,66)

Color info

#0A3342 contains red, green and blue colors in about the same proportion. Web safe color of #0A3342 is #003333 (or #033).

RGB color model

#0A3342 color RGB value is (10,51,66).

RGB: (10,51,66) (4%, 20%, 26%)

RGB channels and saturation

R 10 of 255 = 4%
G 51 of 255 = 20%
B 66 of 255 = 26%

10
51
66

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

Portions of RGB colors in percentages

R + G + B = 10 + 51 + 66 = 127 (100%)
R 10 of 127 ~ 7.87%
G 51 of 127 ~ 40.16%
B 66 of 127 ~ 51.97'%

%40.16
%51.97

CMYK color model

#0A3342 color CMYK value is (85,23,0,74).

  • cyan value is 84.85%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (85,23,0,74)
C85M23Y0K74 (85%, 23%, 0%, 74%)
(0.85 / 0.23 / 0.00 / 0.74)

CMYK percentages

%84.85
%22.73
%0
%74.12

Codes

Color #0A3342 in popluar color models

0A 33 42
RGB 10 51 66
HSL 196° 73.68% 14.90%
HSB/HSV 196° 84.85% 25.88%
CMYK 84.85% 22.73% 0.00%
74.12%

Color #0A3342 in popluar number systems.

HEX 0A 33 42
Decimal 10 51 66
Binary 1010 110011 1000010
Octal 12 63 102

Shades and tints

Shades of #0A3342

#0A3342
(10,51,66)
#0A2F3C
(10,47,60)
#0A2B36
(10,43,54)
#0A2730
(10,39,48)
#0A232A
(10,35,42)
#0A1F24
(10,31,36)
#0A1B1E
(10,27,30)
#0A1718
(10,23,24)
#0A1312
(10,19,18)
#0A0F0C
(10,15,12)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #0A3342

#0A3342
(10,51,66)
#204553
(32,69,83)
#365764
(54,87,100)
#4C6975
(76,105,117)
#627B86
(98,123,134)
#788D97
(120,141,151)
#8E9FA8
(142,159,168)
#A4B1B9
(164,177,185)
#BAC3CA
(186,195,202)
#D0D5DB
(208,213,219)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3342 color. Also use rgb(10,51,66) instead hex code.

Text Font Color

.myTextColor { color: #0A3342; }

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

This text font color is #0A3342.

Background Color

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

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

This div background color is #0A3342.

Border color

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

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

This div border color is #0A3342.

Opacity

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

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

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

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

This text has shadow with #0A3342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A3342.

Preview

Color preview on black background

This text has color #0A3342 on black background.


Color preview on white background

This text has color #0A3342 on white background.


Black color preview on #0A3342 background

This text has black color on #0A3342 background.


White color preview on #0A3342 background

This text has white color on #0A3342 background.


Related colors

Complementary color

Complementary color for #hex is #F5CCBD.


I love getcolorcode.com

Triadic colors

1 #420A33 and #33420A with #0A3342 are triadic colors.

2 #42330A and #330A42 with #0A3342 are triadic colors.