COLOR #0A333F

HEX: #0A333F
RGB: (10,51,63)

Color info

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

RGB color model

#0A333F color RGB value is (10,51,63).

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

RGB channels and saturation

R 10 of 255 = 4%
G 51 of 255 = 20%
B 63 of 255 = 25%

10
51
63

R + G + B ~ 16%. #0A333F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 51 + 63 = 124 (100%)
R 10 of 124 ~ 8.06%
G 51 of 124 ~ 41.13%
B 63 of 124 ~ 50.81%

%41.13
%50.81

CMYK color model

#0A333F color CMYK value is (84,19,0,75).

  • cyan value is 84.13%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(84,19,0,75)
C84M19Y0K75 
(84%,19%,0%,75%)
(0.84/0.19/0.00/0.75)	

CMYK percentages

%84.13
%19.05
%0
%75.29

Codes

Color #0A333F in popluar color models

0A333F
RGB105163
HSL194°72.60%14.31%
HSB/HSV194°84.13%24.71%
CMYK84.13%19.05%0.00%
75.29%

Color #0A333F in popluar number systems.

HEX0A333F
Decimal105163
Binary1010110011111111
Octal126377

Shades and tints

Shades of #0A333F

#0A333F
(10,51,63)
#0A2F3A
(10,47,58)
#0A2B35
(10,43,53)
#0A2730
(10,39,48)
#0A232B
(10,35,43)
#0A1F26
(10,31,38)
#0A1B21
(10,27,33)
#0A171C
(10,23,28)
#0A1317
(10,19,23)
#0A0F12
(10,15,18)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #0A333F

#0A333F
(10,51,63)
#204550
(32,69,80)
#365761
(54,87,97)
#4C6972
(76,105,114)
#627B83
(98,123,131)
#788D94
(120,141,148)
#8E9FA5
(142,159,165)
#A4B1B6
(164,177,182)
#BAC3C7
(186,195,199)
#D0D5D8
(208,213,216)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A333F; }

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

This text font color is #0A333F.


Background Color

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

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

This div background color is #0A333F.


Border color

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

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

This div border color is #0A333F.


Opacity

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

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

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

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

This text has shadow with #0A333F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A333F on black background.


Color preview on white background

This text has color #0A333F on white background.



Black color preview on #0A333F background

This text has black color on #0A333F background.


White color preview on #0A333F background

This text has white color on #0A333F background.