COLOR #0A334F

HEX: #0A334F
RGB: (10,51,79)

Color info

#0A334F contains mainly green and blue colors. Web safe color of #0A334F is #003366 (or #036).

RGB color model

#0A334F color RGB value is (10,51,79).

  • red value is 10;
  • green value is 51;
  • blue value is 79.
RGB:
(10,51,79)
(4%,20%,31%)

RGB channels and saturation

R 10 of 255 = 4%
G 51 of 255 = 20%
B 79 of 255 = 31%

10
51
79

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

Portions of RGB colors in percentages

R + G + B =
10 + 51 + 79 = 140 (100%)
R 10 of 140 ~ 7.14%
G 51 of 140 ~ 36.43%
B 79 of 140 ~ 56.43%

%36.43
%56.43

CMYK color model

#0A334F color CMYK value is (87,35,0,69).

  • cyan value is 87.34%
  • magenta value is 35.44%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(87,35,0,69)
C87M35Y0K69 
(87%,35%,0%,69%)
(0.87/0.35/0.00/0.69)	

CMYK percentages

%87.34
%35.44
%0
%69.02

Codes

Color #0A334F in popluar color models

0A334F
RGB105179
HSL204°77.53%17.45%
HSB/HSV204°87.34%30.98%
CMYK87.34%35.44%0.00%
69.02%

Color #0A334F in popluar number systems.

HEX0A334F
Decimal105179
Binary10101100111001111
Octal1263117

Shades and tints

Shades of #0A334F

#0A334F
(10,51,79)
#0A2F48
(10,47,72)
#0A2B41
(10,43,65)
#0A273A
(10,39,58)
#0A2333
(10,35,51)
#0A1F2C
(10,31,44)
#0A1B25
(10,27,37)
#0A171E
(10,23,30)
#0A1317
(10,19,23)
#0A0F10
(10,15,16)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #0A334F

#0A334F
(10,51,79)
#20455F
(32,69,95)
#36576F
(54,87,111)
#4C697F
(76,105,127)
#627B8F
(98,123,143)
#788D9F
(120,141,159)
#8E9FAF
(142,159,175)
#A4B1BF
(164,177,191)
#BAC3CF
(186,195,207)
#D0D5DF
(208,213,223)
#E6E7EF
(230,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A334F; }

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

This text font color is #0A334F.


Background Color

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

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

This div background color is #0A334F.


Border color

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

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

This div border color is #0A334F.


Opacity

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

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

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

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

This text has shadow with #0A334F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A334F on black background.


Color preview on white background

This text has color #0A334F on white background.



Black color preview on #0A334F background

This text has black color on #0A334F background.


White color preview on #0A334F background

This text has white color on #0A334F background.